Zak's Top 5 Habits for Success
Productivity / Soft skills / Relationships — 10 Min Read
Hey brother, Congrats on graduating! Along with some cash from wife and me, I wanted to share a few things I've learned that have helped me…
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…