Projects
Boston Camp Finder
Biweekly-updated aggregator of kids' summer camps near Roslindale, MA. Scrapes and normalizes camp listings so parents stop digging through a dozen websites.
TypeScriptNext.jsWeb Scraping
Clinical Note Structurer
Free-text clinical notes → validated FHIR R4 Bundles via Claude tool use. Turns unstructured provider documentation into interoperable health records.
Claude AIFHIR R4Tool UseHTML
Enterprise API Gateway
Hands-on demo of enterprise API gateway patterns: JWT auth, API key management, RBAC, per-organization rate limiting, and real-time observability — packaged with an interactive educational UI.
JWTRBACRate LimitingObservabilityHTML
Terraform Graph Explorer
Browser-only tool for staring at Terraform plans. Give it the JSON output of terraform show -json tfplan, get back the dependency graph — what depends on what, the longest chain, and whether you've accidentally introduced a cycle.
TypeScriptTerraformGraph Visualization