Java Weekly
One programming concept a week, implemented concretely in Java, explained deeply enough that you finish able to understand and use it. Beginner to advanced. Filter by difficulty below.
- Optional and the Billion Dollar Mistake June 29, 2026 Beginner
What java.util.Optional is really for, how to use it well, and the anti-patterns that quietly defeat the point.