Write-ups

The build log

Hands-on Cloud & DevOps builds — the real projects, the errors I hit, and how I worked through them.

Shinn by Shinn · Cloud & DevOps
● Case study·AWS / Cloud·~10 min read

One Application Load Balancer routes /about-me and /what-am-i-doing to completely separate backends — purely by URL path — each behind its own Auto Scaling Group across three AZs, over HTTPS on a custom domain via ACM and Route 53. Includes the real bugs: User Data vs the AMI, one-ASG-per-target-group, 404 on every path, and "connection refused" vs a timeout.

ALBPath routingAuto ScalingACM (TLS)Route 53EC2
Read the case study
● Case study·DevOps·~8 min read

How I made this portfolio deploy itself on every push — a GitHub webhook triggers Jenkins, which gates on the commit message and ships over SSH to an AWS server. Includes the real debugging journey: firewalls, SSH keys, file permissions, and the non-interactive sudo wall.

JenkinsCI/CDWebhooksAWS EC2SSHsudoers
Read the case study
More write-ups coming — Docker, Kubernetes, AWS networking, and Linux deep-dives.