Building resilient, auto-scaling cloud architectures and crafting robust, highly responsive full-stack applications. I bridge the gap between frontend elegance and backend scale.
{
"name": "Alex Carter",
"role": "Lead Full-Stack & DevOps Engineer",
"location": "San Francisco, CA (Remote)",
"experience": "6+ Years",
"interests": [
"Cloud Native",
"High-Scale APIs",
"Edge Orchestration"
],
"currentlyLearning": "Rust & WebAssembly",
"coffeeConsumption": "1.2 Gallons/Day"
}
# Production High-Availability Kubernetes Cluster
resource "aws_eks_cluster" "production" {
name = "alex-dev-prod-cluster"
role_arn = aws_iam_role.eks_cluster_role.arn
version = "1.29"
vpc_config {
subnet_ids = module.vpc.private_subnets
endpoint_private_access = true
endpoint_public_access = false
}
tags = {
Environment = "production"
ManagedBy = "terraform"
}
}
An open-source Kubernetes operator written in Go that automate canary rollouts based on real-time Prometheus traffic metrics. Supports automated rollbacks.
Ultra-performant, non-blocking Node.js and TypeScript driver for Hyperion Distributed key-value stores. Rebuilt with zero external dependencies and custom connection-pooling.
Directing the structural migration from standard Docker instances to a high-availability Amazon EKS environment. Managed the setup of secure VPC subnets, RDS PostgreSQL clusters, and customized Helm deployment charts.
Designed and built highly concurrent transaction logging systems. Maintained high reliability APIs dealing with thousands of external bank integrations and complex webhooks.
Coordinated internal tooling development. Managed primary customer-facing websites, custom CMS integration, and optimized system assets to achieve robust loading speeds.