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!
2020-11-04
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.
2020-03-24
Pre-cache for Performance
Improve your page load time by pre-caching resources during service worker installation.
2018-08-30
A Tale of Four Components
Explore different web component libraries by comparing vanilla JavaScript, Nutmeg, Polymer, and Stencil versions of the same component.
2018-06-07
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.
2018-01-04
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
2017-04-05