Posts by Year

2024

Inmutable Types

1 minute read

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...

Diagrams as code

less than 1 minute read

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...

Sqids for obfuscating ID’s

less than 1 minute read

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...

A guide to VSCode profiles

1 minute read

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.

Long live embedded databases

2 minute read

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...

Back to Top ↑

2022

My favorites tools

less than 1 minute read

Here are my favorite tools for developing and VSCode:

Deconstructing in C#

1 minute read

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...

Back to Top ↑

2021

Linux on Windows!

1 minute read

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...

Init only setters

2 minute read

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 ...

Use the right tool for the right job

2 minute read

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...

Console.log like a pro!

1 minute read

We have a lot a tools to debug our applications but the most beloved is with no doubt using console.log, something like this:

Back to Top ↑

2020

ECMAScript 6 Imports in Node.JS

1 minute read

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...

Hello world!

less than 1 minute read

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...

Back to Top ↑