Software Engineer · DevOps · 4+ yrs
I build software and run it in production — the app itself, and the CI/CD pipelines, Terraform and Kubernetes underneath it on AWS and Azure. I use LLMs as a power tool inside the pipeline, not as a crutch. Everything below is real — in production or open source, no demos.
A conformance gate for CI/CD, packaged as a GitHub Action. It validates microservices and decides on its own whether to block a merge — deterministic rules combined with LLMs, so quality and traceability are enforced before code lands. Open source — read it.
A segmented AWS network as reusable Terraform modules — public, private and data tiers across two AZs. The data tier can't reach the internet by absence, not by a deny rule: its route table has no default route. Managed without SSH or a bastion via SSM endpoints, and covered by terraform test.
Vehicle-restriction checker for Colombia — one tap to know if you can drive today, across dozens of cities. Built SEO-first so it ranks: ~50K+ monthly visitors, 90+ Lighthouse.
A fitness app built for body-recomposition: planning and tracking that stays out of your way. Designed and shipped end-to-end, from UI to deploy.