ยท
articles
Nullish Checking in Javascript
Null checks are a common need in programs and it's clunky to do them in Javascript, unless you use the "valueOf" trick
Null checks are a common need in programs and it's clunky to do them in Javascript, unless you use the "valueOf" trick
Lists as data structures, presentational design and real life things.
Learning useEffect can be challenging to newcomers to React, but teaching it as an analog to addEventListener can make it easier
An example of variadic functions in JS
A clever way to generate random UUID's in modern Browser's
Composition over Inheritance and Revisiting the Null Object Pattern