A Minor But Useful Refactoring Technique That Would Reduce Your Code Footprint (Part 2)
This is a continuing attempt to refactor from Java 11 to later versions of Java, and today's topic is about two methods of the Stream API.
Every article on foojay.io, newest first: OpenJDK, the JVM, Java tooling and the ecosystem around them, written by the Java community.

A N M Bazlur Rahman
6,629 viewsThis is a continuing attempt to refactor from Java 11 to later versions of Java, and today's topic is about two methods of the Stream API.

Per Minborg
10,171 viewsLet's dive into detail about the different ways to serialize Java objects and compare how well they work.

Let's look back and what has happened on Foojay during the last 2,5 years and talk to some of the people behind the project.

Shai Almog
4,515 viewsTracepoints, also known as Logpoints, are gaining name recognition. But some still don't know about the non-breaking breakpoints family.

Nicolas Frankel
5,569 viewsJava streams don't play well with checked exceptions. To recover the readability we expect of streams, we can rely on Apache Commons Lang.

Brian Vermeer
7,025 viewsHow DTOs are used in modern Java, how your apps can benefit, and how Java DTOs can help you be more secure.

A N M Bazlur Rahman
6,468 viewsThat was a long-awaited migration, but I'm pleased that we eventually made it. The next thing... "Why not Java 17 directly?"

Frank Delporte
8,385 viewsFXGL provides an impressive list of components with methods to override and build the exact functionality your game requires.

Ivan Rakov
12,551 viewsChronicle-Services framework allows running the market data connectors within a single event loop, which is designed to minimize latency.

Jialuo Gan
3,959 viewsIn this update, we will introduce the Azure Cosmos DB Support, the Azure Virtual Machine Enhancement, and Azure SDK Reference Book updates.