Please stop doing stupidly complex technical interviews!
I have been programming since childhood, I work at a large company surrounded by extraordinary people that recognizes me as a Senior Developer, I have deploy...
The growing demand for software developers in the industry has led to an unprecedented race for knowledge, but is this enough?
Hey Edu from the future!, do you remember that time when you had to use Enterprise Architect to create an UML diagram?, and if you want to modify something y...
Hey future Edu, I want to take a moment to reflect on one of the most powerful features in VSCode that has greatly improved my productivity: VSCode Profiles.
Here are my favorite tools for developing and VSCode:
So, you are a software developer and have computer to code, so what’s wrong with that? Well, I will tell you that writing code is a craft. You create code wi...
Welcome to my new blog!, few months ago I decided to delete my Wordpress blog because it demanded too much time to configure and mantain, now I’m using GitHu...
We have a lot a tools to debug our applications but the most beloved is with no doubt using console.log, something like this:
Lately I’ve been into NodeJS, I worked with Node a year ago but back then I was working on a project using a headless CMS and basically what we had to do was...
If you are into software development industry you might have heard of Typescript, a Javascript superset which enables several attributes like strong types, i...
Back in 2020 the new C# 9.0 was launched along with .NET 5.0 with a bunch of new features, I have barely time to test them so this post is a way to force me ...
In my past job I had the chance to work on a project using NodeJS, to be honest, I don’t like JavaScript very much (I don’t like frontend development) and at...
I have been a .net developer for a very long time, when I was learning NodeJS I was amazed by the flexibility of JS, one of my favourite features of javascri...
I have been a .net developer for a very long time, when I was learning NodeJS I was amazed by the flexibility of JS, one of my favourite features of javascri...
Hey there, Edu from the future! As you embark on your programming journey, you’ll encounter various types of projects that require efficient data storage sol...
Sqids is a lightweight, open-source library that generates short, unique, and human-readable IDs from arbitrary data. Its primary goal is to provide a simple...
Sqids is a lightweight, open-source library that generates short, unique, and human-readable IDs from arbitrary data. Its primary goal is to provide a simple...
Immutable types, as the name suggests, are types whose state cannot be modified after they are created. In simpler terms, once an immutable variable or objec...