~/services/ automation

If it runs
twice, automate it.

Manual processes are technical debt in disguise. We design CI/CD pipelines, infrastructure provisioning, deployment workflows, and scheduled operations that run without human intervention — reliably, observably, and safely. Build once, ship forever.

00 CI/CD Pipeline Design & Implementation build · test · deploy
01 Infrastructure as Code Terraform · Pulumi · CDK
02 Configuration Management Ansible · cloud-init
03 Test Automation Frameworks unit · integration · e2e
04 Workflow Orchestration Airflow · Temporal · cron
05 Scripting & Task Automation Bash · Python · Go

// how we build
Pipeline-as-code, versioned alongside the application no snowflakes
Immutable infrastructure — replace, don't patch deterministic
Secret management integrated at every stage Vault · AWS Secrets Manager
Rollback-safe deployments with health gating blue/green · canary
Alert-driven runbook automation self-healing ops
GitHub Actions GitLab CI Terraform Pulumi Ansible Airflow Temporal Python Bash Go Vault AWS CDK