I'm a Cloud & DevOps Engineer based in Atlanta, GA focused on building infrastructure that's automated, secure, and built to last. I come from an IT and networking background which means I think about the full stack — not just what gets provisioned, but what happens when things break.
Most of my work lives at the intersection of IaC and CI/CD. I like designing systems where the pipeline does the heavy lifting and human error has as little room as possible to show up.
Cloud — AWS (primary), GCP, Azure
IaC — Terraform
CI/CD — CodePipeline, CodeBuild, Jenkins
Services — CloudFront, S3, EKS, KMS, IAM, Route53, EventBridge, CloudWatch, Lambda, DynamoDB
Languages — Python, Bash
Other — Git, Linux (Debian, Ubuntu, RHEL), Docker, Kubernetes
- AWS Certified DevOps Engineer – Professional
- AWS Certified Cloud Practitioner
- Google Associate Cloud Engineer
Hybrid-IaC CI/CD Pipeline
Automated deployment pipeline for an HTML site and Python app using a hybrid-IaC approach — Terraform handles the core infrastructure while CodePipeline and CodeBuild handle the delivery. Built with CloudFront + OAC, S3 with SSE-KMS using a customer-managed key, least-privilege IAM, S3 native state locking, and Route53 + ACM for a custom domain. Every design decision documented in the write-up.
Serverless Talent Onboarding App on GCP
End-to-end serverless web application built on Google Cloud — Python Flask backend deployed on Cloud Functions, static frontend served from Cloud Storage, integrated with a Moodle training portal via REST API. No servers to manage, no infrastructure overhead. Shows what a clean serverless architecture actually looks like when the layers are properly separated.
I document my builds on Medium — the reasoning behind design decisions, not just the steps.