Notes to Future Me
This section of the site is mostly for me—just a running log of things I've figured out (or halfway figured out) while building stuff. No promises of best practices, just real-world notes I wanted to remember. If it helps you too, great!
- Building an Accessible Modal with StencilJS
Building an Accessible Modal with StencilJS
This article walks through how to create an accessible, keyboard-navigable, WCAG-compliant modal dialog using StencilJS.
- Dealing with Dates in JavaScript
Dealing with Dates in JavaScript
JavaScript dates are like that one coworker who means well but always shows up late and forgets daylight savings.
- Web Component & Stencil.js
Web Component & Stencil.js
Getting comfortable with what Stencil does and how it builds Web Components.
- Netlify Forms with Nuxt 3
Netlify Forms with Nuxt 3
Here's how I finally got the submissions to show up—and how to avoid the same five-hour rabbit hole the next time.
- Eli5: JavaScript Concepts
Eli5: JavaScript Concepts
Just jotting down some Javascript concepts as if I were explaining them to a 5 year old.
- ARIA Patterns and Practices Cheatsheet
ARIA Patterns and Practices Cheatsheet
Need a brain-friendly way to remember all those WAI-ARIA doohickeys? Same. This is a quick-hit reference guide for common UI patterns.