1
0
mirror of https://gitlab.com/MisterBiggs/Resume.git synced 2025-07-26 08:11:26 +00:00

started with updating landing page and ended up with this massive diff lol

This commit is contained in:
2024-03-25 06:47:08 +00:00
parent 330b55180e
commit 139aa5f8d1
10 changed files with 1349 additions and 105 deletions

7
resume/css/awsm.min.css vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -1,16 +1,21 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Anson Biggs Resume</title>
<title>Anson Biggs | Resume</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta
name="description"
content="Anson Biggs is an Aerospace Engineer working at United Launch Alliance as a Software Engineer."
content="Anson Biggs is 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="stylesheet" type="text/css" href="../css/awsm.min.css" />
<link rel="stylesheet" type="text/css" href="style.css" />
<link rel="stylesheet" type="text/css" media="print" href="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>"
@@ -32,7 +37,7 @@
<a href="https://linkedin.com/in/ansonbiggs" rel="me"
>linkedin.com/in/ansonbiggs</a
>
|
<a href="https://gitlab.com/MisterBiggs" rel="me"
>gitlab.com/MisterBiggs</a
>
@@ -67,20 +72,20 @@
<h2>PROFILE</h2>
<p>
Experienced Software Engineer specializing in simulation and modeling of
advanced flight systems for space exploration. Combines a robust
background in Aerospace Engineering with hands-on experience at multiple
space companies, contributing to the development of cutting-edge space
technologies.
advanced space flight systems. Combines a robust background in Aerospace
Engineering with hands-on experience at multiple space companies,
contributing to the development of cutting-edge space technologies.
</p>
<h2>ENGINEERING EXPERIENCE</h2>
<dl>
<dt>
Software Engineer | Blue Origin | Denver, CO | June 2023 - Current
Aerospace Software Engineer | Blue Origin | Denver, CO | June 2023 -
Current
</dt>
<dd>
<ul>
<li>Simulating stuff.</li>
<li>Building simulation software for the Lunar Permanence team.</li>
<li>Technologies used: C++, Python, Docker, CI/CD, NASA Trick</li>
</ul>
</dd>
@@ -115,14 +120,15 @@
<ul>
<li>
Developed a fully dynamic 6 degree of freedom simulation of a rocket
from scratch, with hardware in the loop, to simulate a propulsive
landing with real hardware in the loop through a test stand using a
real thrust vector control mechanism and a solid rocket motor.
from to simulate a propulsive landing to verify real design.
Demonstrated design with test stand using a real thrust vector
control mechanism and a solid rocket motor.
</li>
<li>
Designed an LQR Control system in Simulink to regulate the attitude
and touchdown velocity of a landing vehicle. Later, implemented the
system in C++ for execution on a microcontroller.
system in C++ for execution on a microcontroller to interface with
hardware.
</li>
</ul>
</dd>
@@ -136,9 +142,10 @@
Utilized machine learning techniques on high-resolution 3D scans of
high-velocity impact debris to create an Orbital Debris
environmental model. Collaborated with the Dean of Engineering,
faculty, and peers to conduct comprehensive research. Additionally,
undertook a directed study focusing on machine learning strategies
for 3D model characterization and high-dimensional data reduction.
University Faculty, and peers to conduct comprehensive research.
Additionally, undertook a directed study focusing on machine
learning strategies for 3D model characterization and
high-dimensional data reduction.
</li>
<li>Technologies Used: Rust, Julia, Matlab, LaTeX</li>
</ul>
@@ -149,8 +156,8 @@
<li>
Developed a stock market bot that delivers information and analysis
to group chats with tens of thousands of monthly active users.
Utilized a custom developed abstracted asset API to manage multiple
types of assets from various data sources.
Developed an abstracted asset API to manage multiple types of assets
from various data sources.
</li>
<li>
Programmed in purely Python. Used CI/CD to automatically build,