andrewnw.xyz/static/cv.html
Andrew Woodlee 60080c3062
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
automatic deployment
2024-12-11 13:20:53 -06:00

95 lines
4.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" />
<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>Devoted student 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, BS in Cybersecurity Engineer</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>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>Backy (<a href="https://backy.cybershell.xyz">https://backy.cybershell.xyz</a>)</h2>
<ul>
<li>Application that allows many commands to be run on many hosts.</li>
<li>Allows easy configuration of executable commands</li>
<li>Commands can be grouped in list to run in specific order</li>
<li>Notifications on completion and failure</li>
<li>Allows for commands to be run on many hosts over SSH</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>