Engineering Philosophy
CI/CD & Deployment
Personal Projects
Git-push deploys via Vercel. Preview deployments per PR. Automatic rollbacks on failed health checks. Zero-config infrastructure that lets me focus on shipping.
Enterprise (Accenture)
Deployments follow change management gates: staging validation, UAT sign-off, and production promotion. Managed ruleset and branch governance across squads. I work within these constraints, not around them. Enterprise CI/CD isn't about speed. It's about not breaking production for 500+ users.
What I'd build next
GitHub Actions pipeline with vitest on PR, Playwright smoke suite on staging deploy, Lighthouse CI for performance regression detection. Automated quality gates that catch problems before humans have to.