mirror of
https://gitlab.com/MisterBiggs/Resume.git
synced 2025-06-15 17:06:39 +00:00
272 lines
10 KiB
HTML
272 lines
10 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Anson Biggs | Resume</title>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
|
<meta
|
|
name="description"
|
|
content="Anson is an aerospace simulation software engineer making humanity multiplanetary as an engineer at Blue Origin"
|
|
/>
|
|
<link rel="stylesheet" type="text/css" href="./css/awsm.min.css" />
|
|
<link rel="stylesheet" type="text/css" href="./css/style.css" />
|
|
<link
|
|
rel="stylesheet"
|
|
type="text/css"
|
|
media="print"
|
|
href="./css/print.css"
|
|
/>
|
|
<link
|
|
rel="icon"
|
|
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🛰️</text></svg>"
|
|
/>
|
|
<link
|
|
rel="alternate"
|
|
type="application/rss+xml"
|
|
title="Less Technical Blog"
|
|
href="https://notes.ansonbiggs.com/rss/"
|
|
/>
|
|
<link
|
|
rel="alternate"
|
|
type="application/rss+xml"
|
|
title="Technical Blog"
|
|
href="https://projects.ansonbiggs.com/index.xml"
|
|
/>
|
|
</head>
|
|
|
|
<body>
|
|
<button id="printbutton" onclick="window.print()">
|
|
Save Resume as PDF
|
|
</button>
|
|
<div style="text-align: center">
|
|
<h1>Anson Biggs</h1>
|
|
<h3 style="margin-top: 0">
|
|
Aerospace Simulation Software Engineer
|
|
<!--sse-->
|
|
<br />
|
|
<a href="mailto:anson@ansonbiggs.com" rel="me">anson@ansonbiggs.com</a>
|
|
| <a href="tel:+14803228468">(480) 322-8468</a> |
|
|
<a href="https://linkedin.com/in/ansonbiggs/" rel="me"
|
|
>linkedin.com/in/ansonbiggs</a
|
|
>
|
|
<br />
|
|
<a href="https://gitlab.com/MisterBiggs/" rel="me"
|
|
>gitlab.com/MisterBiggs</a
|
|
>
|
|
|
|
|
<a href="https://ansonbiggs.com" rel="me">ansonbiggs.com</a>
|
|
<div
|
|
class="h-card"
|
|
style="visibility: hidden; position: absolute; top: -999999px"
|
|
>
|
|
<span class="p-name">Anson Biggs</span>
|
|
<span class="p-given-name">Anson</span>
|
|
<span class="p-family-name">Biggs</span>
|
|
<a class="u-url" href="https://ansonbiggs.com"></a>,
|
|
<a class="u-email" href="mailto:anson@ansonbiggs.com"></a>
|
|
<abbr class="p-region" title="Colorado">CO</abbr>
|
|
<div class="p-country-name">U.S.A</div>
|
|
<div class="p-category">engineer</div>
|
|
<div class="p-note">Aerospace Simulation Software Engineer</div>
|
|
</div>
|
|
<!--/sse-->
|
|
</h3>
|
|
</div>
|
|
<p style="text-align: justify; margin-left: 2em; margin-right: 2em">
|
|
Aerospace Simulation Software Engineer with a strong foundation in both
|
|
aerospace engineering and modern software development. Experience ranging
|
|
from high-fidelity simulation models in C++, high-performance ETL
|
|
pipelines of aerospace data in Python, and managing development
|
|
environments for 100 engineers. Eligible for security clearance.
|
|
</p>
|
|
<h2>PROFESSIONAL EXPERIENCE</h2>
|
|
<dl>
|
|
<dt>
|
|
Aerospace Applications Software Engineer | Blue Origin | Denver, CO |
|
|
June 2023 - April 2025
|
|
</dt>
|
|
<dd>
|
|
<ul>
|
|
<li>
|
|
Founding simulation software engineer to build a human-rated Lunar
|
|
lander in support of NASA's Lunar program.
|
|
</li>
|
|
<li>
|
|
Maintained Python based post-processing pipeline for spacecraft
|
|
data, including custom Docker monitoring with PyArrow, modifying
|
|
proprietary NASA software, data transformation with Pandas, and
|
|
archiving data in HDF5.
|
|
</li>
|
|
<li>
|
|
Developed hardware mocking capabilities using C++ that enabled an
|
|
entirely software simulation environment. Built a hardware-agnostic
|
|
interface that enabled mocking without directly interacting with
|
|
simulation or hardware protocols.
|
|
</li>
|
|
<li>
|
|
Developed bespoke test case document management software in Python
|
|
for writing, publishing, and tracking. Identified major blockers for
|
|
a customer team, and worked independently on a prototype with a
|
|
strong emphasis on completely automated tooling to streamline test
|
|
case development. Final product led to an immediate 10x increase in
|
|
productivity for the 20 person team.
|
|
</li>
|
|
<li>
|
|
Owned development environment for the 150 person flight software
|
|
team. Consistently pushed for modern tooling and evolved workflows
|
|
to meet demands of a growing team. Worked with stakeholders to
|
|
ensure compliance with DO-178 while maintaining cutting edge
|
|
tooling.
|
|
</li>
|
|
<li>
|
|
Worked within customer teams to ensure simulation software
|
|
capabilities met testing requirements. Proactively developed
|
|
features to eliminate critical roadblocks in the verification
|
|
process, and provided technical guidance.
|
|
</li>
|
|
<li>
|
|
Developed custom software on top of Pytest that generated GitLab CI
|
|
jobs using Python decorators. Allowed hundreds of automated tests to
|
|
remain active while keeping pipelines short and runner usage to a
|
|
minimum. Tests would be given a decorator that listed software
|
|
dependencies, and a child pipeline would be generated that only
|
|
included necessary tests. Reduced runner utilization by 50%.
|
|
</li>
|
|
</ul>
|
|
</dd>
|
|
</dl>
|
|
<dl>
|
|
<dt>
|
|
Simulation Software Engineer, Advanced Programs | United Launch Alliance
|
|
| Denver, CO | May 2022 - June 2023
|
|
</dt>
|
|
<dd>
|
|
<ul>
|
|
<li>
|
|
Architected and delivered one of the company's major accomplishments
|
|
of 2022. The first high-fidelity C++ simulation model for the next
|
|
generation Vulcan-Centaur rocket.
|
|
</li>
|
|
<li>
|
|
Modernized a legacy monolithic codebase from the 1980s by replacing
|
|
~700k lines of unmaintainable FORTRAN with compiled artifacts stored
|
|
in Artifactory and deployed using Bamboo CI. This reduced
|
|
compilation time from over 12 hours to 4 hours, making an overnight
|
|
task achievable during the workday.
|
|
</li>
|
|
<li>
|
|
Introduced the team to automated tooling locally and added pipeline
|
|
checks to merge requests. By automating formatting and linting the
|
|
team was able to focus on implementation instead of code style.
|
|
</li>
|
|
</ul>
|
|
</dd>
|
|
</dl>
|
|
<h2>PROJECT LEADERSHIP</h2>
|
|
<dl>
|
|
<dt>
|
|
Undergraduate Research Lead | Orbital Debris Classification | Prescott,
|
|
AZ | 2021
|
|
</dt>
|
|
<dd>
|
|
<ul>
|
|
<li>
|
|
Led research applying machine learning to high-resolution 3D scans
|
|
of satellite impact debris, developing an innovative Orbital Debris
|
|
model in collaboration with the Dean of Engineering, University
|
|
Research Institute and NASA.
|
|
</li>
|
|
<li>
|
|
Developed algorithms in Rust to take point clouds from hi-res 3D
|
|
scanners and convert them into solid body meshes to compute physical
|
|
characteristics of debris fragments.
|
|
</li>
|
|
<li>
|
|
Implemented advanced dimensionality reduction techniques in Julia
|
|
that improved classification accuracy and speed by magnitudes over
|
|
MATLAB.
|
|
</li>
|
|
</ul>
|
|
</dd>
|
|
<dt>
|
|
Founder & Lead Developer | Simple Stock Bots | Phoenix, AZ | 2018 - 2024
|
|
</dt>
|
|
<dd>
|
|
<ul>
|
|
<li>
|
|
Developed a stock market bot in Python that delivered real-time data
|
|
and analysis to 20k monthly active users.
|
|
</li>
|
|
<li>
|
|
Managed paid client feature requests with broader platform
|
|
improvements to maintain a sustainable business model while keeping
|
|
the product entirely free for over 99% of users.
|
|
</li>
|
|
<li>
|
|
Managed a Kubernetes cluster that handled all CI/CD builds and
|
|
deployments, and load balancing to handle the inconsistent peak
|
|
loads that comes with stock market activity.
|
|
</li>
|
|
</ul>
|
|
</dd>
|
|
<dt>
|
|
Technical Lead | Capstone: Spacecraft Detail Design | Prescott, AZ |
|
|
2021
|
|
</dt>
|
|
<dd>
|
|
<ul>
|
|
<li>
|
|
Developed a fully dynamic 6-DOF simulation of a rocket landing in
|
|
Simulink to design and verify control system before moving to
|
|
hardware demonstration.
|
|
</li>
|
|
<li>
|
|
Demonstrated design with test stand using a real thrust vector
|
|
control mechanism and a solid rocket motor. Rewrote simulation
|
|
environment in C++ to run on test stand hardware.
|
|
</li>
|
|
</ul>
|
|
</dd>
|
|
</dl>
|
|
<h2>EDUCATION AND SKILLS</h2>
|
|
<dl>
|
|
<dt>
|
|
B.S. Aerospace Engineering | Embry-Riddle Aeronautical University |
|
|
Prescott, AZ | May 2022
|
|
</dt>
|
|
<dd>
|
|
<ul>
|
|
<li>
|
|
Bachelor of Science in Aerospace Engineering (Astronautics
|
|
Concentration) with a minor in Computer Science
|
|
</li>
|
|
<li>
|
|
1 Year Data Science Directed Study | Summer Study Abroad for
|
|
Mathematics in Iceland
|
|
</li>
|
|
</ul>
|
|
</dd>
|
|
<br />
|
|
<dd>
|
|
<strong>Languages:</strong> Python, C++, Julia, Rust, MATLAB, Simulink,
|
|
FORTRAN, LaTeX, Regex
|
|
</dd>
|
|
<dd style="padding-left: 1em">
|
|
<strong>Libraries:</strong> Pytest, Plotly, NumPy, Pandas, Matplotlib,
|
|
Makie, Jupyter, SymPy, UV, Pip, Requests, Eigen, Boost, MkDocs, Ruff,
|
|
Black, flake8, FastAPI
|
|
</dd>
|
|
<dd>
|
|
<strong>Simulation/Aerospace:</strong> NASA Trick, 6-DOF Dynamics,
|
|
Hardware/Software in the Loop, Control Systems, GNC Algorithms, Space
|
|
Mechanics, Communication Links, DDS, MQTT
|
|
</dd>
|
|
<dd>
|
|
<strong>DevOps/Tools:</strong> Linux, WSL, Docker Compose, Development
|
|
Containers, Kubernetes, Serverless, GitLab CI/CD, DataDog, Jira,
|
|
Markdown, Mermaid, PlantUML
|
|
</dd>
|
|
</dl>
|
|
</body>
|
|
</html>
|