<!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 NASA contract to build a human-rated lunar lander, where I
            served as a core member of the simulation software team.
          </li>
          <li>
            Pathfinded hardware mocking capabilities in C++ that enabled a
            completely software simulation environment.
          </li>
          <li>
            Created bespoke test case management software in Python for writing,
            publishing and tracking. I solely developed this project and leaned
            heavily on the idea of fully automating processes, and working
            closely with stakeholders to understand needs and blockers. Final
            product led to an immediate 10x increase in productivity month over
            month.
          </li>
          <li>
            Owned development environment for flight software teams, eliminating
            setup friction and reducing onboarding time from days to an hour.
            Consistently pushed for modern tooling and evolved workflows to meet
            demands of a growing team.
          </li>
          <li>
            Split time working within customer teams to ensure simulation
            software capabilities met testing requirements. Proactively
            developed features to eliminate critical roadblocks in the
            verification process, and provided ongoing technical guidance.
          </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 the first C++ simulation model for
            Vulcan-Centaur rocket that was 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 the codebase,
            and allowed streamlining tooling to increase developer productivity.
          </li>
          <li>
            Implemented the team's first CI/CD pipeline to enforce code quality
            and introduce automated checks.
          </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>
        Founder & Lead Developer | Simple Stock Bots | Phoenix, AZ | 2018 - 2024
      </dt>
      <dd>
        <ul>
          <li>
            Developed a stock market bot in Python that delivers real-time data
            and analysis to group chats with tens of thousands of 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>
            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, 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>
        Technical Lead | Capstone: Spacecraft Detail Design | Prescott, AZ |
        2021
      </dt>
      <dd>
        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.
      </dd>
      <dt>Leader | The Hub Grill and Bar | Mesa, AZ | 2012 - 2021</dt>
      <dd>
        Started as a dishwasher and worked my way up to kitchen management and
        eventually to project management for new restaurants.
      </dd>
      <dd>
        As project manager, led new location openings from empty buildings
        through construction, menu design, vendor setup, staff hiring/training,
        and operational handoff.
      </dd>
    </dl>
    <h2>EDUCATION, SKILLS, AND AWARDS</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 | Summer Study Abroad for Mathematics
        in Iceland
      </dd>
    </dl>
    <!-- <h2>SKILLS AND TOOLS</h2> -->
    <dl>
      <dt>Languages and Technologies</dt>
      <dd>
        <ul>
          <li>
            Python, C++, Julia, Rust, Docker, MATLAB, Simulink, FORTRAN, LaTeX,
            Regex, Shell, Markdown, Mermaid
          </li>
          <li>
            Pytest, Plotly, NumPy, Pandas, Matplotlib, Makie, Jupyter, SymPy,
            UV, Pip, Requests, Serverless, DASK, CUDA, MkDocs, Ruff, Black,
            flake8
          </li>
          <li>
            Linux, WSL, Docker Compose, Development Containers, Kubernetes,
            Serverless, GitLab CI/CD, DataDog, NASA Trick, DDS, MQTT, Jira
          </li>
        </ul>
      </dd>
      <dt>Awards</dt>
      <dd>
        <ul>
          <li>Discord | Verified Bot Developer 2018</li>
          <li>NVIDIA | Tegra K1 CUDA Vision Challenge, Top 50 | 2015</li>
        </ul>
      </dd>
    </dl>
  </body>
</html>