Projects
A collection of open source libraries, tools, and educational content I've built over the years.
Building an AI Voice Assistant
Manning PublicationsA learning project series on building a voice assistant using the Web Speech API and the OpenAI API.
Web API Demos
A collection of demos and sample code from my book, Web API Cookbook. Covers web animations, speech recognition, DOM observers, and more.
URL Scrub
A tool for building and cleaning URLs. Use the visual URL builder, or paste in a URL and automatically remove tracking parameters to protect your privacy.
JSON Colorizer
An npm package to pretty-print JSON data with syntax highlighting.
Promise Poller
An npm package that provides a Promise based interface for performing polling operations.
PicMo
A vanilla JavaScript emoji picker component. No longer maintained.
Build a Toast Notification System With Svelte
A guided project series on building a basic toast notification system in a Svelte application.