João Esperancinhajesperancinha.hashnode.dev·Jan 8, 2025Kotlin Data Modelling with MicronautIf we are using any sort of JPA/CRUD transaction system in our projects we know that we need to understand a few concepts. The first of course is the database. We need to pick a database, and then we know we need tables. Tables can be represented in ...micronaut service
João Esperancinhajesperancinha.hashnode.dev·Jan 8, 2025Kotlin's reified and why you should use it(or maybe not)Kotlin brings with it a lot of new features and a lot of sugar-coated syntax which leads some people to say "that is so cool!! gotta catch them all!", others saying "oh great, now we can have even longer discussions about the best way to do this", an...kotlin micronaut