Posts
All the articles I've posted.
Stop Reinventing the Cesium Timeline
Published: at 12:00 PMA high-quality, highly configurable open source Cesium timeline exists — with React and Angular support, swim lanes, theming, and canvas-based rendering. Here's why you should just use it.
The Ultimate Guide to Spring Modulith
Published: at 12:00 PMA comprehensive guide to Spring Modulith — covering module boundaries, event-driven communication, the Event Publication Registry, Moments, testing with ApplicationModuleTest, and observability.
The Ultimate Guide to Spring Batch 6
Published: at 12:00 PMA deep-dive guide to Spring Batch 6 — covering architecture, chunk processing, readers/writers, fault tolerance, partitioning, testing, and every meaningful change from Spring Batch 5.
Running PostgreSQL on Less Than 150MB of Memory
Published: at 12:00 PMA deep dive into every PostgreSQL configuration property needed to run a functional Postgres instance inside a 140MB Docker container, with a full working demo.
Stop Guessing Your GraalVM Native Image Metadata
Published: at 12:00 PMHow to use the native-image tracing agent with Testcontainers integration tests to automatically generate accurate GraalVM native image metadata — and how to iterate when new reflection errors appear.
Fixing Page<T> Deserialization in Spring Boot 4 with Jackson 3
Published: at 12:00 PMSpring Boot 4's Jackson 3 upgrade silently breaks Page<T> deserialization for REST clients. Here's why it happens and the one-dependency fix.