Make 🏗️ Devs
Sharing observations about the web platform
All Posts
Null checks are a common need in programs and it's clunky to do them in Javascript, unless you use the "valueOf" trick
- Javascript
Lists as data structures, presentational design and real life things.
- JavaScript
- Design
CSS offers a nifty mix blend mode feature which can handle giving text a contrasting color based on the background color.
- CSS
Learning useEffect can be challenging to newcomers to React, but teaching it as an analog to addEventListener can make it easier
- JavaScript
- React
An example of variadic functions in JS
- Functional
- JavaScript
- TypeScript
A clever way to generate random UUID's in modern Browser's
- JavaScript
Composition over Inheritance and Revisiting the Null Object Pattern
- JavaScript
- Functional
A conversation about methods native to Javascript that conserve immutability of data.
- JavaScript
- Functional
Let's see a few ways to create lookup-tables in Javascript
- Javascript
- Functional
Let's see how to create a Null Object pattern in Javascript
- Javascript
- Functional
Notes of the good parts of Javascript and the parts to avoid according to Kyle Simpson's books and lectures.
- Javascript
Notes of the good parts of Javascript and the parts to avoid according to Douglas Crockford's books and lectures.
- Javascript
A thought experiment on what BEM CSS could look like as simply chained classes...
- CSS
- HTML
Let's build a super simple State Reducer in three different ways
- JavaScript
- Functional