Andrew Woodlee
b14b309a78
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
491 lines
12 KiB
HTML
491 lines
12 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, user-scalable=no, minimal-ui">
|
|
|
|
<title>Andrew Woodlee</title>
|
|
|
|
<style>
|
|
body {
|
|
background: #EEEEEE;
|
|
font: 13px "Times New Roman", Times, sans-serif;
|
|
line-height: 1.4;
|
|
margin: 40px 0;
|
|
}
|
|
|
|
em {
|
|
color: #999;
|
|
}
|
|
|
|
p {
|
|
line-height: 1.4;
|
|
}
|
|
|
|
ul {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
li {
|
|
margin-bottom: 2px;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
#resume {
|
|
margin: 0 auto;
|
|
max-width: 600px;
|
|
padding: 80px 100px;
|
|
background: #fff;
|
|
border: 1px solid #ccc;
|
|
box-shadow: 2px 2px 4px #aaa;
|
|
-webkit-box-shadow: 2px 2px 4px #aaa;
|
|
}
|
|
|
|
.coursesList {
|
|
width: 28%;
|
|
vertical-align: top;
|
|
display: inline-block;
|
|
}
|
|
|
|
.largeFont {
|
|
font-size: 20px;
|
|
}
|
|
|
|
.smallFont {
|
|
font-size: 13px;
|
|
}
|
|
|
|
.sectionBlock {
|
|
display: flex;
|
|
width: 100%;
|
|
}
|
|
|
|
.sectionName {
|
|
width: 18%;
|
|
vertical-align: top;
|
|
display: inline-block;
|
|
}
|
|
|
|
.sectionContent {
|
|
width: 80%;
|
|
vertical-align: top;
|
|
display: inline-block;
|
|
}
|
|
|
|
.sectionContent ul {
|
|
padding-left: 20px;
|
|
margin-top: 6px;
|
|
list-style-type: circle;
|
|
}
|
|
|
|
.sectionContent .title {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.sectionContent .date {
|
|
float: right;
|
|
}
|
|
|
|
.sectionContent .separator {
|
|
height: 14px;
|
|
}
|
|
|
|
.sectionLine {
|
|
border-style: dashed;
|
|
border-width: 1px;
|
|
border-color: #CFCFCF;
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.divider {
|
|
font-weight: bold;
|
|
margin-left: 5px;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.summary {
|
|
margin-top: 6px;
|
|
}
|
|
|
|
.skillBlock {
|
|
margin-bottom: 4px;
|
|
}
|
|
|
|
.jobBlock {
|
|
page-break-inside: avoid;
|
|
}
|
|
|
|
.description {
|
|
text-align: justify;
|
|
}
|
|
|
|
blockquote.reference {
|
|
margin: 0;
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
|
|
/* Media Queries */
|
|
|
|
@media only screen and (max-width: 40em) {
|
|
body {
|
|
margin: 0;
|
|
font-size: 14px;
|
|
}
|
|
#resume {
|
|
margin: 0 auto;
|
|
max-width: 600px;
|
|
padding: 0.5em 1em;
|
|
border: none;
|
|
}
|
|
.sectionBlock {
|
|
flex-direction: column;
|
|
}
|
|
.sectionContent {
|
|
width: 100%;
|
|
}
|
|
.sectionContent .date {
|
|
padding-right: 2em;
|
|
}
|
|
.sectionName {
|
|
width: auto;
|
|
}
|
|
.largeFont {
|
|
font-size: 20px;
|
|
}
|
|
.smallFont {
|
|
font-size: 14px;
|
|
}
|
|
}
|
|
|
|
@media print {
|
|
body {
|
|
background: #FFFFFF;
|
|
}
|
|
#resume {
|
|
margin: 0 auto;
|
|
max-width: 600px;
|
|
padding: 0px 0px;
|
|
border: 0px;
|
|
background: #fff;
|
|
box-shadow: none;
|
|
-webkit-box-shadow: none;
|
|
}
|
|
a {
|
|
color: black;
|
|
}
|
|
}
|
|
</style>
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<div id="resume">
|
|
<div id='nameBlock' class='largeFont'>
|
|
<span class='name'>
|
|
Andrew Woodlee,
|
|
</span>
|
|
<span class='label'>Cybersecurity Engineer</span>
|
|
</div>
|
|
<div id='basicsBlock' class='smallFont'>
|
|
<div class='contactBlock'>
|
|
<span class='email'>anw@andrewnw.com</span>
|
|
<span class='divider'>|</span>
|
|
<span class='phone'>256-755-9555</span>
|
|
<span class='divider'>|</span>
|
|
<span class='address'>
|
|
Huntsville, Alabama, US
|
|
</span>
|
|
</div>
|
|
<div id='profilesBlock'>
|
|
<span class='url'>
|
|
<b>Blog:</b> <a href='https://blog.cybershell.xyz/'>https://blog.cybershell.xyz/</a>
|
|
</span>
|
|
<span class='divider'>|</span>
|
|
<span class='url'>
|
|
<b>GitHub:</b> <a href='https://github.com/CybersShell'>https://github.com/CybersShell</a>
|
|
</span>
|
|
<span class='divider'>|</span>
|
|
<span class='url'>
|
|
<b>Gitea:</b> <a href='https://git.andrewnw.xyz/CyberShell'>https://git.andrewnw.xyz/CyberShell</a>
|
|
</span>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div class='sectionLine'></div>
|
|
<div id='summaryBlock' class="sectionBlock">
|
|
<div class='sectionName'>
|
|
<span>SUMMARY</span>
|
|
</div>
|
|
<div class='sectionContent'>
|
|
<span>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.</span>
|
|
</div>
|
|
</div>
|
|
<div class='sectionLine'></div>
|
|
<div id='education' class="sectionBlock">
|
|
<div class='sectionName'>
|
|
<span>EDUCATION</span>
|
|
</div>
|
|
<div class='sectionContent'>
|
|
<div class='educationBlock'>
|
|
<span class='title'>
|
|
University of Alabama in Huntsville
|
|
</span>
|
|
<span class='date'>
|
|
2019-08-01 — 2025-12-10
|
|
</span>
|
|
<div class=''>
|
|
Bachelor - Cybersecurity Engineer, GPA: Scheduled to graduate Fall 2024
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
<div class='sectionLine'></div>
|
|
<div id='skills' class="sectionBlock">
|
|
<div class='sectionName'>
|
|
<span>SKILLS</span>
|
|
</div>
|
|
<div class='sectionContent'>
|
|
<div class='skillBlock'>
|
|
<span class='title'>Electrical:</span>
|
|
<span>Soldering - Intermediate</span>
|
|
</div>
|
|
<div class='skillBlock'>
|
|
<span class='title'>DevOps:</span>
|
|
<span>CI/CD - Intermediate</span>,
|
|
<span>Git - Advanced</span>,
|
|
<span>Gitea - Intermediate</span>,
|
|
<span>GitHub - Intermediate</span>,
|
|
<span>Docker - Intermediate</span>
|
|
</div>
|
|
<div class='skillBlock'>
|
|
<span class='title'>Systems and Servers:</span>
|
|
<span>Linux - Advanced</span>,
|
|
<span>C/C++ - Advanced</span>,
|
|
<span>Go - Advanced</span>,
|
|
<span>JavaScript - Advanced</span>,
|
|
<span>MongoDB - Intermediate</span>,
|
|
<span>Python - Advanced</span>
|
|
</div>
|
|
<div class='skillBlock'>
|
|
<span class='title'>Web Development:</span>
|
|
<span>HTML - Intermediate</span>,
|
|
<span>JavaScript - Advanced</span>,
|
|
<span>Go - Advanced</span>
|
|
</div>
|
|
<div class='skillBlock'>
|
|
<span class='title'>Reverse engineering:</span>
|
|
<span>IDA Pro - Intermediate</span>,
|
|
<span>Ghidra - Intermediate</span>
|
|
</div>
|
|
<div class='skillBlock'>
|
|
<span class='title'>Embedded Systems:</span>
|
|
<span>ESP-32 - Advanced</span>,
|
|
<span>Arduino - Advanced</span>,
|
|
<span>MSP430 - Intermediate</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class='sectionLine'></div>
|
|
<div id='workBlock' class="sectionBlock">
|
|
<div class='sectionName'>
|
|
<span>EXPERIENCE</span>
|
|
</div>
|
|
<div class='sectionContent'>
|
|
<div class="jobBlock">
|
|
<div class='blockHeader'>
|
|
<span class='title'>The University of Alabama System Management and Production Center</span>
|
|
| <span class="position">Research Assistant II</span>
|
|
<span class='date'>
|
|
2023-06-26 — 2024-07-23
|
|
</span>
|
|
</div>
|
|
<div><a href=''></a></div>
|
|
<div class="summary">
|
|
<p>Lead on the Arduino programming on a project for the Huntsville Fire Department. Also setup a Raspberry Pi for a rolling STEM lab for Jackson County Schools</p>
|
|
</div>
|
|
<ul class='highlights'>
|
|
<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>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class='sectionLine'></div>
|
|
<div id='projectsBlock' class="sectionBlock">
|
|
<div class='sectionName'>
|
|
<span>PROJECTS</span>
|
|
</div>
|
|
<div class='sectionContent'>
|
|
<div class="projectBlock">
|
|
<div class='blockHeader'>
|
|
<span class='title'>
|
|
Wallet Transformer Monitor
|
|
</span>
|
|
|
|
| <span class="roles">Lead on circuit design, Arduino programming</span>
|
|
<span class='date'>
|
|
2023-09-13 — 2024-05-03
|
|
</span>
|
|
</div>
|
|
<div><a href=''></a></div>
|
|
<div class="description">
|
|
<p>Senior Design Project that monitors a single-phase 120V transformer using an ESP-32 and a web dashboard</p>
|
|
</div>
|
|
<ul class='highlights'>
|
|
<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>
|
|
<div class='separator'></div>
|
|
</div>
|
|
<div class="projectBlock">
|
|
<div class='blockHeader'>
|
|
<span class='title'>
|
|
Backy
|
|
</span>
|
|
|
|
| <span class="roles">Creator</span>
|
|
<span class='date'>
|
|
2022-09-01 — Present
|
|
</span>
|
|
</div>
|
|
<div><a href='https://backy.cybershell.xyz'>https://backy.cybershell.xyz</a></div>
|
|
<div class="description">
|
|
<p>Application that allows many commands to be run on many hosts.</p>
|
|
</div>
|
|
<ul class='highlights'>
|
|
<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>
|
|
<div class='separator'></div>
|
|
</div>
|
|
<div class="projectBlock">
|
|
<div class='blockHeader'>
|
|
<span class='title'>
|
|
Digital Telepresence
|
|
</span>
|
|
| <span class="entity">Digital Telepresence</span>
|
|
| <span class="roles">Collaborator</span>
|
|
<span class='date'>
|
|
2022-04-01 — 2024-03-21
|
|
</span>
|
|
</div>
|
|
<div><a href='https://git.digitaltelepresence.com/digital-telepresence/'>https://git.digitaltelepresence.com/digital-telepresence/</a></div>
|
|
<div class="description">
|
|
<p>DTP is an online application suite for the web</p>
|
|
</div>
|
|
<ul class='highlights'>
|
|
<li>My blog at https://blog.cybershell.xyz is hosted using this software</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>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class='sectionLine'></div>
|
|
<div id='awards' class="sectionBlock">
|
|
<div class='sectionName'>
|
|
<span>AWARDS</span>
|
|
</div>
|
|
<div class='sectionContent'>
|
|
<div class='blockHeader'>
|
|
<span class='title'>
|
|
Merit Tuition Scholarship
|
|
</span>
|
|
<span class='date'>
|
|
<span class='date'>2019-08-01</span>
|
|
</span>
|
|
</div>
|
|
<div class="awarder">University of Alabama in Huntsville</div>
|
|
<div class="summary">
|
|
<p>Andrew earned this scholarship with outstanding performance on the ACT.</p>
|
|
</div>
|
|
<div class='separator'></div>
|
|
<div class='blockHeader'>
|
|
<span class='title'>
|
|
Dean's List
|
|
</span>
|
|
<span class='date'>
|
|
<span class='date'>2022-05-01</span>
|
|
</span>
|
|
</div>
|
|
<div class="awarder">Dean of College of Engineering</div>
|
|
<div class="summary">
|
|
<p>Andrew earned this award with 3.50+ GPA in the term.</p>
|
|
</div>
|
|
<div class='separator'></div>
|
|
<div class='blockHeader'>
|
|
<span class='title'>
|
|
Dean's List
|
|
</span>
|
|
<span class='date'>
|
|
<span class='date'>2022-12-01</span>
|
|
</span>
|
|
</div>
|
|
<div class="awarder">Dean of College of Engineering</div>
|
|
<div class="summary">
|
|
<p>Andrew earned this award with 3.75 GPA in the term.</p>
|
|
</div>
|
|
<div class='separator'></div>
|
|
<div class='blockHeader'>
|
|
<span class='title'>
|
|
Dean's List
|
|
</span>
|
|
<span class='date'>
|
|
<span class='date'>2023-05-01</span>
|
|
</span>
|
|
</div>
|
|
<div class="awarder">Dean of College of Engineering</div>
|
|
<div class="summary">
|
|
<p>Andrew earned this award with 3.75 GPA in the term.</p>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
<div class='sectionLine'></div>
|
|
<div id='interests' class="sectionBlock">
|
|
<div class='sectionName'>
|
|
<span>INTERESTS</span>
|
|
</div>
|
|
<div class='sectionContent'>
|
|
<span class='name'>Computers</span>
|
|
<!--
|
|
--><span class='keywords'> <em>[
|
|
Security
|
|
<!--
|
|
-->,
|
|
Linux
|
|
<!--
|
|
-->,
|
|
Servers
|
|
<!--
|
|
-->,
|
|
Development
|
|
<!--
|
|
-->
|
|
]
|
|
</em></span>
|
|
<!--
|
|
--><span>, </span>
|
|
<span class='name'>Nature</span>
|
|
<!--
|
|
-->
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|