Every VS Code extension a JavaScript web developer should have in 2021 (with gifs!)
Productivity — 8 Min Read
Visual Studio Code is a powerful editor out of the box, but there are many many VS Code extensions to make it even more powerful! If you're…
Simplify regex by decoupling it from your programming language
Productivity / Regex — 6 Min Read
You know what's awesome?! Regex is! I use it almost every day to search through my codebase, and occasionally to parse text input in my code…