author thumb

lucatrazzi

Full-stack, Front-end Engineer

Everyday Front-End Visual Studio Code Extensions, Tips & Tricks

When Microsoft released Visual Studio Code, I immediately switched to it because it was blazingly fast. However, it was missing something. Extensions. Finally Microsoft released the Marketplace. S......

Funny Windows bug when using Git Bash

One day, I was working on a folder, and suddenly my git was blaming me because there were untracked files on a unknown folder I didn’t create. I went on the file system, I found that folder, and t......

Autofac And Primitive Obsession: How I Learned To Love The Injection Of Configuration Parameters

Registering components in Autofac is straightforward, as long as no primitive dependencies (such as connection strings, URLs and configuration parameters in general) are involved.This post describe......