125 lines
6.4 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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>
Andrew Woodlee's CV
</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>Andrew Woodlee's CV</h1>
<ul>
<li>Phone: +1 256 755 9555</li>
<li>Email: <a href="mailto:anw@andrewnw.com">anw@andrewnw.com</a></li>
<li>Location: Huntsville, Al</li>
<li>Website: <a href="https://andrewnw.xyz/">andrewnw.xyz</a></li>
<li>LinkedIn: <a href="https://linkedin.com/in/andrew-woodlee">andrew-woodlee</a></li>
<li>GitHub: <a href="https://github.com/Cybersshell">Cybersshell</a></li>
</ul>
<h1>Education</h1>
<h2>University of Alabama in Huntsville, <strong>MS</strong> in <strong>Cybersecurity (Engineering track)</strong></h2>
<ul>
<li>Jan 2025 present</li>
<li>Current GPA: 4.0 - slated to obtain Summer 2026</li>
</ul>
<h2>University of Alabama in Huntsville, <strong>BS</strong> in <strong>Cybersecurity Engineering</strong></h2>
<ul>
<li>Aug 2019 Dec 2024</li>
<li>Secure Software Development, Embedded Systems, Cybersecurity Engineering</li>
<li>Software Reverse Engineering, System Security, Network Security</li>
</ul>
<h1>Experience</h1>
<h2>The University of Alabama System Management and Production Center, Research Assistant II</h2>
<ul>
<li>June 2023 July 2024</li>
<li>Huntsville, Alabama</li>
<li>Led Arduino programming for a project for City of Huntsville</li>
<li>Includes developing enhancements for audio playback and kinetic movement of the project</li>
<li>Linux Development for Jackson County Schools (Raspberry Pi for a PX 100 Robotic Arm) STEM project</li>
</ul>
<h1>Certifications</h1>
<h2>Security+ Certified</h2>
<h1>Skills</h1>
<h2>Linux Expert, and am proficient with C/C++, Go, and JavaScript.</h2>
<h2>Server Admin / Docker</h2>
<h2>Efficient with Git/Git hosting to develop software and CI/CD pipelines for automated deployments.</h2>
<h2>Embedded Systems Development: platforms include ESP-32, Arduino, and MSP430.</h2>
<h2>Web development includes HTML templating using Pug, a JavaScript library. NodeJS for backend development.</h2>
<h2>At UAH, I use IDA Pro and Ghidra for reverse engineering solutions.</h2>
<h2>Extensive set of working abilities with IDS/IPS (Regional UAH Rep. Cyber Defense at CCDC)</h2>
<h1>Projects</h1>
<h2>Backy (<a href="https://backy.cybershell.xyz">https://backy.cybershell.xyz</a>)</h2>
<ul>
<li>Sept 2022 present</li>
<li>Includes Go libraries to create a command execution tool</li>
<li>Go's native SSH library to run commands over SSH</li>
<li>Go libraries to create a YAML configuration</li>
<li>Configuration of notifications on completion and failure</li>
</ul>
<h2>Home server with remote access</h2>
<ul>
<li>Sept 2022 present</li>
<li>WireGuard to access home server from VPS</li>
<li>Hosting web applications like Nextcloud</li>
<li>Secured SSH access over VPN</li>
</ul>
<h2>Cloud Server Administration</h2>
<ul>
<li>Sept 2023 present</li>
<li>Hosting mail servers (<a href="htttps://stalw.art">https://stalw.art</a>), FoundationDB as a backend</li>
<li>Secured FoundationDB with TLS certificates</li>
<li>Additional applications include Gitea, Linkwarden, and others using Docker</li>
<li>Data backups are all secured using Restic/Autorestic</li>
<li>Developed Proprietary System <em>Backy</em> to streamline and automate, ensuring uptime, safety, and compliance</li>
</ul>
<h2>Wallet Transformer Monitor</h2>
<ul>
<li>Sept 2023 May 2024</li>
<li>Senior Design Project monitoring a single-phase 120V transformer (ESP-32 and a web dashboard)</li>
<li>Wrote ESP-32 code that interfaced with an energy sensing chip, temperature sensors, WiFi, and MQTT over SSL.</li>
<li>Assembled voltage and current sensing, full-bridge rectifier circuits safely</li>
</ul>
<h2>Digital Telepresence (<a href="https://git.digitaltelepresence.com/digital-telepresence/">https://git.digitaltelepresence.com/digital-telepresence/</a>)</h2>
<ul>
<li>Apr 2022 Mar 2024</li>
<li>DTP is an online application suite for the web</li>
<li>Collaborated building a new system from the ground up</li>
<li>Designed novel solutions</li>
<li>Service-oriented MVVM development and separation of concerns</li>
</ul>
</article>
</body>
</html>