-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
166 lines (166 loc) · 5.18 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
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
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>Nathan Levin-Greenhaw</title>
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="apple-touch-icon" href="apple-touch-icon.png" />
<link
href="https://fonts.googleapis.com/css?family=Asap:400,700|Freckle+Face|Fredericka+the+Great"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css"
/>
<link rel="stylesheet" href="css/resume.css" />
</head>
<body>
<div class="container">
<header>
<h1 class="title">Nathan Levin-Greenhaw</h1>
</header>
<div class="content contact">
<article>
<ul>
<li>[email protected]</li>
<li>http://njlg.info</li>
<li>503-781-5669</li>
</ul>
</article>
</div>
<div class="content">
<h2>Education</h2>
<article>
<section>
<h3>
<span>2007–2009</span>
<span>Portland State University</span>
<span>Portland, OR</span>
</h3>
<p>
Graduate courses in the Oregon Master of Software Engineering
program
</p>
</section>
<section>
<h3>
<span>2000–2004</span>
<span>University of Oregon</span>
<span>Eugene, OR</span>
</h3>
<p>Bachelor of Science in Computer & Information Science</p>
</section>
</article>
</div>
<div class="content">
<h2>Employment</h2>
<article>
<section>
<h3>
<span>2020–Present</span>
<span>Minehub (<em>formerly Waybridge</em>)</span>
<span>Portland, OR</span>
</h3>
<ul>
<li>Supply chain management, tracking app</li>
<li>Django, Graphql/Relay, Rest APIs</li>
<li>React, relay, MUI UI application</li>
</ul>
</section>
<section>
<h3>
<span>2015–2020</span>
<span>AppNexus</span>
<span>Portland, OR</span>
</h3>
<ul>
<li>
Creating & maintaining backend APIs in PHP, Scala, Java, and
Node
</li>
<li>
Creating new UI applications with React & Redux frameworks
</li>
<li>
Refactoring older applications to increase maintainability &
velocity
</li>
</ul>
</section>
<section>
<h3>
<span>2013–2015</span>
<span>Cigna Healthcare</span>
<span>Portland, OR</span>
</h3>
<ul>
<li>
Open RESTful services for fronting multiple data stores across
the company
</li>
<li>
AngularJS web applications built on REST services with NoSQL
backends
</li>
<li>Tools to managing identity across disparate systems</li>
</ul>
</section>
<section>
<h3>
<span>2011–2013</span>
<span>PCD Group</span>
<span>Portland, OR</span>
</h3>
<ul>
<li>
Building and maintaining custom CRM, CMS, Fulfillment web
applications
</li>
<li>
Building and designing a high profile news, content-aggregator
and blog site
</li>
<li>Creating custom mobile web applications</li>
</ul>
</section>
<section>
<h3>
<span>2004–2011</span>
<span>Automatic Data Processing, Inc.</span>
<span>Portland, OR</span>
</h3>
<ul>
<li>
Client-Server applications, custom build systems, custom Linux
distribution
</li>
<li>Built tools to support continuous integration</li>
<li>Conversion of green-screen application to web application</li>
</ul>
</section>
</article>
</div>
<div class="content">
<h2>Technologies</h2>
<article>
<p>
<strong>Databases</strong>: Postgres, Redis, MySQL, Vertica,
MongoDB, Oracle
</p>
<p>
<strong>Languages</strong>: Rust*, Typescript/Javascript, Go,
Python, Scala, Perl, Raku*
</p>
<p><strong>Frameworks</strong>: React, Redux, Django</p>
<p>
<strong>Miscellaneous</strong>: Kubernetes, Cloudflare Workers,
RabbitMQ, Babel/Webpack, OpenID, Linux
</p>
</article>
</div>
</div>
</body>
</html>