# terraform { who = "alpha" }
resource "engineer" "alpha" {
name = "MUNEZERO Alpha"
role = "Cloud Infrastructure & Backend Engineer"
location = "Kigali, Rwanda"
school = "Rwanda Coding Academy"
focus = [
"Cloud-Native Architecture",
"Infrastructure as Code (IaC)",
"DevOps & CI/CD Automation",
"Distributed Backend Systems",
]
cloud_providers = ["AWS", "GCP", "Firebase"]
iac_tools = ["Terraform", "Docker", "Kubernetes"]
workflow = "Design → IaC → Deploy → Monitor → Iterate"
open_to = "DevOps · Cloud · Remote · Full-time"
}| Infrastructure | Deployment | Reliability |
|---|---|---|
| VPC & Subnets | CI/CD Pipelines | Auto-scaling Groups |
| IAM & Policies | Docker Builds | Load Balancers |
| Terraform IaC | K8s Manifests | Health Checks |
| Cloud Storage | Zero-downtime Deploys | Centralized Logging |



