Home
Felipe Henrique
Cancel

GitMarker - (DI) Injecting Types using InversifyJS

Why using Dependency Injection? One of my concerns, when I start any project is keeping the code highly maintainable. That can be achieved in many ways, and sometimes it can be subjective from...

GitMarker - How I bootstrapped it using Yeoman

When I started GitMarker, I looked for a CLI tool that would quickly bootstrap the thing as quickly as possible, then I found Yeoman, a generator ecosystem that can scaffold VS Code extensions and ...

GitMarker - My first Visual Studio Code extension

Before we start, let me state this: Visual Studio Code is one of the best code editors out there. It’s lightweight, open-sourced, and multiplatform. Its extension library is impressively vast, ...