RSSAmplifier

Blog

com.wimdetroyer.blog

Java, Spring, and everything in between.

wimdetroyer.comRSS feed ↗4 posts

Latest posts

Stop putting constants in catch-all classes.

Why constant classes are code smells, and what to do instead.

AI assisted development is a Leveled Ladder - Two interesting videos to catch you up on the latest AI developments.

Something nice to put on in the background during your commute or when working out.

The Visitor Pattern - 'Revisited' using Data Oriented Programming techniques.

Java Language improvements culminating in java 21 obviate the need for the verbose visitor pattern as we know it, instead elevating it into a first class language feature.

The proper way to define configuration properties in Spring

Upgrading from Spring Boot 2 to 3 forced me to define my configuration properties in a better way.