I architect and deliver production-grade cloud platforms for regulated industries. Reliable, auditable, and built to last. 10+ years owning cloud platforms in production.
Ownership of critical cloud platform decisions in production environments
Owning architecture decisions
Prioritizing reliability, cost control, and reversibility over premature complexity.
FinOps expertise
Identifying and removing unnecessary cloud complexity to sustainably reduce costs (typically 30–50%).
DevSecOps approach
Building security into platforms from day one. IAM, compliance automation, and CI/CD pipelines that don't break under pressure.
Optimize infrastructure spending while maintaining performance, scalability, and reliability
Build robust CI/CD pipelines, delivering faster time-to-market
Create cloud-native applications with integrated frontend and backend solutions
Build end-to-end applications using React and FastAPI, deployed with AWS, Azure and containerized with Docker/Kubernetes
Design cloud-native apps with AWS (EKS, Lambda, EC2), Azure (AKS, Functions, CosmosDB) and optimize with Terraform
Manage cloud infrastructure with Terraform, AWS CloudFormation, and Azure DevOps for scalable solutions
Reduce cloud spend using Kubernetes autoscaling and efficient resource provisioning
Design microservices architectures with Kubernetes for seamless scaling and availability
Apply RBAC, IAM, and Entra ID for secure, compliant cloud infrastructure
Comprehensive expertise across full-stack development, cloud platforms, DevOps automation, and enterprise security
Enterprise solutions showcasing cloud architecture, DevOps automation, and data engineering
Production System
Enterprise microservices platform with production Kubernetes, Helm charts, multi-cluster deployment across AKS/EKS/GKE, GitHub Actions CI/CD, ArgoCD GitOps, delivering 99.9% uptime with containerized file management APIs.
apiVersion: v1
kind: Deployment
metadata:
name: camp-backend
spec:
replicas: 3
strategy:
type: RollingUpdate
template:
spec:
containers:
- name: backend
image: ghcr.io/elishatheodore/camp:latest
ML Platform
Production-grade MLOps for credit risk & fraud detection with MLflow experiment tracking, model registry, FastAPI serving, drift monitoring via Evidently AI, automated retraining, and 95%+ accuracy gates on AKS.
@app.post("/predict")
async def predict(request: TransactionRequest):
features = feature_engineering(request)
risk_score = model.predict(features)
return {
"risk_score": risk_score,
"model_version": "v2.1.0",
"timestamp": datetime.now()
}
Infrastructure
Cloud-agnostic Infrastructure as Code supporting Azure, AWS, and GCP with modular Terraform design, environment-based deployments, multi-cloud CI/CD, security scanning, and drift detection via GitHub Actions.
resource "azurerm_virtual_network" "main" {
name = var.vnet_name
address_space = var.vnet_address_space
location = azurerm_resource_group.main.location
resource_group_name = azurerm_resource_group.main.name
}
Data Engineering
Production ETL pipeline following Medallion Architecture (Bronze/Silver/Gold) on Brazilian e-commerce dataset with 99,441 orders, DuckDB, Pandas, Pytest, and GitHub Actions, delivering R$ 13.5M+ revenue analytics.
def create_fact_orders():
sql = """
SELECT order_id, total_revenue,
delivery_days, delivery_status,
sentiment, product_category
FROM silver.orders
WHERE status = 'delivered'
"""
return duckdb.sql(sql).to_df()
Over 10 years of combined experience in cloud infrastructure, data engineering, and DevOps, building and delivering scalable, production-grade platformsolutions across enterprise environments.
Specialized in strategic leadership, technology-driven innovation, and digital transformation to scale organizations and drive efficient, data-informed business performance.
Trained in designing and optimizing complex, large-scale systems, with strong emphasis on efficiency, reliability, and data-driven decision-making across interconnected processes.
Reach out directly for project discussions and opportunities.
Available remotely