Velocidad de Escape

Fluent Interfaces in JavaScript

A couple of days ago, I had a technical interview and one of the exercises was OOP and **Fluent Interface**, I had seen its use a couple of times, but I had never had to develop anything similar. ## Fluent...

JavaScript

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