Builders, Withers, and Records - Java’s path to immutability
Immutability in Java with creational patterns Builders and Withers, along with a new type of immutable object in Java: Records.

Jonathan Vila
14,038 viewsImmutability in Java with creational patterns Builders and Withers, along with a new type of immutable object in Java: Records.

Anthony Goubard
20,517 viewsHow fast can you process a 1 billion rows text file in Java? That's the challenge that many Java developers tried to solve in January 2024.

Jonathan Vila
11,159 viewsThe most detected issues in Java projects by not following the clean code approach, and how to fix them with clear examples.

Anthony Goubard
8,157 viewsSorting text should be easy as String implements the Comparable interface. In this article, we'll see that it can be more complicated than …

Mahendra Rao B
17,092 viewsSimplify your migration process to Spring Boot 3.2 with the help of OpenRewrite.

Johannes Bechberger
5,558 viewsHow to use another kind of eBPF maps, the perf event buffer, and run tests with docker and JUnit 5.

Simon Martinelli
6,772 viewsIn Spring Boot 3.1, Docker Compose support was added to simplify local development with external resources.

Rich Hagarty
11,584 viewsWhich Java should you download and use? A brief history of Java, the current Java distribution options, and which stand above the rest.

Frank Delporte
5,082 viewsThanks Gokul for your support to bring an online Java editor to Foojay!

Jago de Vreede
14,170 viewsRefine Java library versions seamlessly with Semantic Versioning, ensuring compatibility and efficient upgrades. Learn More!