-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.html
315 lines (313 loc) · 11.9 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
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
---
date: 2023-07-13 15:41:00 Z
permalink: "/resume/"
layout: page
---
<article class="print:lg:text-base">
<header>
<h1
class="flex items-center text-5xl lg:text-7xl print:lg:text-4xl font-bold font-sans tracking-tight"
>
<svg
class="block mr-4 text-yellow-500"
fill="currentColor"
xmlns="http://www.w3.org/2000/svg"
width="60"
height="60"
viewBox="0 0 174 172"
>
<path
d="M0 0v172c47.5 0 86-38.5 86-86V0H0zM88 86c0 47.5 38.5 86 86 86V0c-47.5 0-86 38.5-86 86z"
/>
</svg>
<span class="block">Justin Conway</span>
</h1>
<p>
Wheaton, IL —
<span class="hidden print:inline-block">conwaydev.com —</span>
<a href="mailto:justin@conwaydev.com" class="underline"
>justin@conwaydev.com</a
>
</p>
</header>
<section class="py-8 lg:py-16 print:lg:pt-8 print:lg:pb-4">
<h2 class="font-sans font-bold tracking-tight text-3xl print:text-xl">
Profile
</h2>
<p class="mt-4 lg:mt-8 print:lg:mt-2 print:text-sm">
Chicago-based Engineering Manager with over fifteen years of experience
solving problems with web technologies. I am interested in creating
performant experiences for users regardless of ability and leading
passionate/ curious teams to ship awesome/ rad work.
</p>
</section>
<section class="py:8 lg:py-16 print:lg:py-4">
<h2 class="font-sans font-bold tracking-tight text-3xl print:text-xl">
Skills
</h2>
<div class="lg:grid lg:grid-cols-12 mt-4 lg:mt-8 print:lg:mt-2 print:lg:text-base">
<div class="lg:col-span-2">
<h3 id="languages" class="font-sans">Languages</h3>
</div>
<div
aria-labelledby="languages"
class="lg:col-span-10 text-lg print:text-sm"
>
<ul class="list-disc pl-6">
<li>
HTML
<span class="print:hidden"
>(yes, HTML is a programming language)</span
>
</li>
<li class="mt-0">
CSS
<span class="print:hidden"
>(these days I am more interested in atomic-based CSS,
particularly for teams, but boy-howdy is it fun to write CSS in
2023)</span
>
</li>
<li class="mt-0">
JavaScript
<ul class="pl-6 list-disc">
<li class="mt-0">TypeScript</li>
<li class="mt-0">Node</li>
<li class="mt-0">React</li>
<li class="mt-0">
Hacking on Google’s AMP-script component like its a sudoku
puzzle
</li>
<li class="mt-0">Svelte</li>
</ul>
</li>
<li class="mt-0">
PHP
<span class="print:hidden"
>(Once in a job interview for a role I didn’t get I was embarassed
to say that I wrote in PHP, but the hiring manager said “You know,
one of the P’s in PHP stands for <em>Pays the bills</em>.” I’ll
never forget that)</span
>
</li>
<li class="mt-0">MySQL</li>
<li class="mt-0">MongoDB</li>
<li class="mt-0">
Terraform
<span class="print:hidden"
>(as well as various tools to make the AWS landscape more
maintainable)</span
>
</li>
<li class="mt-0">
Python
<span class="print:hidden"
>(mainly used for web scraping, but if you have a Python challenge
then put me in coach)</span
>
</li>
</ul>
</div>
</div>
<div class="lg:grid lg:grid-cols-12 mt-4 lg:mt-8 print:lg:mt-2 print:lg:text-base">
<div class="lg:col-span-2">
<h3 id="misc" class="font-sans">Misc</h3>
</div>
<div aria-labelledby="misc" class="lg:col-span-10 text-lg print:text-sm">
<ul class="list-disc pl-6">
<li class="mt-0">
Inclusive and equitable hiring process creation & improvement
</li>
<li class="mt-0">OKR creation and measurement</li>
<li class="mt-0">Cross-organization program management</li>
<li class="mt-0">
On-call support rotation management, and monitoring set up (DataDog,
PagerDuty, Pingdom)
</li>
<li class="mt-0">Web performance budgeting and tooling</li>
<li class="mt-0">Making websites work in IE7</li>
<li class="mt-0">Continuous integration (Jenkins, GitHub Actions)</li>
</ul>
</div>
</div>
</section>
<section class="py-8 lg:py-16 print:lg:py-4">
<h2 class="font-sans font-bold tracking-tight text-3xl print:text-xl">
Experience
</h2>
<div class="lg:grid lg:grid-cols-12 mt-4 lg:mt-8 print:lg:mt-2">
<div class="lg:col-span-2">
<h3 id="sprout-social" class="font-sans text-2xl print:lg:text-lg">
Sprout Social
</h3>
<p class="text-sm print:text-xs mt-0">Chicago, IL</p>
</div>
<div
aria-labelledby="sprout-social"
class="lg:col-span-10 text-lg mt-4 lg:mt-0"
>
<ul>
<li>
<h4 class="lg:text-2xl font-sans print:lg:text-lg">
Senior Engineering Manager
</h4>
<p class="text-sm print:text-xs mt-0">May 2022 — Present</p>
<ul class="mt-4 pl-6 list-disc print:text-sm">
<li class="mt-0">
In charge of our Brand Creative Web Engineering team.
Responsible for managing the resourcing and intake of projects,
prioritization, and ensuring team growth and stability.
</li>
<li class="mt-0">
Responsible for hiring, coaching, and mentoring an engineering
team focused on creating accessible and performant web
experiences that create and drive engagement and conversion.
</li>
<li class="mt-0">
Achieved one of the fastest hiring rounds in Sprout history with
a role kick-off meeting ➡️ verbal acceptance in 28 days (and one
of my proudest hires to-date ☺️).
</li>
</ul>
<h4 class="lg:text-2xl mt-4 font-sans print:lg:text-lg">
Engineering Manager
</h4>
<p class="text-sm print:text-xs mt-0">September 2019 — May 2022</p>
<ul class="mt-4 pl-6 list-disc print:text-sm">
<li class="mt-0">
Received an award for exemplifying our Global Leadership Model
around hiring, coaching, developing talent, and modeling
inclusive leadership.
</li>
<li class="mt-0">
Collaborated with our Revenue partners to create improvement
strategies with process and vision alignment and create
actionable long-term goals for our team.
</li>
<li class="mt-0">
Created on-call rotation processes to ensure confidence from our
partners across the organization.
</li>
</ul>
<h4 class="lg:text-2xl mt-4 font-sans print:lg:text-lg">
Senior Web Engineer
</h4>
<p class="text-sm print:text-xs mt-0">June 2018 — September 2019</p>
<ul class="mt-4 pl-6 list-disc print:text-sm">
<li class="mt-0">
Received a company value award for technical contributions to
our Marketing technology stack.
</li>
<li class="mt-0">
Created and maintained the infrastructure still utilized by our
Marketing and Sales partners, including setting up alerting,
performance testing, and continuous integration and delivery to
ensure developer confidence.
</li>
<li class="mt-0">
Implementation of a Content Management System and process
creation to enable our Marketing partners to do their job more
effectively with less of a bottleneck from development.
</li>
<li class="mt-0">
Standardized our approach to web accessibility and the creation
of baseline performance metrics for our Marketing stakeholders
and Brand Creative developers.
</li>
</ul>
<h4 class="lg:text-2xl mt-4 font-sans print:lg:text-lg">
Web Engineer
</h4>
<p class="text-sm print:text-xs mt-0">July 2015 — June 2018</p>
<ul class="mt-4 pl-6 list-disc print:text-sm">
<li class="mt-0">
Collaborated with Visual design and Marketing to bring marketing
site landing pages and paid media campaigns to life.
</li>
<li class="mt-0">
Created technical improvements to our WordPress stack and
simplified our deployment process.
</li>
<li class="mt-0">
Worked with cross-department engineers to share components and
develop a shared design system.
</li>
</ul>
</li>
</ul>
</div>
</div>
<div class="lg:grid lg:grid-cols-12 mt-4 lg:mt-8 print:lg:mt-2">
<div class="lg:col-span-2">
<h3 id="stagebloc" class="font-sans text-2xl print:lg:text-lg">
StageBloc
</h3>
<p class="text-sm print:text-xs mt-0">Chicago, IL</p>
</div>
<div
aria-labelledby="stagebloc"
class="lg:col-span-10 text-lg mt-4 lg:mt-0"
>
<ul>
<li>
<h4 class="lg:text-2xl font-sans print:lg:text-lg">
Front End Developer
</h4>
<p class="text-sm print:text-xs mt-0">November 2013 — July 2015</p>
<ul class="mt-4 pl-6 list-disc print:text-sm">
<li class="mt-0">
Worked as part of StageBloc’s front-end team, creating new
features as well as optimizing and refactoring existing
functionality.
</li>
<li class="mt-0">
Played a critical role in product and UX brainstorming sessions.
</li>
<li class="mt-0">
Developed custom websites and themes for music artists such as
Kid Rock, Eric Church, Kenny Chesney, and Metallica.
</li>
</ul>
</li>
</ul>
</div>
</div>
<div class="lg:grid lg:grid-cols-12 mt-4 lg:mt-8 print:lg:mt-2">
<div class="lg:col-span-2">
<h3 id="fivethirty" class="font-sans text-2xl print:lg:text-lg">
530MediaLab
</h3>
<p class="text-sm print:text-xs mt-0">Long Beach, CA</p>
</div>
<div
aria-labelledby="fivethirty"
class="lg:col-span-10 text-lg mt-4 lg:mt-0"
>
<ul>
<li>
<h4 class="lg:text-2xl font-sans print:lg:text-lg">
Lead Front End Developer
</h4>
<p class="text-sm print:text-xs mt-0">August 2011 — October 2013</p>
<ul class="mt-4 pl-6 list-disc print:text-sm">
<li class="mt-0">
Worked as a team lead of 8 developers to provide development
support to an agency primarily focused on lifestyle and
streetwear brands.
</li>
<li class="mt-0">
Spent a large amount of time handling git merge conflicts.
</li>
</ul>
</li>
</ul>
</div>
</div>
</section>
<button
onclick="window.print()"
class="underline mt-8 text-base hidden lg:block print:lg:hidden"
>
Click to print resume
</button>
</article>