ยท
articles
"Pixel Perfect" Considered Harmful
Embracing fluid over rigid designs yields websites that bend but don't break under the strain of user, content & device diversity.
Embracing fluid over rigid designs yields websites that bend but don't break under the strain of user, content & device diversity.
Astro for sites, Solid or Svelte for Apps.
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