Velocidad de Escape

Javascript Proxy, a gentle introduction

A couple of months ago I was asking to my colleagues if they knew what JavaScript Proxies were for, I think that none had used it yet, so I decided to read a little more about its use. Proxy object was a new...

JavaScript

Automatic NodeJS version using NVM

If you have multiple projects in your computer, it's probable that all of them use a different version of NodeJS. For this reason, there are packages like <a class="hover:no-underline text-blue underline"...

JavaScript

How to Stand Out in an Interview

In my previous job, I had the chance to be part of the tech screeners team, I helped the HR team interviewing candidates for different positions in UI/Front-end. I learned a lot from candidates, and also I...

Personal