Posts
All the articles I've posted.
-
Pragmatic DDD: Architecture Without Dogma
A practical, non-dogmatic approach to Domain-Driven Design that prioritizes maintainability and business clarity over architectural purity.
-
JVM: The Silent Revolution
How Java 25 quietly changed everything you thought you knew about performance with zero code changes required.
-
Abstract Class vs Interface: The Architecture of Intent
Mastering Java's dual inheritance system in 2026-abstract classes as blueprints, interfaces as contracts. Understanding when to use each in modern Java's complete type system.
-
The Art of Graceful Failure
Mastering Java exceptions in 2026-from traditional try-catch to Scoped Values. Building resilient systems with modern Java's complete error handling toolkit.