Recent Posts

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: