-
An opinionated list of technologies and tools I use to rapidly develop projects from 0 to 1.
-
Let's dive in and play with React's source code a little bit to conceptualize React's state update and rendering flow.
-
Broad review of the frontend tooling landscape to untangle the complexities of package managers, bundlers, compilers, minifiers, linters, and more!
-
CSS custom property fundamentals, the theming use case, and some patterns for global/component theming.
-
From HTML responsive images, to lazy loading, to layout shifts, to image CDNs... this guide covers it all.
-
/2022
My Ultimate PWA Workflow
A step-by-step guide to turn a web app into a PWA with 100 lighthouse score plus user prompts for version updates.
-
What I learned about WebSockets building a multi-channel chat app with real-time notifications in React and Rails Action Cable.