A production-grade Kubernetes platform on AWS powering `chavastyle.com` workloads via EKS, API Gateway, and GitOps.
#EKS #ArgoCD #Route53
Or: how I stopped clicking around in a server GUI and started shipping.
#linux #tmux #wsl
How I wired Cloudflare DNS to an AWS API Gateway custom domain in a single terraform apply with no manual DNS steps and a split-state design that survives rebuilds.
#terraform #aws #cloudflare
Lambda doesn't speak HTTP. FastAPI doesn't speak Lambda events. Here's how Mangum bridges the gap, why container images beat zip files for real projects, and the Docker gotcha that will silently break your deploy.
#aws #lambda #fastapi
AI-powered CLI that parses Terraform modules and outputs structured Markdown docs so your infra docs are never wrong again.
#Python #AI #Terraform
A precise walkthrough of the foundational concepts behind any RAG pipeline, embeddings, cosine similarity, chunking, vector databases, LangChain Documents, and embedding model selection.
#rag #ai #langchain
My anonymous URL shortener platform on AWS live at `ghostlink.lol` using via ECS Fargate, Lambda, RDS, and CI/CD.
#ECS #Lambda #RDS
A RAG-powered chatbot that answers questions about my portfolio, built on FastAPI, Lambda, and Claude
#Python #FastAPI #AWS