diff --git a/static/cv.html b/static/cv.html index 7e95f82..d76b3e8 100644 --- a/static/cv.html +++ b/static/cv.html @@ -1,648 +1,376 @@ - - - - - - - - Resume of Andrew Woodlee - - - - - - - - -
-
-
-
- -
- avatar -
-
-

Andrew Woodlee
Cybersecurity Engineer

-
-
-
-
-
-
- -
-

About

-

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.

-
- -
-

Work Experience

-
-
-
-
- The University of Alabama System Management and Production Center -
- Huntsville, Alabama -
-
-
June 2023 – July 2024
-
-
-
-
-
Research Assistant II
-
- 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 -
Highlights
-
    -
  • Lead on Arduino programming for two Toy Fire trucks
  • -
  • Added enhancements to the audio playback and movement of the truck
  • -
  • Setup Linux on a Raspberry Pi for a PX 100 Robotic Arm that went on a STEM bus
  • -
-
-
-
-
-
- -
-

Awards

-
    -
  • -
    August 2019
    -
    -

    University of Alabama in Huntsville

    -

    Merit Tuition Scholarship

    -

    Andrew earned this scholarship with outstanding performance on the ACT.

    -
    -
  • -
  • -
    May 2022
    -
    -

    Dean of College of Engineering

    -

    Dean's List

    -

    Andrew earned this award with 3.50+ GPA in the term.

    -
    -
  • -
  • -
    December 2022
    -
    -

    Dean of College of Engineering

    -

    Dean's List

    -

    Andrew earned this award with 3.75 GPA in the term.

    -
    -
  • -
  • -
    May 2023
    -
    -

    Dean of College of Engineering

    -

    Dean's List

    -

    Andrew earned this award with 3.75 GPA in the term.

    -
    -
  • -
-
- -
-

Projects

-
    -
  • - Wallet Transformer Monitor: Senior Design Project that monitors a single-phase 120V transformer using an ESP-32 and a web dashboard -
  • -
  • - Backy: Application that allows many commands to be run on many hosts. -
  • -
  • - Digital Telepresence: DTP is an online application suite for the web -
  • -
-
-
-
- -
-

Contact

-
-
-
6320 Whitesburg Dr S
-
Huntsville, Alabama 35802 US
-
-
-
-
256-755-9555
-
- - - - - -
- -
-

Education

-
    -
  • -
    2019 2025 (expected)
    -
    -

    University of Alabama in Huntsville

    -
    - -

    Bachelor

    -

    Cybersecurity Engineer

    -
    -
  • -
-
- -
-

Skills

-
-
- Electrical - -
-
- Soldering - Intermediate -
-
-
-
- DevOps - -
-
- CI/CD - Intermediate - Git - Advanced - Gitea - Intermediate - GitHub - Intermediate - Docker - Intermediate -
-
-
-
- Systems and Servers - -
-
- Linux - Advanced - C/C++ - Advanced - Go - Advanced - JavaScript - Advanced - MongoDB - Intermediate - Python - Advanced -
-
-
-
- Web Development - -
-
- HTML - Intermediate - JavaScript - Advanced - Go - Advanced -
-
-
-
- Reverse engineering - -
-
- IDA Pro - Intermediate - Ghidra - Intermediate -
-
-
-
- Embedded Systems - -
-
- ESP-32 - Advanced - Arduino - Advanced - MSP430 - Intermediate -
-
-
- -
-

Interests

-
-
- Computers -
-
- Security - Linux - Servers - Development -
-
-
-
- Nature -
-
-
-
-
-
-
-
+.education .title { + font-size: 15px; +} +.education .institution { + font-size: 15px; + font-weight: lighter; +} - - +.awards .header .title { + font-size: 15px; +} +.awards .header .awarder { + font-size: 15px; + font-weight: lighter; +} +.awards .summary { + font-size: 14px; +} + +.certificates .name { + font-size: 15px; +} +.certificates .issuer { + font-size: 15px; + font-weight: lighter; +} + +.skills .section-title { + margin: 0; +} +.skills .container { + display: block; + columns: 2; + column-gap: 10px; +} +.skills .container .article { + break-inside: avoid-column; + min-width: 120px; + padding-top: 20px; +} +.skills .container .article span { + display: block; + font-size: 18px; + font-weight: lighter; +} +.skills .container .article li { + font-size: 14px; + list-style: none; +} + +.languages ul { + list-style: none; +} +.languages ul li { + font-size: 14px; +} + +.interests ul { + list-style: none; +} +.interests ul li { + font-size: 14px; +} + +.references .name { + font-size: 15px; +} +.references q { + font-size: 14.5px; + font-weight: lighter; + font-style: italic; +}Resume Andrew Woodlee – Cybersecurity Engineer
Andrew WoodleeCybersecurity Engineer
  • 256-755-9555
  • anw@andrewnw.com
  • Huntsville, Alabama, US

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.

+

Experience

Research Assistant IIThe University of Alabama System Management and Production Center · Huntsville, Alabama
Jun 2023 - Jul 2024

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

+
  • Lead on Arduino programming for two Toy Fire trucks
  • Added enhancements to the audio playback and movement of the truck
  • Setup Linux on a Raspberry Pi for a PX 100 Robotic Arm that went on a STEM bus

Projects

Lead on circuit design and Arduino programmingWallet Transformer Monitor
Sep 2023 - May 2024

Senior Design Project that monitors a single-phase 120V transformer using an ESP-32 and a web dashboard

+
  • Wrote ESP-32 code that interfaced with an energy sensing chip, temperature sensors, WiFi, and MQTT over SSL.
  • Studied and assembled voltage and current sensing, full-bridge rectifier circuits safely
CreatorBacky
Sep 2022 - Present

Application that allows many commands to be run on many hosts.

+
  • Allows easy configuration of executable commands
  • Commands can be grouped in list to run in specific order
  • Notifications on completion and failure
  • Allows for commands to be run on many hosts over SSH
Apr 2022 - Mar 2024

DTP is an online application suite for the web

+
  • My blog at https://blog.cybershell.xyz is hosted using this software
  • Helped to build a new system from the ground up
  • Independently designed novel solutions with minimal guidance
  • Service-oriented MVVM development and separation of concerns

Skills

Electrical
  • Soldering - Intermediate
DevOps
  • CI/CD - Intermediate
  • Git - Advanced
  • Gitea - Intermediate
  • GitHub - Intermediate
  • Docker - Intermediate
Systems and Servers
  • Linux - Advanced
  • C/C++ - Advanced
  • Go - Advanced
  • JavaScript - Advanced
  • MongoDB - Intermediate
  • Python - Advanced
Web Development
  • HTML - Intermediate
  • JavaScript - Advanced
  • Go - Advanced
Reverse engineering
  • IDA Pro - Intermediate
  • Ghidra - Intermediate
Embedded Systems
  • ESP-32 - Advanced
  • Arduino - Advanced
  • MSP430 - Intermediate

Education

Bachelor, Cybersecurity Engineer

+
University of Alabama in Huntsville

Awards

Merit Tuition ScholarshipUniversity of Alabama in Huntsville

Andrew earned this scholarship with outstanding performance on the ACT.

+
Dean's ListDean of College of Engineering

Andrew earned this award with 3.50+ GPA in the term.

+
Dean's ListDean of College of Engineering

Andrew earned this award with 3.75 GPA in the term.

+
Dean's ListDean of College of Engineering

Andrew earned this award with 3.75 GPA in the term.

+

Interests

  • Computers
  • Nature
\ No newline at end of file