Learn How to Develop Event-Driven Architectures
EDA is a design pattern in which decoupled components (often microservices) can asynchronously publish and subscribe to events.

Rob Austin
6,538 viewsEDA is a design pattern in which decoupled components (often microservices) can asynchronously publish and subscribe to events.

Tom Tresansky
6,392 viewsDid you know? In Gradle 7.3, released November 2021, the Gradle team introduced a new feature called Declarative Test Suites.

Peter Lawrey
11,750 viewsFind out why, while Kafka is a good choice for log aggregation, it might not be low latency enough for use cases involving microservices.
Peter Lawrey
6,323 viewsWhile having a class that directly extends Throwable is surprising, it is allowed and is also useful for providing additional information.

We invited Java security experts to dive into the fascinating world of secure coding and detecting vulnerabilities in your Java …
Per Minborg
7,936 viewsWrite more performant code with less latency by becoming familiar with the art of object reuse in multi-threaded Java applications.

Jerry Shea
6,751 viewsFed up with pauses at the high percentiles in your application? You may want to consider Chronicle Queue Enterprise!
Per Minborg
6,548 viewsLearn how to create huge persisted queues while retaining predictable and consistent low latency using open-source Chronicle Queue!

Ties van de Ven
12,114 viewsFunctional programming is amazing, although I think there are a few problems that prevent it from being used more.

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.