Hierarchical Queries on RDBMS With JPA
Hello! In this post I’ll explore the different alternatives for querying hierarchical data stored on a RDBMS using 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! ❤️
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 →
Here are a couple of IntelliJ IDEA shortcuts and configurations I wish I’d known sooner.
Read on →
Implementing takeWhileInclusive
extension function in Kotlin.
Just finished reading Migrating to microservices databases by Edson Yanaga. If you can relate to the 3 nouns in the title then you’ll want to check it out.
Read on →
This post is about the clever tricks you can pull with Spring new functional routing and it’s Kotlin DSL.
Read on →
Following up of my previous post, I was curious how a parallel map operation would look like using Java’s parallelStream
. Here’s what I find out.