1
0
mirror of https://gitlab.com/MisterBiggs/Resume.git synced 2025-09-18 19:22:36 +00:00

Update the resume for the new gig

This commit is contained in:
2025-09-16 14:50:42 -04:00
parent 7cbeb78d74
commit 329f167dc2
3 changed files with 43 additions and 97 deletions

View File

@@ -36,23 +36,26 @@
<body> <body>
<main> <main>
<header> <header>
<h1>Hi, I'm Anson</h1> <h1>Howdy, I'm Anson</h1>
<p> <p>
I am an Aerospace Simulation Software Engineer with a B.S. in Currently I'm at
Aerospace Engineering and 3 years of professional experience writing <a href="https://shield.ai" target="_blank">Shield AI</a> where I'm
software for human-rated spacecraft. My experience ranges from doing helping build a safer, autonomous future. In the past I've worked on
data science on orbital debris to enable advanced characterization making humanity multi-planetary at
using Rust and Julia to developing high-fidelity models for GNC <a href="https://blueorigin.com" target="_blank">Blue Origin</a> and
algorithm validation of rockets in C++ to creating highly extensible <a href="https://ulalaunch.com" target="_blank"
simulation orchestrators using Docker and Python. >United Launch Alliance</a
>.
</p>
<p>
My interests vary, but if you're doing anything involving Autonomy,
Space, writing math using code, or the open web - then please reach
out!
</p> </p>
</header> </header>
<section> <section>
<h2>Connect</h2> <h2>Connect</h2>
<p> <p>I'm usually down to clown so hit me up!</p>
I'm available for discussions about employment opportunities,
collaborations, or just to chat about something cool:
</p>
<!--sse--> <!--sse-->
<ul> <ul>
@@ -89,52 +92,4 @@
</footer> </footer>
</main> </main>
</body> </body>
<!-- Cal element-click embed code begins -->
<script type="text/javascript">
(function (C, A, L) {
let p = function (a, ar) {
a.q.push(ar);
};
let d = C.document;
C.Cal =
C.Cal ||
function () {
let cal = C.Cal;
let ar = arguments;
if (!cal.loaded) {
cal.ns = {};
cal.q = cal.q || [];
d.head.appendChild(d.createElement("script")).src = A;
cal.loaded = true;
}
if (ar[0] === L) {
const api = function () {
p(api, arguments);
};
const namespace = ar[1];
api.q = api.q || [];
if (typeof namespace === "string") {
cal.ns[namespace] = cal.ns[namespace] || api;
p(cal.ns[namespace], ar);
p(cal, ["initNamespace", namespace]);
} else p(cal, ar);
return;
}
p(cal, ar);
};
})(window, "https://app.cal.com/embed/embed.js", "init");
Cal("init", "tagup", { origin: "https://cal.com" });
// Important: Please add the following attributes to the element that should trigger the calendar to open upon clicking.
// `data-cal-link="ansonbiggs/tagup"`
// data-cal-namespace="tagup"
// `data-cal-config='{"layout":"month_view","theme":"dark"}'`
Cal.ns.tagup("ui", {
theme: "dark",
hideEventTypeDetails: false,
layout: "month_view",
});
</script>
</html> </html>

View File

@@ -72,14 +72,27 @@
<!--/sse--> <!--/sse-->
</h3> </h3>
</div> </div>
<p style="text-align: justify; margin-left: 2em; margin-right: 2em"> <!-- <p style="text-align: justify; margin-left: 2em; margin-right: 2em">
Aerospace Simulation Software Engineer with a strong foundation in both Aerospace Simulation Software Engineer with a strong foundation in both
aerospace engineering and modern software development. Experience ranging aerospace engineering and modern software development. Experience ranging
from high-fidelity simulation models in C++, high-performance ETL from high-fidelity simulation models in C++, high-performance ETL
pipelines of aerospace data in Python, and managing development pipelines of aerospace data in Python, and managing development
environments for 100 engineers. <br />Eligible for security clearance. environments for 100 engineers.
</p> </p> -->
<h2>PROFESSIONAL EXPERIENCE</h2> <h2>PROFESSIONAL EXPERIENCE</h2>
<dl>
<dt>
Developer Integration Engineer | Shield AI | Washington, DC | June 2025
- Present
</dt>
<dd>
<ul>
<li>
Protecting service members and civilians with intelligent systems.
</li>
</ul>
</dd>
</dl>
<dl> <dl>
<dt> <dt>
Aerospace Applications Software Engineer | Blue Origin | Denver, CO | Aerospace Applications Software Engineer | Blue Origin | Denver, CO |
@@ -92,45 +105,23 @@
lander in support of NASA's Lunar program. lander in support of NASA's Lunar program.
</li> </li>
<li> <li>
Maintained Python based post-processing pipeline for spacecraft Developed Python data pipelines for spacecraft analysis and C++
data, including custom Docker monitoring with PyArrow, modifying hardware mocking capabilities, enabling entirely software-based
proprietary NASA software, data transformation with Pandas, and simulation environments with hardware-agnostic interfaces.
archiving data in HDF5.
</li> </li>
<li> <li>
Developed hardware mocking capabilities using C++ that enabled an Built automated test case management software and worked with
entirely software simulation environment. Built a hardware-agnostic customer teams to eliminate verification roadblocks, delivering 10x
interface that enabled mocking without directly interacting with productivity improvements for a 20-person team.
simulation or hardware protocols.
</li> </li>
<li> <li>
Developed bespoke test case document management software in Python Owned development environment for 150-person flight software team,
for writing, publishing, and tracking. Identified major blockers for implementing modern tooling while ensuring DO-178 compliance.
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>
<li> <li>
Owned development environment for the 150 person flight software Developed custom Pytest framework generating dynamic GitLab CI jobs
team. Consistently pushed for modern tooling and evolved workflows with Python decorators, reducing runner utilization by 50% while
to meet demands of a growing team. Worked with stakeholders to maintaining hundreds of active tests.
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> </li>
</ul> </ul>
</dd> </dd>