I was writing align-items and justify-items in combination with flexbox for years and now found out about place-items which makes centering elements with grid way shorter.
Articles โ Page 98
Keep writing, writing, writing ...
In this first of two articles on static sites, I will share with you how you can speed up your build process on Netlify with a custom caching layer. The second article will go into the implementation of incremental builds using Nuxt.js.
This post takes a look at common JavaScript powered static site generators and goes into advantages of a fully powered JavaScript stack.
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!