Wrote a Python script to authenticate to VMWare VeloCloud Orchestrator and poll the SD-WAN
edge event stream for store network disconnection events to Zscaler Internet Access
Utilized PostgreSQL to store JSON data that represents actively down store Zscaler
connections
Designed functions to quickly send an alert through Slack and email if a down event has been
detected
Implemented the service on a Rocky Linux server running every 1 minute via cron job
[Archived] Cloud Resume Challenge
Built mileshoover.com using Terraform to provision infrastructure, Route 53 for DNS, an S3
bucket for storage, and CloudFront for security and availability
Created a total page view counter with DynamoDB to store the count, a Python Lambda function
to increase the count, and API Gateway to bridge the gap between the frontend and the
backend
Designed a CI/CD pipeline with GitHub Actions to automate building infrastructure and
running Cypress end-to-end tests