Projects & Infrastructure

SRE • Automation • Web Development

Automation & SRE Projects

Automated Web Form Testing

Automated testing suite for web form validation, error handling, and user workflows. Ensures form reliability and reduces manual testing overhead.

Python Selenium Testing
from selenium import webdriver driver = webdriver.Chrome() driver.get("form_url") # Automate form submission
View on GitHub →

Pi-hole Automation

Automation scripts for Pi-hole management, DNS configuration, and network monitoring. Streamlines deployment and maintenance of network-wide ad blocking.

Bash Python DNS Networking
#!/bin/bash # Pi-hole DNS management pihole -a -p "new_password" pihole restartdns
View on GitHub →

Website Infrastructure

Personal website hosted on Raspberry Pi with Cloudflare Tunnel, Pi-hole DNS, and Nginx. Zero-trust architecture with network-wide ad blocking and DHCP management.

Raspberry Pi Cloudflare Nginx DNS/DHCP
sudo systemctl status pihole-FTL sudo systemctl restart nginx cloudflared tunnel run website-tunnel

Explore My Portfolio

Check out my complete portfolio including college projects, app development, web design, and more engineering work on GitHub.