Using UUID on Spring Data JPA Entities
In this article I’ll explore how to model a JPA Entity using an UUID as Primary Key working with Spring Data JPA.
Read on →A blog about code and stuff
Hi I'm Juan! I'm a software developer from Argentina 🇦🇷living in the Bay Area. On this blog I share the things I learn on software development and other related topics.
Hope you like it! ❤️
In this article I’ll explore how to model a JPA Entity using an UUID as Primary Key working with Spring Data JPA.
Read on →
In this post I’ll be exploring how to implement GraphQL subscriptions reactively on a Spring Boot application using Kafka.
Read on →
Last week I finished Radical Candor a book by Kim Scott about how to be a good boss without being an asshole. Here’s what I learned.
Read on →
Since Gradle 3.0 you can write your build scripts using Kotlin instead of Groovy. I was curious, so I decided to give it a try. Here are my thoughts on the process.
Read on →
JaCoCo works flawlessly with Kotlin. Except when it reports lines not covered on generated code 😡. Fortunately there’s a fix already in place.
Read on →
Hello! In this post I’ll explore the different alternatives for querying hierarchical data stored on a RDBMS using JPA.
Read on →
Complementing my last book recommendation on Migrating to microservices databases by Edson Yanaga now I present Migrating to Cloud-Native Application Architectures by Matt Stine.
Read on →
You’re already using Kotlin on your codebase. Maybe, you’ve even migrated to the new Kotlin DSL for Gradle. Wouldn’t it be nice if you could use Kotlin for your git hooks too?
Read on →
This is the story of how Oracle DB was messing up Kotlin’s type system, and what I did to fix it.
Read on →