Skip to main content
Dev Notes

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

    This article walks through how to create an accessible, keyboard-navigable, WCAG-compliant modal dialog using StencilJS.

    Building an Accessible Modal with StencilJS
  • Dealing with Dates in JavaScript

    JavaScript dates are like that one coworker who means well but always shows up late and forgets daylight savings.

    Dealing with Dates in JavaScript
  • Web Component & Stencil.js

    Getting comfortable with what Stencil does and how it builds Web Components.

    Web Component & Stencil.js
  • 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.

    Netlify Forms with Nuxt 3
  • Eli5: JavaScript Concepts

    Just jotting down some Javascript concepts as if I were explaining them to a 5 year old.

    Eli5: JavaScript Concepts
  • 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.

    ARIA Patterns and Practices Cheatsheet