Featured Projects
Things I've built — cloud infrastructure and automation
Personal Portfolio
This site — built with Go and Gin, PostgreSQL database, Dockerized with Nginx reverse proxy, deployed on AWS EC2 with SSL.
Cloud Infrastructure — Terraform + Ansible
Provisions AWS EC2 instances with automated Nginx configuration. Terraform manages state, Ansible handles configuration management with idempotent playbooks and health checks.
System Health Dashboard
Real-time CPU, memory, and disk monitoring via an auto-refreshing web interface. Fully containerized with a GitHub Actions CI/CD workflow for automated builds.
Automated File-Backup System
Two-service Docker architecture (backup-agent + health-monitor) with persistent volumes across restarts. Logs streamed live via Docker Compose.
PrestaShop on AWS — Production Deployment
Deployed a decoupled e-commerce stack on EC2 (t3.micro) + RDS MySQL 8.0 with a private-subnet DB and least-privilege Security Groups. Resolved three undocumented PHP 8.5 compatibility bugs not yet covered in official PrestaShop documentation.