15 years as Software Engineer and Solutions Architect, I also have a strong experience in Leadership, Product Development and Project Management. Interested in: software architecture and development, excelent communication, people, personal development, playing guitar and travelling :)
Nothing here yet.
JavaScript is known for its flexibility and quirks, and it presents various methods to manipulate objects and their properties. One such method is the delete operator, probably the most common way out there. However understanding when and how to use ...

Node.js streams make managing big chunks of data a breeze. Think of a stream like a conveyor belt in a factory, moving items bit by bit. In Node.js, streams do something similar with data. They let you handle things like reading files or sending data...

As I gear up for the Node.js Application Developer certification (JSNAD), I've turned my study notes into this blog post to help supercharge your Node.js skills. Think of it as a friendly guide, written for fellow developers who are on the same path ...

Welcome back to our RPG Combat Kata series, where we're not just leveling up our characters but also our skills in JavaScript unit testing. In this third installment, we tackle Iteration Three, a stage that challenges us to think spatially and introd...
