ยท
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.
CSS offers a nifty mix blend mode feature which can handle giving text a contrasting color based on the background color.
Learning useEffect can be challenging to newcomers to React, but teaching it as an analog to addEventListener can make it easier