Written by Daniel Worsnup, a Software Engineer. All my links.
Explore an alternate solution to using objects as keys in JavaScript and learn about a number of powerful but underappreciated language features.
Learn how to write a simple Gatsby plugin that enables you to easily embed third-party videos into your content using a non-standard embed syntax.
The Web Share API is a browser feature that can boost your web app's user experience by unlocking the power of the device's native sharing UI.
Array#reduce is a simple, powerful, and beautiful function. Take a look at what it's for, how it's implemented, and what it can do!
In this tutorial we’ll build a simple dropdown component in React using CodePen. This is the first installment of a multi-part series. By…