mirror of
https://gitlab.com/MisterBiggs/Resume.git
synced 2025-06-16 01:16:39 +00:00
241 lines
8.9 KiB
HTML
241 lines
8.9 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>
|
|
<br />
|
|
<h2>PROFESSIONAL EXPERIENCE</h2>
|
|
<dl>
|
|
<dt>
|
|
Aerospace Applications Software Engineer | Blue Origin | Denver, CO |
|
|
June 2023 - April 2025
|
|
</dt>
|
|
<dd>
|
|
<ul>
|
|
<li>
|
|
Early hire for the Lunar Permanence Business unit, established to
|
|
fulfill a $3.4 billion NASA contract for the Artemis mission
|
|
human-rated lunar lander, where I served as a core member of the
|
|
simulation software team by bridging traditional aerospace
|
|
methodologies with modern software practices.
|
|
</li>
|
|
<li>
|
|
Pathfinded hardware mocking capabilities in C++ that enabled a
|
|
completely software simulation environment for verification of
|
|
flight software and simulation algorithms.
|
|
</li>
|
|
<li>
|
|
Created bespoke test case management software for writing,
|
|
publishing and tracking of individual test cases to replace existing
|
|
method of writing in Markdown tables with no automation. This
|
|
project was solely developed by me and leaned heavily on the idea of
|
|
fully automating processes, and working closely with stakeholders to
|
|
understand decisions that led to the initial implementation. Final
|
|
product led to an immediate 10x increase in productivity month over
|
|
month.
|
|
</li>
|
|
<li>
|
|
Led development environment standardization for flight software
|
|
teams, eliminating setup friction and reducing onboarding time from
|
|
days to an hour, dramatically improving cross-team collaboration and
|
|
developer productivity.
|
|
</li>
|
|
<li>
|
|
Split time working within verification teams to ensure simulation
|
|
software capabilities meet test requirements, proactively developing
|
|
features to eliminate critical roadblocks in the verification
|
|
process.
|
|
</li>
|
|
<li>
|
|
<strong>Technologies used:</strong> Python, Pytest, Pandas, NumPy,
|
|
C++, Docker Compose, Docker Dev Containers, GitLab CI/CD, NASA
|
|
Trick, Kanban
|
|
</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 a cross-team simulation model for
|
|
Vulcan-Centaur rocket verification that was adopted company-wide and
|
|
recognized as one of United Launch Alliance's major technical
|
|
achievements of 2022.
|
|
</li>
|
|
<li>
|
|
Modernized a legacy monolithic codebase from the 1980s by replacing
|
|
~700k lines of unmaintainable FORTRAN with compiled artifacts. This
|
|
change massively improved compilation performance of codebase, and
|
|
allowing streamlined tooling to increase developer productivity.
|
|
</li>
|
|
<li>
|
|
Pioneered the team's first CI/CD pipeline to drive code quality
|
|
improvement by implementing automated format and lint checks, which
|
|
prevented reviewers from using surface-level feedback as a
|
|
substitute for meaningful architectural and logical review.
|
|
</li>
|
|
<li>
|
|
<strong>Technologies used:</strong> C++, gTest, Matlab, FORTRAN,
|
|
Simulink, Python, Atlassian Suite, Redhat Linux, Agile
|
|
</li>
|
|
</ul>
|
|
</dd>
|
|
</dl>
|
|
<h2>PROJECT LEADERSHIP</h2>
|
|
<dl>
|
|
<dt>Creator | Simple Stock Bots | Phoenix, AZ | 2018 - 2024</dt>
|
|
<dd>
|
|
<ul>
|
|
<li>
|
|
Developed a stock market bot using Python that delivers real-time
|
|
data and analysis to group chats with tens of thousands of monthly
|
|
active users. Developed an abstracted asset API to manage multiple
|
|
asset classes from various data sources.
|
|
</li>
|
|
<li>
|
|
Used CI/CD to automatically build, publish, and deploy latest
|
|
commits to a Kubernetes Cluster. Canary and stable releases were
|
|
automatically managed and rolled out.
|
|
</li>
|
|
</ul>
|
|
</dd>
|
|
<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.
|
|
</li>
|
|
<li>
|
|
Implemented advanced dimensionality reduction techniques from
|
|
scratch in Rust that improved classification accuracy and speed by
|
|
magnitudes over MATLAB builtin functions, resulting in more precise
|
|
characterization of 3D orbital debris fragment point cloud scans.
|
|
</li>
|
|
</ul>
|
|
</dd>
|
|
<dt>
|
|
Technical Lead | Capstone: Spacecraft Detail Design | Prescott, AZ |
|
|
2021
|
|
</dt>
|
|
<dd>
|
|
<ul>
|
|
<li>
|
|
Developed a fully dynamic 6 degree of freedom simulation of a rocket
|
|
landing that was verified with real hardware. Demonstrated design
|
|
with test stand using a real thrust vector control mechanism and a
|
|
solid rocket motor.
|
|
</li>
|
|
</ul>
|
|
</dd>
|
|
</dl>
|
|
<h2>EDUCATION</h2>
|
|
<dl>
|
|
<dt>
|
|
B.S. Aerospace Engineering | Embry-Riddle Aeronautical University |
|
|
Prescott, AZ | May 2022
|
|
</dt>
|
|
<dd>
|
|
Bachelor of Science in Aerospace Engineering (Astronautics
|
|
Concentration) with a minor in Computer Science
|
|
</dd>
|
|
<dd>1 Year Data Science Directed Study</dd>
|
|
<dd>Summer Study Abroad for Mathematics in Iceland</dd>
|
|
</dl>
|
|
<h2>SKILLS AND TOOLS</h2>
|
|
<dl>
|
|
<dt>Languages and Technologies</dt>
|
|
<dd>
|
|
Python, C++, Julia, Rust, MATLAB, Simulink, FORTRAN, LaTeX, Regex,
|
|
Shell, Markdown, Mermaid, Linux, WSL, Docker, Docker Compose,
|
|
Development Containers, Kubernetes, Serverless, GitLab CI/CD, DataDog,
|
|
NASA Trick, DDS, MQTT, Jira
|
|
</dd>
|
|
<dt>Python Libraries</dt>
|
|
<dd>
|
|
Pytest, Plotly, NumPy, Pandas, Matplotlib, Jupyter, SymPy, Pip,
|
|
Requests, Serverless, DASK, CUDA, MkDocs, Sphinx
|
|
</dd>
|
|
</dl>
|
|
</body>
|
|
</html>
|