Posts by Tag

career development

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

Back to Top ↑

tools

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

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.

My favorites tools

less than 1 minute read

Here are my favorite tools for developing and VSCode:

Back to Top ↑

typescript

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

Back to Top ↑

mental health

Back to Top ↑

vscode

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.

My favorites tools

less than 1 minute read

Here are my favorite tools for developing and VSCode:

Back to Top ↑

log

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 ↑

debug

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 ↑

console.log

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 ↑

javascript

Back to Top ↑

keyboard

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

Back to Top ↑

init, C#, .net 5, C# 9

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

Back to Top ↑

linux

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

Back to Top ↑

development

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 ↑

database

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 ↑

sqids

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

Back to Top ↑

hashids

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

Back to Top ↑

diagrams

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

Back to Top ↑

plantuml

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

Back to Top ↑

planttext

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

Back to Top ↑

inmutable

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

Back to Top ↑