eli@resume
$ ./resume.sh --init
drwxr-xr-x
Elisha /
-rw-r--r--
title.txt
"AI & Cloud Platform Architect | Building Scalable, Cost-Efficient Infrastructure"
drwxr-xr-x
contact/
-rw-r--r--
email.txt
"contact@elisha.app"
drwxr-xr-x
links/
-rw-r--r--
port
"www.elisha.app/projects"
-rw-r--r--
git
"github.com/elishatheodore"
-rw-r--r--
link
"linkedin.com/in/elishatheodore"
Elisha Theodore

AI & Cloud Platform Architect

I architect and deliver production-grade cloud platforms for regulated industries. Reliable, auditable, and built to last. 10+ years owning cloud platforms in production.

What I take responsibility for

Ownership of critical cloud platform decisions in production environments

Cloud Architecture

Owning architecture decisions

Prioritizing reliability, cost control, and reversibility over premature complexity.

Cost Optimization

FinOps expertise

Identifying and removing unnecessary cloud complexity to sustainably reduce costs (typically 30–50%).

Security & Compliance

DevSecOps approach

Building security into platforms from day one. IAM, compliance automation, and CI/CD pipelines that don't break under pressure.

I help businesses:

Reduce cloud costs

Optimize infrastructure spending while maintaining performance, scalability, and reliability

Automate deployments

Build robust CI/CD pipelines, delivering faster time-to-market

Build scalable applications

Create cloud-native applications with integrated frontend and backend solutions

What I Can Do For You

Full-Stack Development

Build end-to-end applications using React and FastAPI, deployed with AWS, Azure and containerized with Docker/Kubernetes

Cloud Architecture & DevOps

Design cloud-native apps with AWS (EKS, Lambda, EC2), Azure (AKS, Functions, CosmosDB) and optimize with Terraform

Infrastructure as Code

Manage cloud infrastructure with Terraform, AWS CloudFormation, and Azure DevOps for scalable solutions

Cost Optimization

Reduce cloud spend using Kubernetes autoscaling and efficient resource provisioning

End-to-End Scalability

Design microservices architectures with Kubernetes for seamless scaling and availability

Enterprise Security

Apply RBAC, IAM, and Entra ID for secure, compliant cloud infrastructure

Technical Skills

Comprehensive expertise across full-stack development, cloud platforms, DevOps automation, and enterprise security

Frontend Development

React.js Next.js Tailwind CSS JavaScript TypeScript

Backend Development

Python FastAPI REST APIs JWT Auth WebSockets Microservices

Cloud & DevOps

Azure AKS Azure Functions CosmosDB Kubernetes Docker Azure DevOps Terraform GitHub Actions CI/CD

Data Engineering

ETL Pipelines Data Warehousing Azure Data Factory Azure SQL SQL/NoSQL Power BI Azure Synapse

Infrastructure as Code

Terraform Azure ARM Templates Kubernetes Configs Bicep Azure Policy

Enterprise Security

Entra ID IAM RBAC Zero Trust Azure AD

Featured Projects

Enterprise solutions showcasing cloud architecture, DevOps automation, and data engineering

Cloud Asset Management (CAMP)

Production System

LIVE
Kubernetes Helm Docker GitOps

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.

deployment.yaml
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

MLOps Financial Risk

ML Platform

ACTIVE
MLflow FastAPI Kubernetes ArgoCD

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.

model_serving.py
@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()
    }

Multi-Cloud Terraform

Infrastructure

LIVE
Terraform Azure AWS GCP

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.

networking.tf
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
}

E-Commerce ETL Pipeline

Data Engineering

ACTIVE
DuckDB Medallion Arch Python CI/CD

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.

gold_layer.py
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()

Professional Experience

Over 10 years of combined experience in cloud infrastructure, data engineering, and DevOps, building and delivering scalable, production-grade platformsolutions across enterprise environments.

2009
QAQC Analyst
NNPC Limited
2012 - 2013
Operations Manager
CHISAAP Global Link Ltd
2013 - 2016
Credit Analyst
Heritage Bank Plc
2016 - 2017
IT Project Manager
Heritage Bank Plc
2022 - Present
🟢 ACTIVE
Consultant
AI & Cloud Platform Architect
The Future
?
Next Chapter Coming...

Education

Executive MBA

Specialized in strategic leadership, technology-driven innovation, and digital transformation to scale organizations and drive efficient, data-informed business performance.

Bachelor of Engineering

Trained in designing and optimizing complex, large-scale systems, with strong emphasis on efficiency, reliability, and data-driven decision-making across interconnected processes.

Interactive Terminal

elishatheodore@cloud-engineer:~$
bash
$ whoami
elisha_theodore - AI & Cloud Platform Architect
$ cat skills.txt
🔹 Cloud Platforms: AWS · Azure
🔹 Container Orchestration: Kubernetes, Docker
🔹 Infrastructure as Code: Terraform, Bicep, ARM
🔹 CI/CD: GitHub Actions, Azure DevOps
🔹 Data Engineering: Python, SQL, ETL/ELT
🔹 Development: TypeScript, FastAPI, React
$ systemctl status cloud-infrastructure
● cloud-infrastructure.service - Enterprise Cloud Infrastructure
Loaded: loaded (/etc/systemd/system/cloud-infrastructure.service; enabled; vendor preset: enabled)
Active: active (running) since Mon 2026-01-01 00:00:00 UTC; 365 days ago
Main PID: 1337 (cloud-engineer)
CPU: 99.9% | Memory: 256GB | Network: 10Gbps
$ kubectl get nodes
NAME STATUS ROLES AGE VERSION
aks-master-node-001 Ready master 365d v1.28.3
aks-worker-node-001 Ready worker 365d v1.28.3
aks-worker-node-002 Ready worker 365d v1.28.3
$ terraform apply -auto-approve
module.aks-cluster.azurerm_kubernetes_cluster.main: Creating...
module.vnet.azurerm_virtual_network.main: Creation complete after 2s [id=/subscriptions/...]
Apply complete! Resources: 42 added, 0 changed, 0 destroyed.
$ docker ps --format "table {{.Names}}\t{{.Status}}\t{{.Ports}}"
NAMES STATUS PORTS
api-gateway Up 365 days 0.0.0.0:80->80/tcp
data-processor Up 365 days 0.0.0.0:8080->8080/tcp
monitoring-stack Up 365 days 0.0.0.0:3000->3000/tcp
$ _

Contact

Reach out directly for project discussions and opportunities.

Available remotely