Microservices Platform Modernization (EKS, ArgoCD, Helm)
Revised the 2014 container platform in 2018 onto EKS, ArgoCD, Helm, and GitHub Actions — moving from hand-run deployments to declarative, GitOps-driven delivery.
Infrastructure as Code systems
Declarative configurations define infrastructure state so environments can be reproduced, versioned, and managed consistently.
Declarative configurations define infrastructure state so environments can be reproduced, versioned, and managed consistently.
This domain is valuable because software and platform systems make interfaces explicit. They reveal how modules compose, where abstractions leak, how change propagates, and how operational discipline keeps complex systems evolvable.
The same lens transfers far beyond software. Once you can reason about state, isolation, coordination, and failure here, you are better prepared to understand teams, institutions, and other layered systems. This domain gets more useful when it is compared with adjacent systems instead of being treated as a silo. That is where reusable judgment starts to form.
Revised the 2014 container platform in 2018 onto EKS, ArgoCD, Helm, and GitHub Actions — moving from hand-run deployments to declarative, GitOps-driven delivery.
A multi-year initiative to scale a cloud-native, serverless loan management platform on AWS for a student and consumer debt company. Wrote Architecture...