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
João Esperancinhajesperancinha.hashnode.dev·Jan 8, 2025Redis Cache - A String storyIn one of my past projects, we were working on a project that made extensive use of Redis. This is a distributed cache system used as an alternative to Hazelcast. There are always several disputes between the usage of both among developers, but I'm n...kotlin domain