Side Projects
These are side projects — my own work, built in my own time, because I like building things. Each one links to a write-up of the problem, the approach, and where it stands.
A browser extension that draws a timeline of how every ticket moves through a workflow, so stalled work is obvious. Works with Jira, or standalone without it.
- Angular
- TypeScript
- Material Design
- Nx
- Chrome Extension
Peer-to-peer planning poker for Agile teams, with story points or fully custom multi-dimensional estimation — connects browser to browser over encrypted WebRTC, no backend, no accounts.
- React
- TypeScript
- WebRTC
- MUI
- Vite
Transcribes a guitar or bass recording into playable, editable tablature, entirely in the browser — nothing is uploaded.
- React
- TypeScript
- TensorFlow.js
- Web Audio API