-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.html
More file actions
177 lines (172 loc) · 6.35 KB
/
resume.html
File metadata and controls
177 lines (172 loc) · 6.35 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
<!DOCTYPE html>
<!--
_ _ _ _ ____ _
| \ | | __ _| |_| |__ __ _ _ __ / ___|_ __ ___ ___ _ __ | |__ __ ___ __
| \| |/ _` | __| '_ \ / _` | '_ \| | _| '__/ _ \/ _ \ '_ \| '_ \ / _` \ \ /\ / /
| |\ | (_| | |_| | | | (_| | | | | |_| | | | __/ __/ | | | | | | (_| |\ V V /
|_| \_|\__,_|\__|_| |_|\__,_|_| |_|\____|_| \___|\___|_| |_|_| |_|\__,_| \_/\_/
Hey there, fellow code explorer! Thanks for peeking under the hood.
Feel free to look around - it's just HTML, CSS, and a bit of vanilla JS.
Want to chat? me@nathangreenhaw.org
-->
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Resume | Nathan Greenhaw</title>
<meta name="description" content="Resume of Nathan Greenhaw, software engineer with 21 years of experience in APIs, full-stack development, and developer tooling." />
<link rel="canonical" href="https://nathang.me/resume.html">
<!-- Open Graph -->
<meta property="og:type" content="website">
<meta property="og:title" content="Resume | Nathan Greenhaw">
<meta property="og:description" content="Resume of Nathan Greenhaw, software engineer with 21 years of experience.">
<meta property="og:url" content="https://nathang.me/resume.html">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/svg+xml" href="favicon.svg">
<link rel="apple-touch-icon" href="apple-touch-icon.png" />
<link rel="stylesheet" href="css/resume.css" />
</head>
<body>
<div class="container">
<header>
<h1 class="title">Nathan Greenhaw</h1>
</header>
<div class="content contact">
<article>
<ul>
<li><a href="mailto:me@nathangreenhaw.org">me@nathangreenhaw.org</a></li>
<li><a href="https://nathangreenhaw.org">nathangreenhaw.org</a></li>
<li><a href="tel:+15037815669">503-781-5669</a></li>
</ul>
</article>
</div>
<div class="content employment">
<h2>Employment</h2>
<article>
<section>
<h3>
<span>GetWhys</span>
<span>2026–present</span>
</h3>
<p>// coming soon</p>
</section>
<section>
<h3>
<span>Scope3</span>
<span>2024–2026</span>
</h3>
<p>
Built full-stack features for a sustainability platform measuring
carbon emissions across digital advertising supply chains. Worked
across frontend interfaces and backend data pipelines.
</p>
</section>
<section>
<h3>
<span>Minehub</span>
<span>2020–2024</span>
</h3>
<p>
Developed supply chain management platform for commodity tracking
and trade documentation. Built GraphQL APIs with Django and
React/Relay frontends with Material UI.
</p>
</section>
<section>
<h3>
<span>AppNexus</span>
<span>2015–2020</span>
</h3>
<p>
Built and maintained backend APIs across PHP, Scala, Java, and Node.
Developed React/Redux applications and led refactoring efforts to
improve maintainability and team velocity.
</p>
</section>
<section>
<h3>
<span>Cigna Healthcare</span>
<span>2013–2015</span>
</h3>
<p>
Designed RESTful APIs to unify access to multiple enterprise data
stores. Built AngularJS applications backed by NoSQL databases.
Developed identity management tooling across disparate systems.
</p>
</section>
<section>
<h3>
<span>PCD Group</span>
<span>2011–2013</span>
</h3>
<p>
Built custom CRM, CMS, and fulfillment applications. Designed and
developed a high-traffic news aggregation platform. Created
mobile-first web applications.
</p>
</section>
<section>
<h3>
<span>Automatic Data Processing, Inc.</span>
<span>2004–2011</span>
</h3>
<p>
Developed client-server applications and custom build systems
including a tailored Linux distribution. Modernized legacy
green-screen applications to web. Implemented early continuous
integration tooling.
</p>
</section>
</article>
</div>
<div class="content">
<h2>Technologies</h2>
<article>
<p>
<strong>Databases</strong>: PostgreSQL, Redis, MySQL, BigQuery, Clickhouse
</p>
<p>
<strong>Languages</strong>: TypeScript, JavaScript, Go, Python, Scala
</p>
<p><strong>Frameworks</strong>: React, NextJS, Prisma, Django</p>
<p>
<strong>Miscellaneous</strong>: GraphQL, Kubernetes, Cloudflare
Workers, RabbitMQ, Conductor, Claude Code
</p>
</article>
</div>
<div class="content education">
<h2>Education</h2>
<article>
<section>
<h3>
<span>Portland State University</span>
<span>2007–2009</span>
</h3>
<p>
Graduate courses in the Oregon Master of Software Engineering
program
</p>
</section>
<section>
<h3>
<span>University of Oregon</span>
<span>2000–2004</span>
</h3>
<p>Bachelor of Science in Computer & Information Science</p>
</section>
</article>
</div>
</div>
<script>
requestAnimationFrame(() => {
document.documentElement.classList.add('transitions-ready');
});
document.addEventListener('keydown', (e) => {
if (e.key === 'Shift') document.documentElement.classList.add('amber');
});
document.addEventListener('keyup', (e) => {
if (e.key === 'Shift') document.documentElement.classList.remove('amber');
});
</script>
</body>
</html>