My favorite content from December 2018 including web workers, be silent and the favorite game.
Articles โ Page 119
Keep writing, writing, writing ...
The NPM_CONFIG_PRODUCTION flag will lead to changed behavior of
npm install
but also set the NODE_ENV environment variable to production.Prevent shell commands to go into history by starting them with a space...
For easier error debugging you can increase the stack trace limit in Chrome (V8) and Node.js.
Stylesheets block the first render which is why you should always have a look at them. Today I learned that they also block inline JavaScript!