Squeezing Java's MemorySegment
I tried to get the most out of Java's new foreign memory API in terms of ergonomics and performance.
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
I compare F# code of domain modeling made functional to my Kotlin conversion of it.
Functional domain modeling is an underrated gem that gets you to an excellent design quickly.