shipped2026
A live operations dashboard that streams metrics from dozens of services into one view. Built a WebSocket fan-out layer and a virtualized chart grid that stays smooth at thousands of updates per second.
cut incident triage time from ~20 min to under 5 (sample metric)
- TypeScript
- React
- Go
- Postgres
- WebSockets
shipped2025
A zero-config deploy tool that detects a project's framework, builds it, and pushes to a container host with preview URLs per branch.
1.2k GitHub stars (sample)
in progress2025
A personal-finance app that imports bank CSVs, auto-categorizes transactions, and forecasts month-end balances.
categorizes ~92% of transactions without edits (sample)
- TypeScript
- Next.js
- Postgres
- Python
shipped2024
A public REST + GraphQL API for hiking trail data with geospatial search, rate limiting, and generated client SDKs.
p95 latency 38 ms on geo queries (sample)
- Node.js
- GraphQL
- Postgres
- PostGIS
archived2023
A visual regression tool that screenshots components in CI and flags pixel changes in pull requests with an overlay view.
used by 3 teams before being folded into a larger suite (sample)
- TypeScript
- Playwright
- GitHub Actions