A Collection of Node.js Debugging Methods
This article discusses several popular Node.js debugging methods, including Chrome, VS Code, Atom, and WebStorm.
A Collection of Node.js Debugging Methods
This article discusses several popular Node.js debugging methods, including Chrome, VS Code, Atom, and WebStorm.
git checkout and git reset Cheatsheet
I never fully understood git checkout and git reset, so last night I set up a repository to experiment. Here are my notes for future reference.
Web Frontend Development on Linux
Why use Linux? While Mac has countless advantages, its relatively high price puts many students off. When I started my internship last year, I was using Windows 7, and the command-line experience was truly painful—especially for web frontend development where countless tools run in the terminal, such as numerous Node.js tools. Switching to Linux made everything much smoother.