ConvertX
Self-Driven Project
June 2026 - Sep 2026
A microservices platform for format conversion and developer utilities, built to learn how production systems are actually operated rather than just written. Two Go services sit behind a Kong Gateway Operator with MetalLB handling load balancing, and every backing service is AWS-shaped through LocalStack Pro: RDS for persistence, ElastiCache for caching, Cognito for identity with RS256 tokens verified via JWKS, SecretsManager for every credential, and CloudWatch for logs. The interesting work is the operational layer around the API rather than the conversions themselves. Both services autoscale on CPU, drain in-flight requests on SIGTERM, and are covered by purpose-built load and resilience suites that measure how the cluster behaves when pods are killed and deployments roll.
view project