Posts by Category

career development

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 ↑

offtopic

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

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 ↑

Node.JS

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:

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

Back to Top ↑

javascript

Back to Top ↑

C#

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 ↑

windows

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 ↑

c#

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 ↑

.net

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 ↑

Databases

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 ↑

tools

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 ↑

libraries

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 ↑

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 ↑