Blog

I love working on software as a developer, technical coach, as well as eating veggie food, reading/listening to audiobooks, walk in nature and playing with cats.


Here there is a list with my latest posts:

My terminal configuration

Published on

How much time do you spend in your terminal? You better be having a good time there. Learn how to customize it

Configuring git for the first time

Published on — Updated on

Do you have a new development laptop and you need to configure git? I got you covered

Create a dark theme

Published on

Learnings from adding support to dark mode to my website

Retrying functions in JavaScript

Published on

The problem statement is: you want to execute a function that may fail, and you want to retry it N times. How could you solve this?

Small Things Matter: Returning early

Published on

Small improvements add up. Sadly, the same thing happen with less fortunate decisions. Keep your code with less indentation with this trick.

Know your tools: JavaScript Promises

Published on

I am sure you have used Promises before, but if you avoid them because of their mystical behavior, this article is for you.