§ What I do
Infrastructure that survives the night shift.
From on-premises hypervisors to multi-cloud deployments — I design, build, and operate systems with obsessive attention to reliability, cost, and observability.
CPU cores migrated
3,000+
VMware → Proxmox. Zero downtime.
Production uptime SLA
99.9%
Network backbone
6.4T
BPS at NIXI peering exchange
§ Currently
Senior DevOps Engineer at PinnacleWorks. Open to new infrastructure and cloud projects.
Get in touch →§ Expertise areas · 7 domains
Cloud · DevOps · Networking · Containers · Observability · Storage · VoIP/Telecom
§ Featured work
01 / 02 · Case Study
VMware → Proxmox Migration
3,000 CPU cores. Zero downtime.
Complete live migration of a production VMware cluster to Proxmox VE using a custom Go orchestrator. Achieved 60% cost reduction with no service interruption across 200+ virtual machines.
02 / 02 · Case Study
VPS Orchestration Platform
500+ virtual machines. One dashboard.
Self-service cloud platform built from scratch — Go backend, Proxmox API, customer portal, automated billing, and provisioning pipeline. Serves 100+ enterprise clients with 99.9% uptime SLA.
§ How I think
Infrastructure
as code.
Every system I build is declarative, version-controlled, and reproducible. Terraform for cloud, Ansible for config, ArgoCD for delivery.
name = "web-01"
target_node = "pve-01"
cores = 4
memory = 8192
clone = "ubuntu-22-template"
network {
model = "virtio"
bridge = "vmbr0"
}
}
# Apply: terraform apply -auto-approve