Prevent shell commands to go into history by starting them with a space...
Articles โ Page 117
Keep writing, writing, writing ...
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!
I always thought that JS engine implemented property order in objects differently and thus we can not rely on order of certain properties. It turns out this was fixed.
Today I learned that an SVG inside of another SVG is valid syntax