Associated Environmental Systems
- Architected a full-stack coordinator dashboard (Next.js, TypeScript, Prisma, PostgreSQL) as sole engineer, replacing a legacy spreadsheet workflow used by 150+ technicians.
- Unified 3 coordinator workflows — calibration, certificates, and coordination — into one REST API.
- Cut daily coordination turnaround ~60% by shipping the MVP end to end and deploying it to Vercel.
Oregon State University – TRUE-AI Lab
- Building a generation-and-verification pipeline that prompts frontier LLMs to synthesize real-time OS schedulers, auto-checked against formal schedulability tests, targeting a workshop paper.
- Benchmarked generated schedulers across 1,000 task sets, matching Rate-Monotonic/EDF baselines on 93% while isolating 27 constrained-deadline failures.
UCSB Systems and Networking Lab
- Migrated 8 metric endpoints from 5s HTTP polling to Gorilla WebSocket streaming via event-driven deltas.
- Refactored the NetVibe speedtest pipeline to backend Prometheus scraping across 3 microservices and a 10-node cluster.
- Implemented JWT middleware in Go securing 20+ API routes with user-context forwarding.
- Built a Go ICMP library tracking RTT across 30+ targets, batching latency into InfluxDB and SQLite.
ACM Industry @ UCSB – IV Outfitters
- Building an automation system processing 25+ weekly orders with Next.js, FastAPI, and PostgreSQL.
- Integrated Printavo and vendor APIs to automate PO generation and shipment tracking.
- Implemented Celery + Redis task queues running 6-hour polling cycles to sync tracking data.