OIDC in your app with Keycloak
I show how the simplest possible integration of OIDC in a web app can look like with Javalin and Keycloak.
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.
Ignoring technical details might indeed not be the good advice we want it to be.
I implemented an http server with a simple router from scratch in Zig only using posix sockets.
I implemented an http server with a simple router from scratch only using TCP in Kotlin.