-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
294 lines (267 loc) · 12.7 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
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
<html>
<head>
<!--
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Hello World</title>
<script src="https://unpkg.com/react@16/umd/react.development.js"></script>
<script src="https://unpkg.com/react-dom@16/umd/react-dom.development.js"></script>
<script src="https://unpkg.com/babel-standalone@6.15.0/babel.min.js"></script>
</head>
<body>
<div id="root"></div>
<script type="text/babel">
ReactDOM.render(
<h1>Hello, world!</h1>,
document.getElementById('root')
);
</script>
</body>
</html>
!-->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-111860597-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-111860597-1');
</script>
<link rel="stylesheet" href="./lib/ionicons-3.0.0-dist/dist/css/ionicons.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css">
<link rel="stylesheet" href="https://use.typekit.net/qca7ycd.css">
<link rel="stylesheet" href="./style.css">
</head>
<body>
<div class="container">
<div class="header section">
<span class="left" style="float:left">
<code><h1>Nathan Liebrecht</h1></code>
<!-- <code class="code-comment" style="color: #364d1d !important">// Software Developer</code> !-->
</span>
<!-- <span style="top:0;right:0;position:absolute;">
<img src="./Engineering_Co-op_Logo_Small.jpg" style="height:60px;"/>
</span> !-->
<div style="clear:both"></div>
</div>
<div id=grid>
<div id=left-col>
<div class="section minor-section section-contact">
<i class="ion-ios-home"></i> <a href="https://nathanl.io">https://nathanl.io</a><br>
<i class="ion-ios-mail"></i> <a href="mailto:hello@nathanl.io">hello@nathanl.io</a><br>
<i class="ion-ios-call"></i> <a href="tel:+15879851922">+1 (587) 985-1922</a><br>
<!--<i class="ion-ios-pin"></i> <a href="#">Edmonton, Alberta, Canada</a><br>-->
<i class="ion-logo-github"></i> <a href="https://github.com/nlieb">github.com/nlieb</a><br>
<i class="ion-logo-linkedin"></i> <a href="https://linkedin.com/in/nlieb">linkedin.com/in/nlieb</a><br>
</div>
<div class="section minor-section">
<span>
<ul><li>
<b>BSc Software Engineering</b><br>
University of Alberta<br>
Class of May 2019<br>
GPA: 3.69/4.0
</li></ul>
</span>
</div>
<div class="section minor-section section-skills">
<ul>
<li>
<b>Languages</b><br>
<code>C++</code>
<code>C</code>
<code>Go</code>
<code>Python</code>
<code>Bash</code>
<code>SQL</code>
<code>JavaScript (Typescript)</code>
<code>Java</code>
</li>
</ul>
</div>
<div class="section minor-section section-skills">
<ul>
<li>
<b>Technologies</b><br>
<code>Linux</code>
<code>ROS</code>
<code>Docker</code>
<code>CouchDB</code>
<code>Node.js</code>
<code>Git</code>
<code>Perforce</code>
<code>Emacs</code>
</li>
</ul>
</div>
<!--<div class="section minor-section section-skills">
<b>Current Address</b><br>
577 Guerrero Street<br>
San Francisco CA 94110<br>
</div>!-->
<div class="section minor-section section-skills">
<b>Permanent Address</b><br>
10679 61 Street<br>
Edmonton AB T6A 2L4<br>
</div>
</div>
<div id=right-col>
<div class="major-section">
<span class="section-heading"><i class="ion-ios-briefcase"></i> Employment</span>
<hr class=section-line>
<ul>
<li>
<span class="left"><b>Cruise Automation</b> <br/> <i>Software Engineer Intern</i></span>
<span class="right date">San Francisco<br/>Sep–Dec 2018</span>
<br><br>
<ul>
<li>
Designed, developed, and deployed to entire autonomous car fleet:
<ul>
<li>A real-time mapping module (C++)</li>
<li>Infrastructure to efficiently and robustly deliver incremental map updates to cars, which reduced map download times by an order of magnitude</li>
</ul>
</li>
<li>Projects included rigorous design, testing, and monitoring components.</li>
</ul>
</li>
<li>
<li>
<span class="left"><b>Arista Networks</b> <br/> <i>Software Engineer Intern - Platform</i></span>
<span class="right date">Vancouver<br/>May–Aug 2018</span>
<br><br>
<ul>
<li>
Designed and developed an RPC endpoint plus driver backend for packet mirroring
to enable analysis of latency between networking ASIC chips (C++)
</li>
<li>
Improved switch reliability by deploying a resource simulation model
to prevent resource overallocation on multi-chip hardware (C++, Python)
</li>
</ul>
</li>
<li>
<span class="left"><b>Darkhorse Analytics</b> <br/> <i>Frontend Engineer Intern</i></span>
<span class="right date">Edmonton<br/>Jan–Aug 2017</span>
<br><br>
<ul>
<li>
Shipped 3 data analysis web apps for high-profile client together valued at $300k+
</li>
<li>
Developed high-performance scatterplot visualization capable of smoothly
animating 10k+ points at 60fps on the web
</li>
<li>
Technologies: <code>WebGL</code>,
<code>React</code>,
<code>D3.js</code>,
<code>ES6</code> <code>JavaScript</code>,
<code>Flowtype</code>
</li>
</ul>
</li>
<li>
<span class="left"><b>Panda Rose Consulting</b> <br/> <i>Software Engineer Intern - iOS</i></span>
<span class="right date">Edmonton<br/>May–Aug 2016</span>
<br><br>
<ul>
<li>
Led development of PageQlip, a multi-master, distributed bookmark sync app
</li>
<li>
Built PageQlip from the ground-up in 3 months and shipped to the iOS App Store
</li>
<li>
Encrypted user messages from end-to-end on iOS app by implementing
the OTR3 protocol using OpenSSL
</li>
</ul>
</li>
</ul>
</div>
<!-- <div class="section">
<span class="left"><b>Information Technologist, CSCN Schoolboard</b>
<br>
<ul>
<li>Saved potentially $10k+ by customizing the Linux kernel in order to
run ChromeOS on more than 100 laptops that were going to be thrown out
due to bad performance
</li>
</ul>
</span>
<span class="right date">June–August 2014</span>
</div> !-->
<div class="major-section">
<span class="section-heading"><i class="ion-ios-construct"></i> Projects</span>
<hr class=section-line>
<ul>
<li>
<span class="left"><b>Autonomous Submarine Group</b></span>
<span class="right date">Sep 2016–present</span>
<br>
<ul>
<li>
Scaled tooling for 10-service ROS system, including CI containerization
and build caching thereby reducing build times by 600% for 30-member team
</li>
<li>
Led development of two major projects: a Newton-Euler dynamics simulator, and a linear quadratic
regulator control system capable of full 12-state control
</li>
</ul>
</li>
<li>
<span class="left"><b>Third Sense</b> - <i>Virtual Reality touch feedback vest</i></span>
<span class="right date">Sep 2016</span>
<br>
<ul>
<li>
Built embedded <code>C++</code> drivers and <code>C#</code> desktop library to interface with vest
</li>
<li><b class="semi">Won against 300+ teams at the Hack the North hackathon</b></li>
</ul>
</li>
<li>
<span class="left"><b>Robotpoet.com</b> - <i>Find rhymes related to a topic</i></span>
<span class="right date">Jan 2013</span>
<br>
<ul>
<li>Built a multi-threaded streaming parser in <code>C++</code> to process 40+ GB of word similarity data</li>
<li>Reduced query latency by 100x by pre-computing lookup tables</li>
</ul>
</li>
</ul>
</div>
<!--<div class="header section second-page" style="page-break-before:always;">
<span class="left"><code><h1>Nathan Liebrecht</h1></code></span>
<span class="right">
<i class="ion-ios-location-outline"></i> 10679 61 street, Edmonton, AB, T6A 2L4<br>
<i class="ion-ios-email-outline"></i> liebrech@ualberta.ca<br>
<i class="ion-ios-telephone-outline"></i> (587)985-1922
</span>
</div> !-->
<!-- <div class="major-section">
<span class="section-heading"><i class="ion-ios-heart"></i> Mentorship</span>
<hr class=section-line>
<ul>
<li>
<span class="left"><b>FIRST Tech Challenge</b> - <i>Volunteer</i></span>
<span class="right date">2014–2017</span>
<br>
<ul>
<li>Volunteered at robotics competition where I taught children how
to develop and debug <code>C</code> and <code>Java</code> based software</li>
</ul>
</li>
</ul>
</div>!-->
</div>
</div>
</div>
</body>
</html>