Andrew Woodlee 24fbfdd1f9
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
automatic deployment
2025-01-28 17:33:32 -06:00

135 lines
6.7 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>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>Summary</h1>
<p>Graduate of Cybersecurity Engineering at the University of Alabama in Huntsville. Proficient at developing a variety of applications including web platforms, Arduino projects, and tools and scripts. Able to comprehend new skills or programming languages efficiently and quickly. Hosts his own mail and web servers.</p>
<h1>Education</h1>
<h2>University of Alabama in Huntsville, MS in Cybersecurity (Engineering track)</h2>
<ul>
<li>Jan 2025 present</li>
</ul>
<h2>University of Alabama in Huntsville, BS in Cybersecurity Engineering</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>Skills</h1>
<ul>
<li>Electrical: Soldering - Intermediate</li>
<li>DevOps: CI/CD - Intermediate | Git - Advanced | Gitea - Intermediate | GitHub - Intermediate | Docker - Intermediate</li>
<li>Systems and Servers: Linux - Advanced | C/C++ - Advanced | Go - Advanced | JavaScript - Advanced | MongoDB - Intermediate | Python - Advanced</li>
<li>Web Development: HTML - Intermediate | JavaScript - Advanced</li>
<li>Embedded Systems: ESP-32 - Advanced | Arduino - Advanced | MSP430 - Intermediate</li>
<li>Reverse engineering: IDA Pro - Intermediate | Ghidra - Intermediate</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>Lead on 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>Projects</h1>
<h2>Home server with remote access</h2>
<ul>
<li>Sept 2022 present</li>
<li>Used WireGuard to access home server</li>
<li>Home server hosts some web applications like Nextcloud</li>
</ul>
<h2>Cloud servers with backups</h2>
<ul>
<li>Sept 2023 present</li>
<li>Hosts a mail server (<a href="htttps://stalw.art">https://stalw.art</a>) that uses FoundationDB as a backend</li>
<li>FoundationDB is secured with a TLS certificates</li>
</ul>
<h2>Backy (<a href="https://backy.cybershell.xyz">https://backy.cybershell.xyz</a>)</h2>
<ul>
<li>Sept 2022 present</li>
<li>Application that allows many commands to be run on many hosts.</li>
<li>Allows easy configuration of executable commands</li>
<li>Allows easy configuration of package management</li>
<li>Allows for commands to be run on many hosts over SSH</li>
<li>Commands can be grouped in list to run in specific order</li>
<li>Notifications on completion and failure</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>
<h1>Volunteer</h1>
<h2>Cybersecurity Club at UAH</h2>
<ul>
<li>Attended CCDC qualifiers in 2024</li>
</ul>
<h1>Awards</h1>
<h2>Merit Tuition Scholarship</h2>
<ul>
<li>Awarded by UAH in 2019</li>
</ul>
<h2>Dean's List</h2>
<ul>
<li>Awarded by UAH in May 2023</li>
</ul>
</article>
</body>
</html>