I summarized some recent Project Valhalla LW2 ” inline types ” progress that was made public recently in my blog post ” Valhalla LW2 Progr…
Category: Articles
Top 5 Courses to learn JVM Internals, Memory Management and Performance Tuning in Java
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
The 2018 DevOps RoadMap – HackerNoon.com
An illustrated guide to becoming a Frontend or Backend Developer with links to courses
#HOWTO: Deploy Java EE applications to Kubernetes | Philip’s Homepage
Learn how to deploy a Java EE application to Kubernetes. The post provides a step-by-step guide for a local Kubernetes cluster
Top 5 Apache Kafka Online Training Courses and Certifications
Begin your Kafka journey with these five awesome online courses and certifications.
The Rebirth of Java – 97 Things – Medium
Java has been declared dead more than any other programming language, it seems. As usual, reports of its death are greatly exaggerated…
Top 10 Online Courses to learn Data Structure and Algorithms in Java
A blog about Java, Spring, Hibernate, Programming, Algorithms, Data Structure, SQL, Linux, Database, JavaScript, and my personal experience.
Java Annotated Monthly – July 2019 | IntelliJ IDEA Blog
Java 13 Enters Feature Freeze and Rampdown JDK 14 Early-Access Builds – yep, Java 13 is not even out yet, so it’s time to try Jav….
5 Free Apache Spark Course for Java, Scala, and Python Programmers to learn Online
A blog about Java, Spring, Hibernate, Programming, Algorithms, Data Structure, SQL, Linux, Database, JavaScript, and my personal experience.
Java 13 Text Blocks
Java 13 finally brings support for multi-line string literals after dropping similar functionality from Java 12.
Data Classes Considered Harmful
This blog post explains the motivation behind removing Project Lombok from one of the projects to which I contribute. It reflects my personal opinion and is…
How to troubleshoot a JVM OutOfMemoryError problem – Coffee Talk: Java, News, Stories and Opinions
Don’t let an OutOfMemoryError slow down your application development. Follow these three steps to troubleshoot this exception and analyze the problem to avoid it in the future.
Java Weekly, Issue 287 | Baeldung
A couple of write-ups on the JEP-355 Text Blocks preview proposal for Multiline String Literals in Java 13, and an introduction to JPA/Hibernate query hints.
Guide to Java Parallel Collectors Library | Baeldung
Learn how to use Parallel Collectors, a library of Java Stream API collectors designed to overcome limitations of standard Parallel Streams.