Guice at a Glance
A visual overview of Google’s Guice model.
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! ❤️
A visual overview of Google’s Guice model.
Read on →
This is the third and final post of the Interviewing in Silicon Valley series. In this last piece I talk about how to make the most of your on-site, how to handle rejection and how to compare competing offers.
Read on →
Welcome to the second part of the Interviewing Series! It’s time to cover the thing that terrifies most candidates1: the technical questions. We’ll see what different types of questions there are, and how we can prepare for them. We have a lot of ground to cover so let’s jump right into it.
Read on →
For the past few months, I’ve been interviewing with different companies on the Valley, from some of the well-known giants to promising startups. Over the next couple of weeks I’ll be publishing a series of articles about the things I learned in the journey. This is Part 1.
Read on →
Docker has transformed the way we package and ship applications. But. did you know it can transform your development setup too?
Read on →
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 →