Published onFebruary 25, 2026Write Docs Like a Human: Markdown + Javadoc in Java 232026february-26javajava-23Java 23 finally lets you write Javadoc in clean Markdown (with ///)—so your docs read like a README, not HTML homework.
Published onFebruary 18, 2026Java 23, Decoded: What Changed and Why It Matters2026february-26javajava-23Java 23 proves Java’s six-month cadence is paying off—sharper previews, saner concurrency, and smarter performance defaults that make the “good path” the easy one.
Published onFebruary 11, 2026The Underscore You’ve Been Ignoring: Unnamed Variables & Patterns2026february-26javajava-22Stop naming values you don’t use—_ is the tiny signal that makes your patterns, deconstruction, and code reviews instantly cleaner.
Published onFebruary 4, 2026Java 22 Version & Features: A Practical Guide2026february-26javajava-22A “ship-now + scout-next” release: production-ready wins today and powerful previews that show where modern Java is headed.
Published onJanuary 28, 2026Level Up with Java 21: Virtual Threads, Pattern Matching & More2026january-26javajava-21Java 21 record patterns let you match and unpack data in one move—so your code reads like intent, not a pile of casts and getters.