Files
andrewnw.xyz/static/cv.html
T
CyberShell 0f2e9f576c
ci/woodpecker/push/deploy Pipeline was successful
automatic deployment
2026-09-08 19:09:28 -05:00

193 lines
8.3 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>
</title>
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/5.5.1/github-markdown-light.min.css"
integrity="sha512-Pmhg2i/F7+5+7SsdoUqKeH7UAZoVMYb1sxGOoJ0jWXAEHP0XV2H4CITyK267eHWp2jpj7rtqWNkmEOw1tNyYpg=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.12/dist/katex.min.css" integrity="sha384-PDbUeNCuE6bOPudPOgFyIUEy3UJawJVwr3XlGO90FIuf5qNIoTLSgOJo/dC2ZXV/" crossorigin="anonymous">
<!-- The loading of KaTeX is deferred to speed up page rendering -->
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.12/dist/katex.min.js" integrity="sha384-VkqWq8xtm5YQk1BBXczQ8/Sx+DlCzF8cuS43bZwmtVXzRFtyLTqTCdP7MKmKo+KN" crossorigin="anonymous"></script>
<!-- To automatically render math in text elements, include the auto-render extension: -->
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.12/dist/contrib/auto-render.min.js" integrity="sha384-hCXGrW6PitJEwbkoStFjeJxv+fSOOQKOPbJxSfM6G5sWZjAyWhXiTIIAmQqnlLlh" crossorigin="anonymous"
onload="renderMathInElement(document.body, {delimiters: [{ left: '$$', right: '$$', display: false }]});"></script>
<style>
.markdown-body {
box-sizing: border-box;
min-width: 200px;
max-width: 980px;
margin: 0 auto;
padding: 45px;
}
@media (max-width: 767px) {
.markdown-body {
padding: 15px;
}
}
</style>
</head>
<body>
<article class="markdown-body">
<h1>&lt;<cv.name>&gt;'s CV</h1>
<p>((<em> if cv.phone </em>))
- Phone: &lt;<cv.phone|replace("tel:", "")|replace("-"," ")>&gt;
((<em> endif </em>))
((<em> if cv.email </em>))
- Email: <a href="mailto:&lt;&lt;cv.email&gt;&gt;">&lt;<cv.email>&gt;</a>
((<em> endif </em>))
((<em> if cv.location </em>))
- Location: &lt;<cv.location>&gt;
((<em> endif </em>))
((<em> if cv.website </em>))
- Website: <a href="&lt;&lt;cv.website&gt;&gt;">&lt;<cv.website|replace("https://","")|replace("/","")>&gt;</a>
((<em> endif </em>))
((<em> if cv.social_networks </em>))
((<em> for network in cv.social_networks </em>))
- &lt;<network.network>&gt;: <a href="&lt;&lt;network.url&gt;&gt;">&lt;<network.username>&gt;</a>
((<em> endfor </em>))
((<em> endif </em>))</p>
<h1>&lt;<section_title>&gt;</h1>
<p>Dedicated and driven cybersecurity engineer with experience in securing systems and software and designing embedded systems. Have hands-on experience doing system administration running and securing cloud and distributed systems using best practices and automation. Currently pursuing a PhD in Computer Engineering, hoping to focus on embedded systems.</p>
<h1>&lt;<section_title>&gt;</h1>
<h2><strong>University of Alabama in Huntsville</strong>, <strong>Doctorate</strong> in <strong>Computer Engineering</strong></h2>
<p>Aug 2026 - present</p>
<h2><strong>University of Alabama in Huntsville</strong>, <strong>MS</strong> in <strong>Cybersecurity (Engineering track)</strong></h2>
<p>Jan 2025 - Aug 2026</p>
<h2><strong>University of Alabama in Huntsville</strong>, <strong>BS</strong> in <strong>Cybersecurity Engineering</strong></h2>
<p>Aug 2019 - Dec 2024</p>
<h1>&lt;<section_title>&gt;</h1>
<h2><strong>Research Assistant II</strong>, The University of Alabama System Management and Production Center -- Huntsville, Alabama</h2>
<p>June 2023 - July 2024</p>
<ul>
<li>
<p>Led embedded software development for a City of Huntsville educational robotics project, designing and implementing Arduino based control systems that improved system reliability and functionality.</p>
</li>
<li>
<p>Engineered audio playback and motion control enhancements, increasing robotic vehicle movement efficiency by 60% and creating a more responsive user experience.</p>
</li>
<li>
<p>Configured and deployed Raspberry Pi based control infrastructure for a PX 100 robotic arm used in Jackson County Schools STEM programs, enabling hands-on robotics education for students.</p>
</li>
</ul>
<h1>&lt;<section_title>&gt;</h1>
<h2>Backy (<a href="https://backy.cybershell.xyz">https://backy.cybershell.xyz</a>)</h2>
<p>Sept 2022 - present</p>
<ul>
<li>
<p>Includes Go libraries to create a command execution tool</p>
</li>
<li>
<p>Improves sever administration with 20% time saved</p>
</li>
<li>
<p>Improves visibility into infrastructure with notifications on completion and failure</p>
</li>
</ul>
<h2>Home server with remote access</h2>
<p>Sept 2022 - present</p>
<ul>
<li>
<p>Uses WireGuard to access home server from VPS</p>
</li>
<li>
<p>Hosting web applications like Nextcloud</p>
</li>
<li>
<p>Secured SSH access over VPN</p>
</li>
</ul>
<h2>Cloud Server Administration</h2>
<p>Sept 2023 - present</p>
<ul>
<li>
<p>Hosts mail servers (<a href="htttps://stalw.art">https://stalw.art</a>), FoundationDB as a backend</p>
</li>
<li>
<p>Secures FoundationDB with TLS certificates, resulting in 90% reduction in attacks</p>
</li>
<li>
<p>Hosts applications include Gitea, Linkwarden, and others using Docker</p>
</li>
<li>
<p>Reduces downtime by 40% with automatic backups</p>
</li>
</ul>
<h2>Entropy Estimation</h2>
<p>Jan 2026 - May 2026</p>
<ul>
<li>
<p>Collaborated with with NIST for INSuRE on Graduate Capstone.</p>
</li>
<li>
<p>Resulted in estimation near 5% of NIST Standards.</p>
</li>
<li>
<p>Estimated min-entropy using Python and provided graphs of results</p>
</li>
<li>
<p>Administered team Gitlab.</p>
</li>
</ul>
<h2>Wallet Transformer Monitor</h2>
<p>Sept 2023 - May 2024</p>
<ul>
<li>
<p>Developed ESP-32 code that interfaced with an energy sensing chip, temperature sensors, WiFi, and MQTT over SSL.</p>
</li>
<li>
<p>Assembled voltage and current sensing, full-bridge rectifier circuits safely</p>
</li>
</ul>
<h2><strong>Collaborator</strong>, Digital Telepresence</h2>
<p>Apr 2022 - Mar 2024</p>
<ul>
<li>
<p>Collaborated building a new system from the ground up</p>
</li>
<li>
<p>Designed novel solutions</p>
</li>
<li>
<p>Gained experience with service-oriented MVVM development and separation of concerns</p>
</li>
</ul>
<h1>&lt;<section_title>&gt;</h1>
<h2><strong>Security+ Certified</strong></h2>
<p>Current 701</p>
<h1>&lt;<section_title>&gt;</h1>
<h2><strong>Department of War Cyber Service Academy Scholarship (DoW CSA) Recipient</strong></h2>
<p>Awarded in July 2026</p>
<h1>&lt;<section_title>&gt;</h1>
<ul>
<li>
<p>Linux, C/C++, Go, and JavaScript • Server Administration</p>
</li>
<li>
<p>Git/Git and CI/CD • Embedded Systems - ESP-32, Arduino, and MSP430</p>
</li>
<li>
<p>HTML • NodeJS • IDA Pro and Ghidra • IDS/IPS</p>
</li>
<li>
<p>Kali, Wireshark, and metaspolit</p>
</li>
</ul>
<h1>&lt;<section_title>&gt;</h1>
<p><strong>Ishella Fogle:</strong> Former Supervisor - 256-655-6642 - isf0001@uah.edu</p>
<p><strong>Dr. Garry Maddux:</strong> Former Supervisor - 256-975-7936 - gary.maddux@uah.edu</p>
<p><strong>Brian Cook:</strong> Personal - 423-276-8138 - bmcook017@gmail.com</p>
</article>
</body>
</html>