Domain modeling made functional (Part 2)
I compare F# code of domain modeling made functional to my Kotlin conversion of it.
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.
I use a custom string literal compiler plugin to connect Kotlin JS to Lit.
I did an experimental implementation of sth. like JSX for Kotlin JS.