I'm a solo infrastructure owner at an AWS-focused MSP. Day to day that means running self-managed Kubernetes, multi-account AWS networking, and CI/CD pipelines end to end. I'm currently working toward senior DevOps / cloud infrastructure roles.
The repos tagged (personal project) below are built and run entirely in my own AWS accounts, independent recreations of patterns I work with professionally. No client or employer data is involved in any of them.
- clixx-k8s-gitops — (personal project) Self-managed Kubernetes (kubeadm, no EKS): Argo CD GitOps, EFS CSI storage, secrets synced from SSM, automated ECR pull-token refresh.
- onevoice-storage — (personal, in production) Nextcloud storage backend I actually operate, with documented cost/tradeoff calls (S3 over EBS, a GuardDuty/Security Hub cost-benefit decision), CloudTrail, and Object Lock.
- oracle-migration-toolkit — (open source) Oracle Data Pump migration toolkit extracted from a monolith into composable scripts, with Bats unit tests, Docker-based integration tests, and GitHub Actions CI.
- clixx-asg-ecs-deployment — (personal project) The same app deployed two ways side by side, classic ASG and ECS-on-EC2, behind one VPC, with a Jenkins pipeline that runs an AI secret-scan gate before every apply.
- aws-s3-replication-stack — Multi-region and cross-account S3 replication in Terraform: object lock, lifecycle policies, CloudTrail, bucket policies, built and iterated ticket-by-ticket.
- agentic-dev-system — (open source) A multi-agent Claude Code workflow: planner/builder/tester subagents with enforced tool permissions and a ticket-driven, QA-gated git pipeline.
Across most of these repos you'll find sections where I write down what I'd still tighten, not just what works: the GuardDuty-vs-cost tradeoff I made in onevoice-storage, the security group I caught and fixed during cleanup in the ECS deployment, the caveats documented up front in the ASG/ECS stack (unencrypted EBS, force_delete on by design). I'd rather show the judgment call than hide the rough edge.
AWS Solutions Architect Associate · CKA (in progress) · AWS DevOps Engineer Professional (in progress)



