Los desarrolladores, a veces, suelen hacer las cosas de manera automática sin analizar las consecuencias de las funciones que crean y ejecutan en sus proyectos JavaScript
Hi, I'm Facundo!
Systems Engineer from Buenos Aires, Argentina.
Full Stack Developer.
Developer Relations Engineer at Storyblok.
Auth0 Ambassador.
Prisma Ambassador.
Cloudinary Media Developer Expert.
GitKraken Ambassador.
Recent Posts

Introduction to Async Programming in C#
Most languages and frameworks support asynchronous programming. But, what is it exactly? Learn about async programming and how to implement it in C#.

Aprende Sobre la Coerción de Datos en JavaScript
En este artículo definimos y explicamos el concepto de coerción de datos. Analizamos como JavaScript puede convertir valores de un tipo de dato a otro, de manera implícita y explícita.

Automate Social Images with Next.js and Puppeteer
In this article, we will see how to create a web app that generates social images automatically. The service will generate HTML content dynamically, based on a request, generate a "snapshot" of the content, and return it to the requester. In order to do this, we will need to automate the usage of a web browser.