Oracle, JPA and the Mystery of the String That Was Null
This is the story of how Oracle DB was messing up Kotlin’s type system, and what I did to fix it.
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! ❤️
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.
Ever wonder how to run map
in parallel using coroutines? This is how you do it.
I finally got around to finish the new book my friend and colleague @talabes wrote and I think it’s great. Here’s why.
Read on →
This is the story of a real use case that was solved by using Go style channels in Kotlin.
Read on →
The first thing you learn about Knockout is about observables. The second thing is computed observables. They are dead simple. They even form part of the Hello World example. But then, the magic was not working for me. Here’s why:
Read on →