This post takes a look at common JavaScript powered static site generators and goes into advantages of a fully powered JavaScript stack.
Articles – Page 93
Keep writing, writing, writing ...
How to group substrings in regular expressions without capturing them. Say hello to non-capturing groups.
Object.is is a better alternative to ===. Let's have a look at why!
Vadim Makeev shared the surprising fact that view port units can harm accessibility
When a browser receives an HTML document, it creates the Document Object Model (DOM) which is a tree representation of the document. There are various methods to access DOM elements and they all return different things.