The Unix Philosophy for Low Latency
How to realize the Unix Philosophy in Enterprise IT using Java, microservices, and Chronicle Queue & Wire.

Jerry Shea
7,503 viewsHow to realize the Unix Philosophy in Enterprise IT using Java, microservices, and Chronicle Queue & Wire.

Mohamed Taman
7,665 viewsLet's see the preview and incubator JEPs in Java 20, as well as many smaller enhancements, bug fixes, and deprecations.

Hüseyin Akdoğan
22,793 viewsIn Project Loom, "continuation" is delimited, a "coroutine", sequential code suspends or yields execution by itself, resumed by a caller.

Denis Magda
44,542 viewsLearn how to integrate the ChatGPT engine into your Java applications in a scalable way by sending prompts to the engine only when …

Peter Lawrey
7,434 viewsIs replicating data to a secondary system faster than sync-ing to disk? My first time benchmarking with a realistic example.

Shai Almog
10,103 views"Synchronized" was revolutionary and still has great uses. But it's time to move to newer thread primitives and rethink our core logic.

Roni Dover
9,139 viewsHow a Java library is taking a completely new approach to understanding what the code does, and why it makes perfect developer sense.

Frank Delporte
8,803 viewsYou aren’t a real developer until you have programmed with dates, times, daylight savings, and time zones. Luckily the JDK assists you!

Get a basic understanding of how JIT compilation works and how to optimize warm-up using Azul Zulu Prime Builds of OpenJDK.

Jasmine Taylor
5,214 viewsAbout the efficiencies of using Chronicle Wire to encode small Strings into long primitives and how this improves serialisation performance.