Recent Posts

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