Blog

[EN] SAGA Pattern for Beginners: Consistency in Microservice Architectures Explained Part 1
[EN] SAGA Pattern for …

Introduction – The Dilemma of Distributed Transactions

Imagine you are developing a classic e-commerce application. A customer clicks “Buy” and a process is initiated in the background that consists of several steps:

[EN] Goodbye, version chaos: A practical guide to SDKMAN for Java developers
[EN] Goodbye, version …

Do you know that too? You are working on Project A, which is still running on Java 11 LTS, while at the same time you are developing a new feature for Project B, which is already based on the current Java 21. And then there is this legacy system that, for some unknown reason, requires Java 8.

[EN] Collections hacks: 10 tricks that will instantly turn you into a Java pro
[EN] Collections hacks: …

If you’ve been programming Java for a while, you probably use List, Set, and Map every day. But let’s be honest: most developers barely scratch the surface of what the Java Collections API can really do.