-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.html
More file actions
492 lines (453 loc) · 23.1 KB
/
resume.html
File metadata and controls
492 lines (453 loc) · 23.1 KB
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
492
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<title>Patrick Canella - Resume</title>
<link rel="stylesheet" href="
../css/fontawesome.css">
<link href="../css/resume_style.css" rel="stylesheet" type="text/css">
</head>
<body cz-shortcut-listen="true">
<div id="resume">
<header id="header">
<div>
<h1 class="name">Patrick Canella</h1>
<h2 class="label">Front End Engineer</h2>
</div>
</header>
<section id="basics">
<div id="contact">
<div class="website">
<a href="https://pcanella.github.io/">patcanella.com</a>
</div>
<div class="email">
<span class="fa fa-envelope"></span>
<a href="mailto:patrickcanella@gmail.com">patrickcanella@gmail.com</a>
</div>
</div>
</section>
<section class="section">
<h2 class="section-title">Experience</h2>
<section id="work">
<header>
<h3 class="name">
eBay Inc
</h3>
<div class="date">
<span class="startDate">
September 2020
</span>
<span class="endDate">
- Present
</span>
</div>
</header>
<div class="item">
<div class="position">
Member of Technical Staff II & Front End Lead - Monetization (Shipping Organization)
</div>
<div class="website">
<a href="https://www.ebay.com/">ebay.com</a>
</div>
<div class="summary">
<div class="medium-header">Summary</div>
<p>Leads the front-end architecture and development of both internal and external Monetization web applications using React, Node.js, and GraphQL. Partners closely with product managers, designers, and back-end engineers to drive feature implementation, create reusable React components, and produce high-level design documentation.</p>
</div>
<div class="medium-header">Main Responsibilities</div>
<ul class="highlights">
<li>Actively creates responsive, scaleable, React and Typescript based web components for production facing applications.</li>
<li>Led the creation of an internal Design System for eBay's internal tools, enhancing consistency and developer efficiency across front end applications. Regularly collaborates directly with product organization to design and prototype new features in Figma, shaping the user experience and functionality of new internal products.</li>
<li>Agile lead of the team's charter for front end and back end teams. Introduced many agile methods in order to increase our team's velocity and focus on what's most important for the customer.</li>
<li>Overhauled our Front End automation testing for both internal and external facing codebases using Cypress.io, an open source automation framework.</li>
<li>Actively works to rethink and refactor legacy codebases rather than just build on top of them, while keeping up code quality, security and other dependency updates.</li>
<li>Plans and executes monthly code deployments, including writing proper automation tests, release plan coordination across the stack and site speed testing. </li>
<li>Regularly mentors junior engineers through processes like code review, highlights the details of our development
environment and guides them through the general structure of reusable components for further platform
development</li>
<li>Frequently presents design documentation and brown bags to a larger front end audience focused both in the Shipping organization and as far reaching as company wide internal front end conferences.</li>
</ul>
<ul class="keywords">
<div class="medium-header">Primary Technologies Used</div>
<li>NodeJS & NPM</li>
<li>React</li>
<li>GraphQL</li>
<li>TypeScript</li>
<li>Javascript</li>
<li>Figma</li>
<li>MarkoJS (React-like framework)</li>
<li>HTML5</li>
<li>CSS3</li>
<li>LESS & SASS</li>
<li>Java</li>
<li>Jenkins</li>
</ul>
</div>
<header>
<h3 class="name">
eBay Inc
</h3>
<div class="date">
<span class="startDate">
March 2016
</span>
<span class="endDate">
- September 2018
</span>
</div>
</header>
<div class="item">
<div class="position">
Software Engineer III - Search
</div>
<div class="website">
<a href="https://www.ebay.com/">ebay.com</a>
</div>
<div class="summary">
<div class="medium-header">Summary</div>
<p>Worked primarily on the refinements search feature on both mobile and desktop platforms. Helped to lead a migration from our older Java stack to NodeJS, as well as a complete overhaul of the UI & Back End. Was integral in the architecture, planning and implementation of this migration piece.</p>
</div>
<div class="medium-header">Highlights</div>
<ul class="highlights">
<li>Recreated current production search experience in NodeJS in order to migrate away from
existing Java/JSP stack.</li>
<li>Created not only cross-browser compatible UI modules, but also thorough unit and functional
tests as well as stringent accessibility requirements for every component to ensure the
highest level of code quality is upheld</li>
<li>Organized and performed "brown bag" talks for engineering staff in order to share findings
and encourage adopting modern web standards and practices</li>
</ul>
<ul class="keywords">
<div class="medium-header">Primary Technologies Used</div>
<li>HTML5</li>
<li>CSS3</li>
<li>Javascript & jQuery</li>
<li>MarkoJS</li>
<li>Dust</li>
<li>LESS & SASS</li>
<li>Java/JSP</li>
<li>NodeJS & NPM</li>
</ul>
</div>
<header>
<h3 class="name">
eBay Inc
</h3>
<div class="date">
<span class="startDate">
August 2013
</span>
<span class="endDate">
- March 2016
</span>
</div>
</header>
<div class="item">
<div class="position">
Software Engineer II - Engagement & Personalization Front End
</div>
<div class="website">
<a href="https://www.ebay.com/cln">eBay Collections (defunct)</a>
</div>
<div class="summary">
<div class="medium-header">Summary</div>
<p>Integral in the front end architecture of eBay’s Product Tours, Collections, and Personal
Shopper products, redesigning modules such as user edit functionality, collection detail
page and several other eBay related web applications.</p>
</div>
<ul class="highlights">
<div class="medium-header">Highlights</div>
<li>Worked primarily on eBay Collections</li>
<li>Created various UI components that would eventually be used across multiple teams and
domains</li>
<li>Focused on desktop, tablet and mobile devices using both responsive and adaptive web
development techniques</li>
</ul>
<ul class="keywords">
<div class="medium-header">Primary technologies identical to current position</div>
</ul>
</div>
<header>
<h3 class="name">
Mercyhurst University
</h3>
<div class="date">
<span class="startDate">
May 2011
</span>
<span class="endDate">
- July 2013
</span>
</div>
</header>
<div class="item">
<div class="position">
Web Developer & Administrator
</div>
<div class="website">
<a href="https://mercyhurst.edu/">mercyhurst.edu</a>
</div>
<div class="summary">
<div class="medium-header">Summary</div>
<p>Built and supported many complex web applications intended for the use of several thousand
users across multiple campuses. Also developed both front and back end architecture of all
internal websites, including the main student
Portal,a staple of a student’s daily web-related activities. </p>
</div>
<ul class="highlights">
<div class="medium-header">Highlights</div>
<li> Built publicly facing WordPress site, my.mercyhurst.edu, in order to allow incoming and existing students to read, complete forms and perform any other actions necessary without requiring login access.</li>
<li>Maintained student portal, my.mercyhurst.edu using Wordpress and Microsoft Sharepoint</li>
<li>Developed and designed all PHP & ASP.NET driven sites, including 20+ web applications
that were personally built and maintained in-house.</li>
</ul>
<ul class="keywords">
<div class="medium-header">Primary Technologies Used</div>
<li>HTML5</li>
<li>Microsoft SharePoint</li>
<li>C#</li>
<li>ASP.NET</li>
<li>SQL Server 2012</li>
<li>Microsoft IIS Server</li>
<li>Javascript</li>
<li>HTML5</li>
<li>CSS3</li>
<li>WordPress</li>
<li>PHP</li>
<li>MySQL</li>
</ul>
</div>
<header>
<h3 class="name">
Allegheny College
</h3>
<div class="date">
<span class="startDate">
August 2008
</span>
<span class="endDate">
- May 2011
</span>
</div>
</header>
<div class="item">
<div class="position">
Web Developer - Intern
</div>
<div class="website">
<a href="https://www.allegheny.edu/">allegheny.edu</a>
</div>
<div class="summary">
<p>Worked on various aspects of Allegheny College’s website, predominantly using WordPress, PHP,
CSS and HTML.</p>
</div>
<ul class="highlights">
<li>Built web applications for the department, mainly built using PHP, CSS and HTML as well as
implementing WordPress across the department as a whole.</li>
</ul>
<ul class="keywords">
<div class="medium-header">Primary Technologies Used</div>
<li>HTML5</li>
<li>WordPress</li>
<li>PHP</li>
<li>MySQL</li>
<li>HTML</li>
<li>CSS</li>
<li>Javascript</li>
<li>Adobe Photoshop</li>
<li>Adobe Illustrator</li>
</ul>
</div>
</section>
</section>
<section class="section">
<h2 class="section-title">Education</h2>
<section id="education">
<header>
<h3 class="institution">
Allegheny College
</h3>
<div class="date">
<span class="startDate">
2007
</span>
<span class="endDate">
- 2011
</span>
</div>
</header>
<div class="item">
<div class="area">
B.S. Applied Computing
</div>
</div>
</section>
</section>
<section class="section">
<h2 class="section-title">Complete Skillset</h2>
<section id="skills">
<div class="item">
<div class="name medium-header">
Front End Development
</div>
<ul class="keywords">
<li>React</li>
<li>JavaScript/TypeScript</li>
<li>MarkoJS</li>
<li>HTML5</li>
<li>CSS3</li>
<li>jQuery</li>
<li>LESS & SASS</li>
<li>Bootstrap</li>
<div class="small-header">Experience with:</div>
<li>VueJS</li>
<li>Backbone</li>
<li>Ember</li>
<li>Meteor</li>
</ul>
</div>
<div class="item">
<div class="name medium-header">
Back End & CMS Development
</div>
<ul class="keywords">
<li>NodeJS & Express</li>
<li>Firebase</li>
<li>WordPress</li>
<li>WordPress Custom Plugins</li>
<li>PHP</li>
<li>Java Enterprise</li>
<li>C#</li>
<li>ASP.NET</li>
<li>Microsoft SharePoint</li>
</ul>
</div>
<div class="item">
<!-- <div class="name medium-header">
DevOps Expertise
</div> -->
<div class="name medium-header"><!--Web Servers &-->Database Experience</div>
<ul class="keywords">
<!-- <li>Windows Server IIS</li>
<li>UNIX/Apache Tomcat</li> -->
<li>MySQL</li>
<li>SQL Server</li>
<li>SQLite</li>
<li>MongoDB</li>
</ul>
<div class="name medium-header">
Version Control & Continuous Integration</div>
<ul class="keywords">
<li>Git & Github</li>
<li>Jenkins & Travis CI</li>
<li>A/B testing in Production Environments</li>
<li>Chrome & Firefox Extension Development</li>
</ul>
</div>
<div class="item">
<div class="name medium-header">
Code Language Skillset
</div>
<ul class="keywords">
<div class="small-header">Fluent in:</div>
<li>Javascript</li>
<li>TypeScript</li>
<li>CSS3</li>
<li>HTML5</li>
<li>Objective-C</li>
<li>Swift</li>
<li>PHP</li>
<li>Java</li>
<li>C#</li>
<li>SQL</li>
</ul>
</div>
</section>
</section>
<section class="section">
<h2 class="section-title">Personal Projects & Accomplishments</h2>
<section id="interests">
<div class="item">
<span class="name medium-header">Personal Projects</span>
<ul class="list">
<li><a href="https://itunes.apple.com/us/app/fish-harmony/id1309770017">Fish Harmony iOS App - Available for Download</a></li>
<li><a href="https://klickytracker.app">KlickyTracker for iOS and Android; Playmobil Toy Collecting App</a>
<ul>
<li>
<a href="https://play.google.com/store/apps/details?id=com.klickytracker&hl=en_US">Google Play Store</a>
</li>
<li>
<a href="https://apps.apple.com/us/app/klickytracker/id1660636101?platform=iphone">iOS App Store</a>
</li>
</ul>
</li>
<li>More projects located at <a target="_blank"
href="http://github.com/pcanella">http://github.com/pcanella</a></li>
</ul>
</div>
<div class="item">
<span class="name medium-header">Tech Talks</span>
<ul class="list">
<li>Cypress.io: An Automation framework you’ll actually enjoy using! [Brownbag]
</li>
<li>Classic Computing and Modern JS? [Internal Conference Talk]</li>
<li>React through the eyes of a Marko developer [Internal Conference Workshop]</li>
<li><a
href="https://docs.google.com/presentation/d/1x5U6NnUFwWP_TLm0j4l4Bgj0ei14xsBTbnttzNtwljk/edit?usp=sharing">Raspberry
Pi & NodeJS: A Wonderful Partnership?</a> [Internal Conference Talk]</li>
<li>Brown Bag: Service Workers - <a
href="https://docs.google.com/presentation/d/1afcJ-VikiGmme7h-Ni8QwPbgF0RN-eW3_7LLUfJXvC4/edit?usp=sharing">What
are they and why does everyone keep talking about
them?</a> [Internal]
</li>
</ul>
</div>
<div class="item">
<span class="name medium-header">Open Source Contributions</span>
<ul class="list">
<li><a href="https://github.com/eBay/step-navigator/">eBay Step Navigator</a>: Advanced Progress Stepper Reusable component made in MarkoJS</a> [Creator/Maintainer]</li>
<li> <a href="https://github.com/ebay/skin">eBay UI/eBay Skin</a>: Open Source Design & Component
Library [Contributor]</li>
<li><a href="https://github.com/marko-js/marko">MarkoJS</a>: JS Framework used @ eBay
[Contributor]</li>
<li><a href="https://github.com/ebay/sketchSVG">eBay/SketchSVG</a>: OSS Sketch to SVG Compressor and Generator [Creator]</li>
<li><a href="https://marketplace.visualstudio.com/items?itemName=pcanella.marko">VSCode
Marko</a>: A
Plugin for Marko Syntax Highlighting [Over 10k+ installs, Deprecated]</li>
</ul>
</li>
</ul>
</div>
</section>
</section>
</div>
<script type="text/javascript">
/* <![CDATA[ */
(function (d, s, a, i, j, r, l, m, t) {
try {
l = d.getElementsByTagName('a');
t = d.createElement('textarea');
for (i = 0; l.length - i; i++) {
try {
a = l[i].href;
s = a.indexOf('/cdn-cgi/l/email-protection');
m = a.length;
if (a && s > -1 && m > 28) {
j = 28 + s;
s = '';
if (j < m) {
r = '0x' + a.substr(j, 2) | 0;
for (j += 2; j < m && a.charAt(j) != 'X'; j += 2) s += '%' + ('0' + ('0x' + a.substr(j, 2) ^ r).toString(16)).slice(-2);
j++;
s = decodeURIComponent(s) + a.substr(j, m - j)
}
t.innerHTML = s.replace(/</g, '<').replace(/>/g, '>');
l[i].href = 'mailto:' + t.value
}
} catch (e) { }
}
} catch (e) { }
})(document); /* ]]> */
</script>
</body>
</html>