Writing
A Quick CORS Primer for Frontend Folks
You've made some requests on Postman. You understand which endpoints will deliver what payloads. Contented, you start developing on localhost. Enter the villain — CORS Error!
Lost in SPA(ce): Helping screen readers navigate React applications
How to tell screen readers when the page has changed in a single page application.
Pre-cache for Performance
Improve your page load time by pre-caching resources during service worker installation.
A Tale of Four Components
Explore different web component libraries by comparing vanilla JavaScript, Nutmeg, Polymer, and Stencil versions of the same component.
Introducing Intersection Observer
The IntersectionObserver API is a relatively new web API that allows you to observe when a DOM element enters or leaves a viewport.
Make a Web Component with Custom Elements v1 and Shadow DOM v1
Make a re-useable, encapsulated web component using Custom Elements v1 and Shadow DOM v1