-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
166 lines (156 loc) · 6.1 KB
/
index.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="en">
<head>
<title>Aaron LaBrie</title>
<meta charset="utf-8" />
<meta name="author" content="Aaron LaBrie" />
<meta name="description" content="Personal Site & Resume" />
<meta name="google-site-verification" content="Js4sBGPRalSegifVsC-ut_cyk_zzNL-Xq4cz7UNnbc0" />
<meta property="og:title" content="Aaron LaBrie" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Personal Site & Resume" />
<meta property="og:url" content="https://aaronlabrie.com" />
<meta property="og:image" content="https://aaronlabrie.com/preview.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/png" href="/favicon.png" />
<link rel="stylesheet" type="text/css" href="/style.css" />
</head>
<body>
<div id="site">
<h1 id="name">Aaron LaBrie</h1>
<span class="info">senior software engineer</span>
<span class="info">
<a
href="mailto:[email protected]"
title="email me!"
target="_blank"
rel="noopener noreferrer"
>
</a>
</span>
</div>
<div id="resume">
<section id="contact">
<h1>Aaron LaBrie</h1>
<p>
<a href="mailto:[email protected]">[email protected]</a>
</p>
</section>
<section id="technology">
<h3>Technology</h3>
<div class="wrapper">
<div>
<ul>
<li>TypeScript, JavaScript, ES6+</li>
<li>React, Redux, GraphQL</li>
<li>Accessibility, Performance, SEO</li>
</ul>
</div>
<div>
<ul>
<li>Golang, Node</li>
<li>Docker, Kubernetes</li>
<li>AWS, Terraform</li>
</ul>
</div>
</div>
</section>
<section id="employment">
<h3>Employment</h3>
<strong>Varsity Tutors</strong>
<div class="content">
<p>Senior Software Engineer, Current Role</p>
<ul>
<li>Lead UI engineer for ecommerce side of a digital education platform</li>
<li>
Worked closely with design, product, and executive stakeholders to reduce customer
friction
</li>
<li>
Developed standards for company-wide GitHub Actions usage and led the migration from
the legacy CI/CD platform
</li>
<li>Led adoption of TypeScript to improve code safety and developer experience</li>
</ul>
</div>
<strong>Popdog</strong>
<div class="content">
<p>Senior Software Engineer</p>
<ul>
<li>
Greenfield front-end development on highly-interactible site designed for streaming
videogame content
</li>
<li>
Iterated with design and product on taking features from MVP to highly-polished and
shippable states
</li>
<li>Implemented performant, accessible, and localized component libraries</li>
<li>Designed and maintained infrastructure and deployments</li>
<li>Collaborated on design and implementation of backend features and services</li>
<li>
Led internal engineering summit designed to help reduce knowledge silos between teams
</li>
</ul>
</div>
<strong>Return Path</strong>
<div class="content">
<p>Senior Software Engineer, Technical Lead: 2018 - 2019</p>
<ul>
<li>Lead engineer on multi-application consumer product initiative</li>
<li>
Balanced business needs, product direction, design considerations, and engineering
capability
</li>
<li>Designed and maintained infrastructure and deployments</li>
<li></li>
<li>Advised other engineering teams on technology use and best practices</li>
<li>Mentored and developed skills of team members; interviewed prospective hires</li>
</ul>
<p>Software Engineer: 2015 - 2018</p>
<ul>
<li>
Led front-end development of React/Golang applications serving over one million users
</li>
<li>Developed features and tools for an API with over four million users</li>
<li>Led R&D projects such as generating GRPC clients from Protocol Buffers</li>
<li>Mentored and trained junior engineers across the stack</li>
<li>Evaluated front-end technologies/practices for long-term use</li>
<li>Designed and maintained open-source API client libraries</li>
<li>Rebuilt and modernized legacy user-facing applications</li>
</ul>
</div>
<strong>Tradelogic Corporation</strong>
<div class="content">
<p>Software Developer: 2013 - 2015</p>
<ul>
<li>Led front-end development of Angular/Node applications</li>
<li>Designed and maintained Wordpress sites, themes, and plugins</li>
<li>Developed libraries and SDKs for internal use</li>
<li>Performed usability testing and made UX improvements on existing software</li>
</ul>
</div>
<strong>Austin Baroque Orchestra</strong>
<div class="content">
<p>Technology Director: 2013 - Current</p>
<ul>
<li>Board member and technical director for a local non-profit baroque orchestra</li>
<li>Site administration, online ticket sales, and day-of logistics</li>
<li>Musical skills limited to appreciation only</li>
</ul>
</div>
</section>
</div>
<link
rel="stylesheet"
type="text/css"
href="https://fonts.googleapis.com/css?family=Josefin+Sans:600,400"
/>
<link
rel="stylesheet"
type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.3/normalize.min.css"
/>
</body>
</html>