Why the Fastest Way of Serializing a Java Field is not Serializing it at All
Let's dive into detail about the different ways to serialize Java objects and compare how well they work.

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

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,465 viewsThat was a long-awaited migration, but I'm pleased that we eventually made it. The next thing... "Why not Java 17 directly?"

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

Rudy De Busscher
9,487 viewsHow can you use MicroProfile Config in a pure Java SE environment? What libraries support this, what are the supported features, etc?
Rob Austin
8,795 viewsLearn the basics of serialization in an article that discusses some of the key advantages of the open source Chronicle Wire.

Shai Almog
6,128 viewsJava has maintained its popularity for such a long period of time: its conservative, slow, and steady approach is key to its success

Frank Delporte
6,216 viewsHow to establish whether Azul Zulu Prime improves aspects of application behavior to a degree justifying using it within your organization.

Peter Lawrey
8,945 viewsLearn what we learned after five years of developing and supporting low latency microservices.

A N M Bazlur Rahman
12,361 viewsIn this article, the internal workings of the JVM are discussed, e.g., interpreter, JIT compiler, and how it optimizes code.