Java Performance: Ahead-Of-Time versus Just-In-Time
The impact of the Just-In-Time (JIT) compiler should not be underestimated to achieve the best performing code during runtime.

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

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

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

Frank Delporte
8,230 viewsKeeping your Java environment stable requires discerning which updates to install and then installing them appropriately.

Rob Austin
6,770 viewsOne subject that often evokes a lot of debate is which is the best OS to develop a Java application on. This article gives my view!

Hüseyin Akdoğan
15,268 viewsThe Scoped Values API allows us to store and share immutable data for a bounded lifetime, and is included since Java 20 as an incubator API.

A N M Bazlur Rahman
18,803 viewsSealed classes can help you create more robust and maintainable code by restricting the inheritance hierarchy of your classes and …

Let's talk about debugging and observability. We work with debugging all the time, but how well do we know this common practice?

Frank Delporte
3,539 viewsA new Y2K-bug seems to be approaching and we still have time to prevent it! Or you can already schedule a long holiday for the year 2038...

Peter Lawrey
4,926 viewsHow to use Behaviour Driven Development to establish the requirements from users, and Event Driven Architecture to automate testing!