This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
<li><a href="#skills">Skills</a></li>
|
||||
<li><a href="#projects">Projects</a></li>
|
||||
<li><a href="#contact">Contact</a></li>
|
||||
<li><a href="#gpg">GPG</a></li>
|
||||
</ul>
|
||||
<button class="hamburger" id="hamburger" aria-label="Toggle menu">
|
||||
<span></span><span></span><span></span>
|
||||
@@ -98,6 +99,76 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Experience -->
|
||||
<section id="experience">
|
||||
<p class="section-label fade-in">Experience</p>
|
||||
<h2 class="section-title fade-in">Where I've worked</h2>
|
||||
<div class="timeline">
|
||||
<div class="timeline-item fade-in">
|
||||
<div class="timeline-marker"></div>
|
||||
<div class="timeline-content">
|
||||
<div class="timeline-header">
|
||||
<h3>DevOps Manager</h3>
|
||||
<span class="timeline-company">Nimbis Services</span>
|
||||
</div>
|
||||
<span class="timeline-date">Jan 2022 – Present</span>
|
||||
<ul class="timeline-list">
|
||||
<li>Lead a high-performing DevOps team building microelectronics design services and integrating cloud partner architectures with AWS.</li>
|
||||
<li>Recruited and led an engineering team to deliver a machine learning platform in <1 year, utilizing Langchain, PyTorch, and BERT to identify government contract patterns.</li>
|
||||
<li>Reduced new feature QA latency from one week to under 24 hours by containerizing complex infrastructure and developing a custom CLI sandbox.</li>
|
||||
<li>Led modernization of legacy Django systems using Pydantic, Vue 3, and DRF within strict Authority to Operate boundaries.</li>
|
||||
<li>Resolved critical SSSD bugs in collaboration with Red Hat and AWS regarding remote authentication protocols via smart cards.</li>
|
||||
<li>Developed management frameworks that enabled identification of "shadow teams," leading to three successful organizational restructures.</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="timeline-item fade-in">
|
||||
<div class="timeline-marker"></div>
|
||||
<div class="timeline-content">
|
||||
<div class="timeline-header">
|
||||
<h3>DevSecOps Senior Engineer</h3>
|
||||
<span class="timeline-company">Nimbis Services</span>
|
||||
</div>
|
||||
<span class="timeline-date">Mar 2021 – Jan 2022</span>
|
||||
<ul class="timeline-list">
|
||||
<li>Engineered a novel version control system using Python for efficient S3 object retrieval, enforcing malware scanning (ClamAV), data signing/chain of custody, and large binary file branching.</li>
|
||||
<li>Built an integrated SPA interface in Vue 3 with TypeScript/Vuetify to interact with the proprietary version control system.</li>
|
||||
<li>Utilized Terraform to define and deploy compliant, scalable cloud environments for DoD Impact Level 5+ high-security requirements.</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="timeline-item fade-in">
|
||||
<div class="timeline-marker"></div>
|
||||
<div class="timeline-content">
|
||||
<div class="timeline-header">
|
||||
<h3>DevOps Engineer</h3>
|
||||
<span class="timeline-company">Nimbis Services</span>
|
||||
</div>
|
||||
<span class="timeline-date">Jan 2020 – Jan 2021</span>
|
||||
<ul class="timeline-list">
|
||||
<li>Implemented asynchronous malware scanning pipelines using AWS Lambda (containerized) to process and secure files uploaded by engineering teams in real time via ClamAV.</li>
|
||||
<li>Achieved significant reduction in file management upload overhead through multi-threading, custom indexing solutions, and mtime validation.</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="timeline-item fade-in">
|
||||
<div class="timeline-marker"></div>
|
||||
<div class="timeline-content">
|
||||
<div class="timeline-header">
|
||||
<h3>Specialist, Information Risk Management</h3>
|
||||
<span class="timeline-company">Nationwide</span>
|
||||
</div>
|
||||
<span class="timeline-date">May 2018 – Dec 2020</span>
|
||||
<ul class="timeline-list">
|
||||
<li>Developed a web application leveraging BFG Repo-Cleaner to scan/remediate secrets in internal Git repositories; prevented an estimated $500k+ in auditing fines.</li>
|
||||
<li>Modified "PrivacyScanner" tools to detect and alert on leaked PII data within log aggregators, preventing unauthorized exposure of sensitive user information.</li>
|
||||
<li>Engineered a Django web platform that automated third-party assessment processes; reduced cycle time from weeks to days through strict field validation.</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Skills -->
|
||||
<div class="skills-section" id="skills">
|
||||
<div class="skills-inner">
|
||||
|
||||
Reference in New Issue
Block a user