Tom Van Wemmel
tomvanwemmel.bsky.social
Tom Van Wemmel
@tomvanwemmel.bsky.social
Fast learner, faster forgetter. Amazed twice as often
It was #Quarkus that did this before apparently, kudos to them!
November 26, 2025 at 4:59 PM
Including Gorman's second law?
November 17, 2025 at 6:54 PM
Artisanal programming!
November 15, 2025 at 7:47 AM
I do the same but cross my fingers during "Run tests"
November 14, 2025 at 5:42 PM
Shouldn't be a surprise. A lot of *people* write "good enough" code for a living without a bigger picture in mind.
November 8, 2025 at 2:42 PM
It feels like they started the migration unprepared and encountered the consequences. Having to opt-in on extensions (health, kafka) isn't a bad thing
November 7, 2025 at 7:11 AM
There's a lot of truth in there
October 31, 2025 at 1:03 PM
For me only Jackson is a no-brainer for anything that needs JSON parsing. Keeping up with library releases costs time too
October 25, 2025 at 4:24 PM
The time gained by the person generating code is largely compensated by the time lost during reviewing/refactoring
October 25, 2025 at 4:17 PM
Really interesting, I might change to the var-side after seeing this 😀
About Optional, how do you express the difference between:
- value is there
- value explicitly set to null
- value is missing
October 12, 2025 at 10:29 AM
The Valhalla video isn't showing and the homelab link isn't correct. Besides that, it's a fine list of resources once again. Thanks!
October 8, 2025 at 6:37 PM
The effort you put in is very much appreciated!
October 4, 2025 at 6:40 AM
I like to add the mvn-jlink-wrapper to execute the cache-jdk goal. It's helpful for reproducible builds.
github.com/raydac/mvn-j...
October 3, 2025 at 1:12 PM
Every time I write my name in an email, Outlook turns it into "Tomorrow" 🙃
September 26, 2025 at 9:01 PM
Interesting link and it looks like a good blog overall!
September 12, 2025 at 6:19 AM
The one thing that bothers me is that the DTO-suffix has no value. If the class represents something meaningful, that should be reflected in its name. An alternative I like to use is an interface instead of the DTO and constructors with an interface argument instead of mapper classes.
August 27, 2025 at 6:13 AM
August 16, 2025 at 10:54 AM