Posts Tagged "Productivity"
Every VS Code extension a JavaScript web developer should have in 2021 (with gifs!)
(Updated on )
A curated list of VS Code extensions that actually improve day-to-day JavaScript development, with demos to show them in action.
Read Post
Simplify regex by decoupling it from your programming language
Nobody hates regex. They hate implementing it in code. Learn the most useful regex notations by using them where they shine: directly in your text editor.
Read Post
3 ways to time travel in Git to undo destructive mistakes
Botched a rebase? Nuked commits with a reset? Git has built-in tools to get you back without re-cloning.
Read Post