The module debug is used by millions of other packages to handle log messages. It turns out Node.js has this functionality also built-in and can display message depending on NODE_DEBUG.
Articles – Page 84
Keep writing, writing, writing ...
The omission of the error argument in try/catch JavaScript expressions is now supported in mayor browsers.
Terminal cheat sheet to navigate the cursor quicker
When serializing objects a toJSON method can be used to change the output of JSON.stringify
git has a auto correct flag which automagically correct mistyped commands