forked from colin/resume
2
0
Fork 0
lucky-ddg/docker/resume/resumes/devsecops.html

174 lines
8.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Colin Knapp - DevSecOps Resume: Infrastructure, security automation, and compliance expertise.">
<title>DevSecOps - Colin Knapp Resume</title>
<link rel="icon" type="image/x-icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles.css">
<script src="../theme.js"></script>
<script src="../includes.js"></script>
</head>
<body>
<!-- Header Include -->
<div id="header-include"></div>
<div class="container-fluid" role="main" id="main-content">
<h1>Colin Knapp</h1>
<p class="resume-focus"><strong>Focus:</strong> DevSecOps & Security Infrastructure</p>
<!-- Contact Information -->
<section class="contact-info">
<p>
<strong>Location:</strong> Kitchener-Waterloo, Ontario, Canada<br>
<strong>Contact:</strong>
<a href="https://motherboardrepair.ca/contact.html" target="_blank" rel="noopener noreferrer">Contact via MotherboardRepair.ca</a>
</p>
</section>
<hr>
<!-- Professional Summary -->
<section class="summary">
<h2>Professional Summary</h2>
<p>
DevSecOps consultant with extensive experience architecting secure, resilient infrastructure
for government and healthcare clients. Expertise in compliance standards (WCAG 2.0 AA, CIS Level 1/2),
security automation, and building geographically redundant systems. Proven track record of
implementing Docker-based solutions and automated security tooling for enterprise environments.
</p>
</section>
<hr>
<!-- Key Achievements -->
<section class="highlights">
<h2>Key Achievements</h2>
<ul>
<li>
<strong>Government Infrastructure:</strong>
Delivered WCAG 2.0 AA compliant learning management systems for US government clients
through <a href="../stories/airport-dns.html">Addis Enterprises</a> (2019-Present).
</li>
<li>
<strong>DNS Resilience:</strong>
Architected geographically redundant DNS cluster for
<a href="../stories/airport-dns.html">Bishop Airport</a> achieving A+ standard,
capable of withstanding extreme disruptions including nuclear scenarios.
</li>
<li>
<strong>Security Automation:</strong>
Created Docker-based utility for automated
<a href="../stories/wordpress-security.html">WordPress malware removal</a>,
reducing infection frequency from daily to zero (2023).
</li>
<li>
<strong>Healthcare Compliance:</strong>
Implemented CIS Level 1 and 2 security standards for
<a href="../stories/healthcare-platform.html">Improving MI Practices</a>
healthcare education platform.
</li>
<li>
<strong>CI/CD Infrastructure:</strong>
Established Jenkins CI/CD pipeline in 2013 that continues running the IntellectualSites
open source ecosystem supporting a $5 billion gaming brand.
</li>
</ul>
</section>
<hr>
<!-- Employment History -->
<section class="employment">
<h2>Relevant Experience</h2>
<article class="position">
<h3>DevSecOps Consultant</h3>
<p class="company">Addis Enterprises</p>
<p class="timeframe">2019-Present</p>
<ul>
<li>Delivered WCAG 2.0 AA compliant learning management systems for US government clients</li>
<li>Architected geographically redundant DNS infrastructure for Bishop Airport (bishopairport.org)</li>
<li>Developed automated malware eradication tools for healthcare platforms</li>
<li>Implemented CIS Level 1 and 2 security standards across multiple client environments</li>
<li>Designed secure, scalable infrastructure for healthcare education content delivery</li>
</ul>
</article>
<article class="position">
<h3>Founder</h3>
<p class="company">ViperWire.ca</p>
<p class="timeframe">2023-Present</p>
<ul>
<li>Building AI-powered cybersecurity consultancy for enterprise-grade security</li>
<li>Developing AI-augmented security analysis systems</li>
<li>Creating scalable security solutions for SMBs</li>
</ul>
</article>
<article class="position">
<h3>Chief of Operations / VP / Co-Founder</h3>
<p class="company">Nitric Concepts</p>
<p class="timeframe">2018-2021</p>
<ul>
<li>Implemented DevSecOps practices using Docker, Fail2Ban, and Salt Stack for high-traffic gaming environments</li>
<li>Established CI/CD pipelines and security practices for enterprise-scale gaming infrastructure</li>
<li>Managed security for distributed team operations across multiple timezones</li>
</ul>
</article>
<article class="position">
<h3>Infrastructure Engineer</h3>
<p class="company">Self-Hosted Infrastructure</p>
<p class="timeframe">2020-Present</p>
<ul>
<li>Built comprehensive home infrastructure cluster using repurposed MacMini hardware for complete data sovereignty</li>
<li>Self-hosted critical infrastructure including email, DNS, and over 100 additional services</li>
<li>Developed WireGuard mesh networking tool for quantum-resistant networking deployment</li>
<li>Regularly run Woodpecker CI and Gitea for on-premise source management, testing, and deployment</li>
</ul>
</article>
</section>
<hr>
<!-- Technical Skills -->
<section class="skills">
<h2>Technical Skills</h2>
<ul>
<li><strong>Containerization:</strong> Docker, Docker Swarm, container orchestration</li>
<li><strong>CI/CD:</strong> Jenkins, Woodpecker CI, GitLab CI/CD, automated deployment pipelines</li>
<li><strong>Security:</strong> Fail2Ban, malware detection/removal, security hardening, penetration testing</li>
<li><strong>Infrastructure:</strong> Salt Stack, DNS (BIND, PowerDNS), WireGuard, bare-metal servers</li>
<li><strong>Compliance:</strong> WCAG 2.0 AA, CIS Level 1/2, government security standards</li>
<li><strong>Monitoring:</strong> High availability systems, automated monitoring, incident response</li>
</ul>
</section>
<hr>
<!-- Projects -->
<section class="projects">
<h2>Notable Projects</h2>
<ul>
<li><a href="../stories/airport-dns.html">Bishop Airport DNS Infrastructure</a> - Geographically redundant A+ rated DNS cluster</li>
<li><a href="../stories/healthcare-platform.html">Improving MI Practices</a> - HIPAA-aware healthcare education platform</li>
<li><a href="../stories/wordpress-security.html">WordPress Security Automation</a> - Docker-based malware eradication tool</li>
<li><a href="../stories/nuclear-dns.html">Nuclear-Resistant DNS</a> - Extreme resilience infrastructure design</li>
</ul>
</section>
<hr>
<section class="portfolio-link">
<p><a href="/">View Full Portfolio &rarr;</a></p>
</section>
</div>
<!-- Footer Include -->
<div id="footer-include"></div>
</body>
</html>