rtCamp ↗
DevOps Engineer
- .01
Enterprise IaC & Migration — Cox Automotive
- why
- S3 buckets, CloudFront distributions, and WAF policies for prod, dev, and staging environments were created manually via aws console and have some legacy settings
- what
- Migrated and standardized S3, CloudFront, and WAF configurations across all three environments into Terraform. with 0 drift terraform drift and 0 downtime.
- how
- Established a multi-environment GitOps workflow with a rigorous Plan-Review-Apply SOP, eliminating click-ops and achieving consistent, repeatable infrastructure across prod, dev, and staging.
- .02
Cloud-Native Scaling & Observability — Global FinTech
- why
- A monolithic Frappe/ERPNext platform was buckling under high-concurrency traffic with no visibility into where production bottlenecks occurred.
- what
- Migrated the platform to a distributed Kubernetes cluster and implemented full-stack OpenTelemetry instrumentation.
- how
- Decomposed the monolith into individual services and migrated to Kubernetes — gaining autohealing, rolling deployments, and the broader ecosystem benefits. Layered OTel logs, traces, and metrics across the stack while deliberately keeping the architecture as simple as possible to reduce operational overhead.
- .03
Cloud FinOps & Cost Engineering
- why
- Memory-intensive background jobs and cron workloads were running on always-on instances, inflating cloud spend without any performance benefit.
- what
- Achieved a 20% reduction in cloud OpEx across Kubernetes compute.
- how
- Engineered specialized Node Groups with Spot Instances and implemented scale-to-zero logic for background and cron workloads, eliminating idle resource waste while maintaining throughput.
- .04
Product Engineering — EasyDash / EasyEngine
- why
- Manual WordPress/PHP deployment processes were slow and error-prone, blocking a commercial product launch.
- what
- Co-developed a high-scale Cloud Provisioning Engine for dash.easyengine.io.
- how
- Built the automated backend with Python, Terraform, and Ansible — enabling rapid deployments that generated $200+ in subscription revenue within 60 days of launch.
- .05
Developer Experience & CI Optimization
- why
- Shared CI runners were creating queue bottlenecks and long wait times that disrupted engineering flow across teams.
- what
- Optimized GitHub Self-Hosted Runners across the organization.
- how
- Applied resource-aware labeling and multi-container environments, drastically reducing CI/CD wait times and improving overall build reliability.