Let's talk about if-else
I found an X post about if-else that bothered me. Let's talk about the aspects of if-else, the good and the bad.
I found an X post about if-else that bothered me. Let's talk about the aspects of if-else, the good and the bad.
For twenty years, the misinformation and blind dismissal of co-creation in software development is absurd. Let's talk.
I tried to get the most out of Java's new foreign memory API in terms of ergonomics and performance.
While implementation code loses importance in AI driven development, tests (and reviews) gain some.
I describe how I implemented two approaches to interior mapping in my custom rendering engine: Tracing simple planes and tracing lots of boxes.
I show how the simplest possible integration of OIDC in a web app can look like with Javalin and Keycloak.
I show you how the ViewComponents concept can easily be implemented with Javalin, Kotlin and Mustache