Kotlin Data Modelling with Micronaut
My approach to creating a data model for Micronaut and the strategies I used
Jan 8, 20259 min read2

Search for a command to run...
Articles tagged with #kotlin-domain
My approach to creating a data model for Micronaut and the strategies I used

The first time I looked into reified in Kotlin this was my reaction. It is still very much relevant these days

Discussing why it is important to use the right String types when putting data in Redis
