-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
61 lines (52 loc) · 2.73 KB
/
resume.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<title>Nathan Heller</title>
<body>
<h1>Nathan Heller</h1>
<div class='contact'>
<p>
Chicago, IL<br/>
Email: <a href="mailto:nathanhellbhoy@gmail.com">nathanhellbhoy@gmail.com</a><br/>
Website: <a href="http://hellbhoy.net">hellbhoy.net</a><br/>
GitHub: <a href="https://github.com/helle253">helle253</a><br/>
</p>
</p>
<h2>Experience</h2>
<h3>2019–Now Software Engineer, Blue Bottle Coffee, Oakland, CA</h3>
<ul>
<li>Migrated over 25,000 coffee subscriptions, representing over $12 million in annual revenue, from legacy Rails-powered systems to a modern headless OMS solution.</li>
<li>Reduced monthly cloud spend by over 20% through replacement of self-hosted ECS Cluster + services with Fargate hosting.</li>
<li>Reduced static site build times by 100% in Github Actions via custom runners, parallelization and dependency caching strategies.</li>
<li>Increased mobile app revenue by 40% and enabled our cafes to remain open throughout COVID by leading the initiative to develop and release a cross-platform Flutter mobile app over the course of 6 months.</li>
<li>Implemented AWS-backed integrations between OMS & Fulfillment Platforms, driving $15M in annual revenue.</li>
<li>Collaborated with the hiring team to evaluate candidates’ technical abilities and conduct candidate code-reviews.</li>
</ul>
<h3>2017–2019 Software Verification Engineer, Abbott Laboratories, St. Paul, MN</h3>
<ul>
<li>Created & reviewed test automation scripts to verify software requirements of the application.</li>
<li>Maintained internal testing tools, & sped up manual validation efforts with use of automated bash scripts.</li>
</ul>
<h2>Projects</h2>
<ul>
<li>Progress Athens (2024) — Jekyll + Github Pages powered website for a non-profit located in Athens, Wisconsin. <a href="#">Code</a> — <a href="#">Site</a></li>
<li>Wikimedia Bot (2023) — Posts a random high-quality photo from Wikimedia Commons to Mastodon. Powered by AWS Lambda and DynamoDB. <a href="#">Code</a> — <a href="#">Mastodon</a> — <a href="#">Twitter</a></li>
</ul>
<h2>Education</h2>
<p>2017 B.A. Computer Science, University of Minnesota, Minneapolis, MN</p>
<p>German Minor</p>
<h2>Languages</h2>
<ul>
<li>Typescript — 3 years</li>
<li>Ruby — 5 years</li>
<li>Python — 2 years</li>
<li>SQL — 5 years</li>
<li>Dart — 2 years</li>
<li>HTML/CSS — 3 years</li>
</ul>
<h2>Tools</h2>
<ul>
<li>Databases — Postgres, DynamoDB</li>
<li>AWS — Lambda, Cloudformation</li>
<li>Next.js — Redux, Tailwind</li>
<li>Flutter — Bloc, Provider, Firebase</li>
<li>Github — Actions, Git</li>
</ul>
</body>