IntelliJ IDEA Tips
Here are a couple of IntelliJ IDEA shortcuts and configurations I wish I’d known sooner.
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! ❤️
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 →
 This week I needed to test a class that depended on a method from an static class. I saw we were using PowerMock and thought to myself: “Well this sounds pretty common, I bet it’s easy to accomplish”. But of course I ran into half a dozen issues before I was able to make it work. Here’s my two cents to make your experience easier than mine.
Read on →