2 followers
I'm a Software Engineer, PO, Blogger and more. My blogs feature mostly technical articles about Clean Code, Java, Functional Programming, useful scripts and whatever else I find interesting.
An age-old debate finally settled! · Tabs or spaces? Every programmer was at some point confronted by this career-defining choice. But with this post...
Data classes and inline classes are a game changer for clean code · Kotlin has lots of advantages over Java, but one that I find easily overlooked is...
It needs to help! · I see so much focus on how to create the perfect piece of software: easily maintained, extremely extensible, blazing fast and with...
A Detailed Look · When Java first introduced records as a preview in Java 14 and later released it with Java 16, it reminded many of Kotlin’s data...
Untangling the mess of Futures · In Java 8 CompletableFuture was introduced to finally bring a better way to work with asynchronous logic into Java....
ImmutableCollection vs Collections.unmodifiableCollection and more · Guava is one of if not the most popular Java libraries. But it has been around for a...