Book Review: "API Design Patterns"
This review is about API Design Patterns by JJ Geewax from Manning. Check it out and if you've read it too, what did you think?

Nicolas Frankel
5,471 viewsThis review is about API Design Patterns by JJ Geewax from Manning. Check it out and if you've read it too, what did you think?

Ever wondered why you need design patterns and how to apply them? Miroslav Wengner's book has you covered.

Johannes Bechberger
4,475 viewsAsyncGetCallTrace is the base of many profilers, but how can we test it automatically to make sure it's correct? I'll explore a layered …

A N M Bazlur Rahman
26,281 viewsDiscussion of the use of Map.of() and new HashMap() in Java, the difference between them, and the benefits of using Map.of().

Bo Zhang
7,787 viewsThis is the second article of the series "How Gradle Works". In this article, we'll explain what happens inside the Gradle Daemon JVM.

Frank Delporte
23,061 viewsIn this article, we want to look into some false assumptions and outdated ideas about Java based on early versions.

Denis Magda
16,956 viewsExplore how to best use compact Java Records as Data Transfer Objects (DTOs) for database and API calls in Spring Boot 3 with Hibernate 6.

Frank Delporte
9,351 viewsThe impact of the Just-In-Time (JIT) compiler should not be underestimated to achieve the best performing code during runtime.

Miro Wengner
9,244 viewsThe aim of the article is to introduce my newly published book "Practical Design Pattern for Java Developers".

Jennifer Reif
10,113 viewsIn part 9 of this series, learn how to successfully create an orchestrated microservices system with Docker Compose!