Architecture · 2026-05-28 · 10 min read
The Outbox Pattern for Heterogeneous Systems
A practical guide to the Outbox Pattern for reliable propagation across heterogeneous systems, with a detailed token withdrawal example.
Performance · 2026-04-14 · 12 min read
Java 21 Virtual Threads in Practice: What a Real Benchmark Shows
An analysis of Java 21 virtual threads, from the threading model’s history to a benchmark that compares classic platform threads with virtual threads under I/O-bound load.