Andrew Woodlee a914292e7b
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
automatic deployment
2025-02-18 17:03:34 -06:00

122 lines
6.0 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>
</ul>
<h2>University of Alabama in Huntsville, <strong>BS</strong> in <strong>Cybersecurity Engineering</strong></h2>
<ul>
<li>Aug 2019 Dec 2024</li>
<li><strong>Coursework</strong>: Secure Software Development, Intro to Embedded Systems, Intro to Cybersecurity Engineering, 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 two Toy Fire trucks</li>
<li>Added enhancements to the audio playback and movement of the truck</li>
<li>Setup Linux on a Raspberry Pi for a PX 100 Robotic Arm that went on a STEM bus</li>
</ul>
<h1>Skills</h1>
<ul>
<li>Systems and Servers: Linux | C/C++ | Go | JavaScript | MongoDB | Python</li>
<li>DevOps: Git | CI/CD | Gitea | GitHub | Docker</li>
<li>Embedded Systems: ESP-32 | Arduino | MSP430</li>
<li>Web Development: HTML | JavaScript</li>
<li>Reverse engineering: IDA Pro | Ghidra</li>
<li>Electrical: Soldering</li>
</ul>
<h1>Projects</h1>
<h2>Backy (<a href="https://backy.cybershell.xyz">https://backy.cybershell.xyz</a>)</h2>
<ul>
<li>Sept 2022 present</li>
<li>Used Go libraries to create a command execution tool</li>
<li>Used Go's native SSH library to run commands over SSH</li>
<li>Used 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>Used WireGuard to access home server from VPS</li>
<li>Hosted some 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>Hosted a mail server (<a href="htttps://stalw.art">https://stalw.art</a>) uses FoundationDB as a backend</li>
<li>Secured FoundationDB with TLS certificates</li>
<li>Hosted many applications including Gitea, Linkwarden, and others using Docker</li>
<li>Backed up data regularly and securely using Restic/Autorestic</li>
<li>Used Backy to automate backups</li>
</ul>
<h2>Wallet Transformer Monitor</h2>
<ul>
<li>Sept 2023 May 2024</li>
<li>Senior Design Project that monitors a single-phase 120V transformer using an 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>Studied and 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>Helped to build a new system from the ground up</li>
<li>Independently designed novel solutions with minimal guidance</li>
<li>Service-oriented MVVM development and separation of concerns</li>
</ul>
</article>
</body>
</html>