add hire/resume pages, contact form, security middleware, and admin improvements
This commit is contained in:
141
templates/resume.html
Normal file
141
templates/resume.html
Normal file
@@ -0,0 +1,141 @@
|
||||
{{define "title"}}Resume — Blake Ridgway{{end}}
|
||||
{{define "meta-desc"}}Blake Ridgway — Site Reliability Engineer. Cloud infrastructure, network security, DevOps, and Linux/BSD systems.{{end}}
|
||||
{{define "og-title"}}Resume — Blake Ridgway{{end}}
|
||||
{{define "og-desc"}}Site Reliability Engineer with experience in cloud infrastructure, network design, security, and automation. Available for contracts.{{end}}
|
||||
|
||||
{{define "content"}}
|
||||
<div class="resume-page">
|
||||
|
||||
<div class="resume-actions">
|
||||
<a href="/hire" class="btn">Work with me</a>
|
||||
<a href="/hire" class="btn btn-outline">Contact</a>
|
||||
<span class="resume-print-hint">Print or save as PDF: <kbd>Ctrl+P</kbd> / <kbd>⌘+P</kbd></span>
|
||||
</div>
|
||||
|
||||
<header class="resume-header">
|
||||
<h1>Blake Ridgway</h1>
|
||||
<p class="resume-tagline">Site Reliability Engineer — Cloud • Network • Linux • Security</p>
|
||||
<div class="resume-contact">
|
||||
<span>Enid, Oklahoma — US/Central — Remote</span>
|
||||
<a href="mailto:blakearidgway@gmail.com">blakearidgway@gmail.com</a>
|
||||
<a href="https://linkedin.com/in/blakearidgway">linkedin.com/in/blakearidgway</a>
|
||||
<a href="https://ridgwaysystems.org/hire">ridgwaysystems.org/hire</a>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<section class="resume-section">
|
||||
<h2>Summary</h2>
|
||||
<p>Results-driven Cloud and Network Engineer with a strong background in designing, implementing, and automating secure, scalable, and highly available infrastructure across on-premises and multi-cloud environments (AWS, Azure). Proven expertise in Infrastructure-as-Code, policy-as-code security frameworks, and comprehensive monitoring for proactive incident prevention. Adept at translating complex business requirements into resilient technical solutions with a focus on network performance, cloud resource optimization, and overall security posture.</p>
|
||||
</section>
|
||||
|
||||
<section class="resume-section">
|
||||
<h2>Experience</h2>
|
||||
|
||||
<div class="resume-job">
|
||||
<div class="resume-job-header">
|
||||
<span class="resume-role">Site Reliability Engineer</span>
|
||||
<span class="resume-dates">Sep 2025 – Present</span>
|
||||
</div>
|
||||
<div class="resume-org">
|
||||
<span class="resume-company">Advanced Metrics</span>
|
||||
<span class="resume-location">— Remote</span>
|
||||
</div>
|
||||
<ul>
|
||||
<li>Provision, deploy, and manage virtual machines, servers, and scalable storage in Azure, optimizing for performance and cost.</li>
|
||||
<li>Configure and maintain complex virtual networks including VNet peering, VPN Gateways, ExpressRoute connections, and NSGs for secure, efficient connectivity.</li>
|
||||
<li>Implement security measures including firewalls and access controls across cloud infrastructure.</li>
|
||||
<li>Use Terraform, Azure DevOps, and ARM templates for IaC and CI/CD pipeline automation.</li>
|
||||
<li>Utilize Azure Monitor for performance monitoring, log analysis, and alerting.</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="resume-job">
|
||||
<div class="resume-job-header">
|
||||
<span class="resume-role">Systems Administrator</span>
|
||||
<span class="resume-dates">Jul 2023 – Sep 2025</span>
|
||||
</div>
|
||||
<div class="resume-org">
|
||||
<span class="resume-company">Triangle Insurance Company</span>
|
||||
<span class="resume-location">— Enid, OK</span>
|
||||
</div>
|
||||
<ul>
|
||||
<li>Designed and automated infrastructure deployments using IaC, achieving a 20% performance improvement and a 15% reduction in deployment time.</li>
|
||||
<li>Architected a policy-as-code firewall framework with geo-location blocking and automated rule updates, strengthening security posture while minimizing manual errors.</li>
|
||||
<li>Developed and automated comprehensive disaster recovery validation, reducing RTO by 30% and ensuring business continuity.</li>
|
||||
<li>Designed and implemented ISP network speed monitoring using Prometheus and Grafana, providing real-time WAN visibility.</li>
|
||||
<li>Deployed full-stack monitoring with Nagios and automated alerting, cutting time-to-detect (TTD) by 40% and time-to-resolve (TTR) by 20%.</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="resume-job">
|
||||
<div class="resume-job-header">
|
||||
<span class="resume-role">Sr. Platform Engineer</span>
|
||||
<span class="resume-dates">Mar 2022 – Jul 2023</span>
|
||||
</div>
|
||||
<div class="resume-org">
|
||||
<span class="resume-company">Prime Trust</span>
|
||||
<span class="resume-location">— Remote</span>
|
||||
</div>
|
||||
<ul>
|
||||
<li>Engineered Azure and AWS cloud infrastructure using IaC, improving scalability, consistency, and reducing manual intervention.</li>
|
||||
<li>Partnered with stakeholders to translate product requirements into secure, scalable infrastructure specifications aligned with business goals.</li>
|
||||
<li>Designed and supported Argo CD workload management for continuous delivery, improving release velocity and reducing deployment errors.</li>
|
||||
<li>Authored and maintained comprehensive documentation, runbooks, and standards for recurring issues, accelerating incident response.</li>
|
||||
<li>Performed deep root cause analysis on incidents, implementing preventative measures to improve long-term system stability.</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="resume-section">
|
||||
<h2>Education</h2>
|
||||
|
||||
<div class="resume-job">
|
||||
<div class="resume-job-header">
|
||||
<span class="resume-role">B.S. Computer Science</span>
|
||||
<span class="resume-dates">Jun 2021 – Present</span>
|
||||
</div>
|
||||
<div class="resume-company">Southern New Hampshire University</div>
|
||||
</div>
|
||||
|
||||
<div class="resume-job">
|
||||
<div class="resume-job-header">
|
||||
<span class="resume-role">Information Technology Program</span>
|
||||
<span class="resume-dates">2013</span>
|
||||
</div>
|
||||
<div class="resume-company">Autry Technology Center</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="resume-section">
|
||||
<h2>Certifications</h2>
|
||||
<ul class="resume-cert-list">
|
||||
<li class="resume-cert">CompTIA Network+</li>
|
||||
<li class="resume-cert">FCF Cybersecurity</li>
|
||||
<li class="resume-cert">FCA Cybersecurity</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section class="resume-section">
|
||||
<h2>Technical Skills</h2>
|
||||
<div class="resume-skills">
|
||||
<dl>
|
||||
<dt>Cloud</dt>
|
||||
<dd>AWS, Azure (VNet, NSG, ExpressRoute, VPN Gateway, ARM Templates, Azure Monitor, CloudWatch)</dd>
|
||||
|
||||
<dt>Networking</dt>
|
||||
<dd>TCP/IP, DNS, DHCP, BGP, OSPF, VLANs, VPN, pf, iptables, IDS/IPS, NAC, Zero Trust</dd>
|
||||
|
||||
<dt>Automation</dt>
|
||||
<dd>Terraform, Ansible, Azure DevOps, Bash, Python, PowerShell, Ruby</dd>
|
||||
|
||||
<dt>Monitoring</dt>
|
||||
<dd>Prometheus, Grafana, Nagios, Splunk, ELK Stack, SIEM integration, Azure Monitor</dd>
|
||||
|
||||
<dt>Platforms</dt>
|
||||
<dd>Linux, OpenBSD, VMware, Hyper-V, Proxmox, Citrix, Docker, Kubernetes, Argo CD</dd>
|
||||
</dl>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
{{end}}
|
||||
Reference in New Issue
Block a user