Tag: software
All the articles with the tag "software".
The Ultimate Guide to Fuzz Testing in Java
Published: at 12:00 PMA hands-on introduction to fuzz testing for developers. What fuzzing is, how Go bakes it into the standard library, and how to do coverage-guided fuzzing in Java with Jazzer, including the regression-corpus loop that locks every discovered bug in forever.
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.
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.