-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcv.html
491 lines (448 loc) · 15.1 KB
/
cv.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
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
---
permalink: /cv
sitemap: false
---
<html>
<head>
<title>Andrew Powell - Curriculum Vitae</title>
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<link href="https://fonts.googleapis.com/css?family=Inconsolata|Open+Sans:300,400,700" rel="stylesheet">
<style type="text/css">
body, html {
background: #676767;
color: #474747;
font: 10px 'Open Sans', sans-serif;
line-height: 1.4;
padding: 3.2rem 0;
}
table {
color: #474747;
font: 10pt 'Open Sans', sans-serif;
line-height: 1.4;
width: 100%;
}
td {
vertical-align: top;
}
a,
a:visited
a:active
a:hover {
color: #81982a;
text-decoration: none;
}
main {
background: #fff;
border-bottom: 10px solid #98B232;
border-top: 10px solid #474747;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
display: table;
font-size: 10pt;
margin: 0 auto;
position: relative;
width: 816px;
}
header {
border-bottom: 1px solid #efefef;
padding: 2rem 0 0.8rem 0;
text-align: center;
}
header h1 {
font-size: 36pt;
font-weight: 300;
margin: 0;
position: relative;
text-transform: uppercase;
}
header h1:after {
background: #98B232;
bottom: -1rem;
content: "";
height: 0.1rem;
left: 50%;
position: absolute;
transform: translateX(-50%);
width: 16.2rem;
}
header h2 {
font-size: 14pt;
font-weight: normal;
line-height: 3.0rem;
margin: 0;
padding-top: 2rem;
}
article {
padding: 2rem 1rem 0 1rem;
}
table tr td:nth-child(1) {
padding: 0 0.7rem;
width: 20.2rem;
}
table tr td:nth-child(2) {
padding: 0 0.7rem;
width: 50.2rem;
}
table.work tr td:nth-child(1) {
padding: 0 0.7rem 3rem 0.7rem;
width: 13.9rem;
}
table.work tr td:nth-child(2) {
padding: 0 0.7rem 3rem 0.7rem;
width: 37.4rem;
}
hr {
border-width: 0.75pt 0px 0px;
color: rgb(136, 136, 136);
height: 0.75pt;
}
h3 {
font-size: 13pt;
font-weight: normal;
margin: 0;
padding-bottom: 0.2rem;
}
h4 {
font-size: 12pt;
margin: 0;
padding: 0;
}
h5 {
font-size: 11pt;
margin: 0;
padding: 0;
}
h6 {
font-size: 11pt;
font-style: italic;
font-weight: normal;
margin: 0;
padding: 0;
}
p.bullets {
line-height: 1.6;
}
p.dim {
color: #b7b7b7;
font-style: italic;
}
span.dim {
color: #ddd;
}
p.dur, span.dur {
font-size: 9pt;
}
.loc {
font-size: 9pt;
}
footer {
padding: 0 2rem 1rem 2rem;
font-size: 8pt;
font-style: italic;
}
</style>
</head>
<body>
<main>
<header>
<h1>
<strong>Andrew </strong> Powell
</h1>
<h2>Software Engineer, Architect</h2>
</p>
</header>
<article>
<table>
<tbody>
<tr>
<td colspan="1" rowspan="1">
<h3>
<strong>Let's</strong> Connect
</h3>
<hr>
<p class="bullets">
powella@gmail.com<br/>
813-774-4892<br/>
<span class="dim">⎼⎼⎼</span><br/>
<a href="http://shellscape.org">shellscape.org</a><br/>
<a href="https://github.com/shellscape">github.com/shellscape</a><br/>
<a href="https://www.linkedin.com/in/powellonaboat">linkedin.com/in/powellonaboat</a><br/>
</p>
<h3>
<strong>Tech</strong> I Love
</h3>
<hr/>
<p class="bullets">
⠔ CSS3<br/>
⠔ ES6+<br/>
⠔ Git<br/>
⠔ HTML5<br/>
⠔ JavaScript<br/>
⠔ Koa<br/>
⠔ Linters<br/>
⠔ Node.js<br/>
⠔ NPM<br/>
⠔ Vue.js<br/>
⠔ Webpack<br/>
⠔ WebSockets
</p>
<h3>
<strong>Personal </strong> Skills
</h3>
<hr>
<p class="bullets">
⠔ Community Interaction<br/>
⠔ Distributed Teams<br/>
⠔ Planning and Organization<br/>
⠔ Project Management<br/>
⠔ Remote Communication<br/>
⠔ Task Management<br/>
⠔ Time Management
</p>
<h3>
<strong>Education</strong>
</h3>
<hr>
<p>
<em>Central Michigan University</em>
Computer Science<br/>
1999 - 2004
</p>
<h3>
<strong>Personal </strong> Projects
</h3>
<hr>
<p class="dim">
please visit
<a href="https://github.com/shellscape">github.com/shellscape</a>
for details and additional projects
</p>
<h4>mocha-chrome</h4>
<p>
Run Mocha tests using headless Google Chrome
</p>
<h4>Koa</h4>
<p>
<em>koa-webpack</em> for webpack development with Koa.
<em>koa-hbs</em> for <em>Handlebars</em> rendering within<em>Koa</em>.
</p>
<h4>PostCSS</h4>
<p>
<em>postcss-less</em> provides a <em>LESS</em> syntax for
<em>PostCSS</em>, <em>postcss-values-parser</em> provides
property values parsing for <em>PostCSS</em>.
</p>
<hr/>
<p>
<em>Multiple references available upon request</em>
</p>
</td>
<td colspan="1" rowspan="1">
<h3>
<strong>Who</strong> I Am
</h3>
<hr>
<p>
I am a
<a href="http://www.sleepeasysoftware.com/coder-vs-programmer-vs-software-engineer-vs-architect-vs">Software Engineer</a>
and
<a href="https://www.google.com/url?q=https://en.wikipedia.org/wiki/Software_architecture">Architect</a>
and I love what I do. My passions presently lie with JavaScript,
Node.js, Open Source, Tooling, Analytics, Performance, User
Experience (UX), Standards, and Best Practices. Great documentation
is important to me and I take joy from removing technical debt.
I value Open Source Software and am an active contributor. I am
a seasoned and highly effective remote engineer.
</p>
<br/>
<h3>
<strong>Accomplishments</strong> Of Note
</h3>
<hr>
<h4>webpack</h4>
<p>
Webpack is a static asset and JavaScript bundler used by millions
of developers. With over 33,000 stars on github and 4,000+ forks,
it is arguably the most popular JavaScript bundler used today
around the world.
</p>
<p>
I am one of the newest members of the Webpack core development
team helping triage issues, organize future development plans,
and oversee both <em>webpack-dev-middleware</em> and
<em>webpack-dev-server</em> as lead as of June 2017. Under my
guidance <em>webpack-dev-server</em> has grown to amass 1.3
million downloads per month, up from 725,000, and has an
estimated 1.5 million users per day.
</p>
<p>
During my tenure with the project I have been responsible for
92% of maintenance and contributions, including:</br>
⠔ 200+ commits<br/>
⠔ 250+ triaged, closed issues<br/>
⠔ 275+ reviewed pull requests
</p>
<h4>Analytics and Tracking</h4>
<p>
At <em>Gilt.com</em> I was able to redefine client event tracking
and analytics collection processes, which provided far greater
data fidelity and reliability for both in-house and third party
services. Development of the <em>Gumshoe</em> analytics and event
library was key to this effort and allowed us to validate, in
real-time, eventing and event data. The initiative led to a 40%
increase in the volume of data collected, 30% rise in partner
revenue, and translated to a 15% savings due to increased pricing
and purchasing accuracy.
</p>
<p>
<span>I lead the project to audit and redevelopment the tagging
and tracking platforms for both <em>Gilt.com</em> and <em>Saks.com</em>.
The effort resulted in a 50% reduction in total load time for
<em>Gilt.com</em> and an 85% reduction for <em>Saks.com</em>.
</p>
<h4>Node.js</h4>
<p>
When I joined
<em>Gilt.com</em> their stack was anchored by a distributed Scala
platform. This was cumbersome and presented a high learning curve
to Front End developers at the company. Deployments of the Scala
stack were measured in <em>hours</em>. I was tasked with and lead
the project to develop a Node.js Framework for web applications,
upon which all of <em>Gilt.com's</em> individual web apps would run.
</p>
<p>
Since implementation of the Node Framework, deployment time for
apps fell by 98%, development of new features and maintenance of
existing code require one quarter of the time required prior, for
a sizable savings in developer-hours.
</p>
<br/>
<h3>
<strong>Professional</strong> Experience
</h3>
<hr>
<table class="work">
<tbody>
<tr>
<td colspan="1" rowspan="1">
<h5>Principal Engineer</h5>
<p class="dur">
April 2013 - Present
</p>
<p class="loc">
New York, NY</br>
Remote
</p>
</td>
<td colspan="1" rowspan="1">
<h6>Gilt.com / Hudson Bay Company</h6>
<p>
Planned and developed customer facing and non-customer
facing platform components and features.
</p>
<p>
Developed and implemented an open source, company-wide,
Gulp-based tooling suite <em>Swig</em> and successor
<em>Bosun</em>.
</p>
<p>
Maintained and migration from legacy Rake build tools.
</p>
<p>
Multiple NPM Registry migrations and registry administration.
</p>
<p>
Misc work with A/B Testing, Scala, Amazon S3, Amazon EC2,
Akamai, and Cloudflare.
</p>
<p>
<em>See: Accomplishments of Note</em>
</p>
</td>
</tr>
<tr>
<td colspan="1" rowspan="1">
<h5>Senior Engineer, Architect</h5>
<p class"dur">
Oct 2012 – April 2013
</p>
<p class="loc">
Distributed<br/>
Remote
</p>
</td>
<td colspan="1" rowspan="1">
<h6>Semantic Press, Inc.</h6>
<p>
Front-end web development leveraging Node.js, Express,
jQuery UI, RESTful APIs, dynamic data and evented
application models.<br/><br/>
C# Data Visualization and Modeling Client with embedded
JavaScript capabilities.
</p>
</td>
</tr>
<tr>
<td colspan="1" rowspan="1">
<h5>Senior Developer</h5>
<p class="dur">
May 2010 – Oct 2012
</p>
<p class="loc">
Distributed<br/>
Remote
</p>
</td>
<td colspan="1" rowspan="1">
<h6>appendTo, LLC</h6>
<p>
High-fidelity front-end web development leveraging Node.js,
Underscore.js, Backbone.js, Modernizr, AmplifyJS, jQuery
Mobile, jQuery UI, loose-coupling paradigms, and messaging.
</p>
<p>
Technical analysis, assessment and research for large
scale web app implementations.
</p>
<p>
Project management, requirements discovery, client support
and demonstration.
</p>
<p>
Web services development and consumption.
</p>
<p>
<em>jQuery UI</em> Project member.
</p>
</td>
</tr>
<tr>
<td colspan="1" rowspan="1">
<h5>Additional Work</h5>
</td>
<td colspan="1" rowspan="1">
<h5>Web Development Lead</h5>
</p>
<p>
<span class="dur">Oct 2008 – May 2010</span>
<h6>Vectorform</h6>
</p>
<h5>Senior Web Developer</h5>
<p>
<span class="dur">Jan 2005 – Oct 2008</span>
<h6>Stardock Systems, Inc.</h6>
</p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</article>
<footer>
rv 11062017
</footer>
</main>
</body>
</html>