Pim van Gurp | KotlinConf 2024, May 22–24, Copenhagen
all speakers

Pim van Gurp

Pim van Gurp

Kotlin Software Engineer

Fan of idiomatic Kotlin, quality software architecture and finding entrepreneurial opportunities that can be highly automated.

Using FModel to structure architecture from route to event store

Controllers have been the centerpiece of our application for a long time. We connect them to routes, validate the request and call our domain logic in the model.

But more software starts making events and commands the core of their domain. This is still interoperable with MVC, but it doesn't fit is as nicely.

This talk explores an alternative. Looking at the full server request lifecycle and making events and commands first class citizens using Kotlin FModel at it's core

https://github.com/fraktalio/fmodel-demos