ls -l
Work
Most of this is closed-source product work with no repository to link, so it is written up as case studies instead: the problem, what I did, what changed. Numbers come from the GitHub search API, not from memory.
Enterprise
- Automating the maintenance pipeline
Built the agent infrastructure that now triages, fixes, tests and reviews defect work across six enterprise products. My own throughput went up fourfold in two years.
- ai
- infra
- Rebuilding two enterprise build systems
Cut one enterprise CRM build from over three hours to under ninety minutes, then authored all seventeen pipelines for a second platform from scratch.
- infra
- A customer-facing product in sixteen days
Empty repository to signed public release in sixteen days, built alone: scans a customer estate, classifies upgrade blockers, computes a viable path and produces a readiness report.
- product
- backend
- Owning an iOS release train
Seventeen TestFlight builds in seven weeks for an enterprise iPad client, plus customer-branded packages, and a pre-build check that catches what Apple would reject days later.
- product
- native
- infra
- Security work across multi-tenant platforms
Per-tenant CSP enforcement, removing hardcoded credentials from a hosting platform, finally getting 2FA enforced, and hardening the CI supply chain.
- backend
- infra
- Fixes on hard legacy surfaces
A native C++ crash in a record merge, Exchange connectors duplicating records, spreadsheet export corruption, and Scala polling workers rewritten for a new database driver.
- backend
- native