Back to Portfolio

Infrastructure & Automation

I architect the environments apps live in. My home lab simulates enterprise constraints to practice high-availability deployments.

CUSTOM DNS CLUSTER

Ingress Traffic

Dynamic IP Resolution via DuckDNS

BIND9 Master Server

Split-Horizon DNS & Custom Zone Files

Nginx Reverse Proxy

SSL Termination & Load Balancing

Ubuntu Server Docker UFW Firewall

SERVER AUTOMATION

admin@vps-01: ~/scripts
~/ops./provision.py --target=client_vps
[INFO] Connecting to target via SSH...
[INFO] detecting OS: Ubuntu 22.04 LTS
# Initiating security hardening protocol
Updating APT repositories DONE (2.1s)
Configuring Fail2Ban DONE (0.4s)
Provisioning Complete. System ready in 14s.

Why this matters: I write Python and Bash scripts to automate the boring stuff, reducing setup time from 30 minutes to seconds.