-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathresume.html
555 lines (517 loc) · 18.4 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
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
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
<!doctype html>
<html lang="en-US">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Joseph Petitti's Resume</title>
<meta name="description" content="The resume of Joseph Petitti, a Senior Computer Science student at Worcester Polytechnic Institute" />
<meta property="og:title" content="Joseph Petitti's Resume" />
<meta property="og:description" content="The resume of Joseph Petitti, a Senior Computer Science student at Worcester Polytechnic Institute" />
<meta property="og:image" content="https://josephpetitti.com/images/portrait.jpg" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://josephpetitti.com/resume" />
<meta name="viewport" content="initial-scale=1.0, width=device-width" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/images/favicon-16.png" sizes="16x16" type="image/png">
<link rel="icon" href="/images/favicon-96.png" sizes="96x96" type="image/png">
<link rel="icon" href="/images/favicon-192.png" sizes="192x192" type="image/png">
<link rel="icon" href="/images/favicon-32.png" sizes="32x32" type="image/png">
<meta name="theme-color" content="#1f0053">
<link rel="stylesheet" href="webfonts/fonts.css" type="text/css">
<link rel="stylesheet" href="styles/fontawesome.min.css" type="text/css">
<link rel="stylesheet" href="styles/brands.css" type="text/css">
<link rel="stylesheet" href="styles/solid.min.css" type="text/css">
<link rel="stylesheet" href="styles/dark.css?v=1.0.8" type="text/css">
</head>
<body>
<!-- Header -->
<header>
<input type="checkbox" id="toggle-menu">
<label for="toggle-menu" id="mobile-nav" title="Navigation">
<i class="fas fa-bars"></i> Menu
</label>
<!-- Nav -->
<nav id="nav">
<label for="toggle-menu" id="mobile-nav-close" title="Close">
<i class="fas fa-times"></i> Close
</label>
<ul>
<li><a href="index">Home</a></li>
<li><a href="resume">Resume</a></li>
<li><a href="projects">Projects</a>
<ul>
<li><a href="afterlight-caves">Afterlight Caves</a></li>
<li><a href="kyoto-ar-tour-guide-app">
Kyoto AR <br> Tour Guide App
</a></li>
<li><a href="traffic-classifier">Traffic Classifier</a></li>
<li><a href="hong-kong-historic-conservation">
Hong Kong Historic <br> Conservation
</a></li>
<li><a href="meeting-scheduler">Algol Meeting Scheduler</a></li>
<li><a href="this-website">This Website</a></li>
<li><a href="tic-tac-toe">Tic-Tac-Toe</a></li>
</ul>
</li>
<li><a href="blog">Blog</a>
<li><a href="other">Other</a>
<ul>
<li><a href="dice">Dice</a></li>
<li><a href="ant">Langton's Ant</a></li>
<li><a href="rps">RPS Automaton</a></li>
<li><a href="type">Typing Game</a></li>
<li><a href="minesweeper">Minesweeper</a></li>
<li><a href="snake">Snake</a></li>
<li><a href="match">Color Match</a></li>
<li><a href="klotski">Klotski</a></li>
<li><a href="sliding-tetris">Sliding Tetris</a></li>
</ul>
</li>
</ul>
</nav>
</header>
<style>
main ul li {
margin-bottom: .25em;
}
ul.resume-list li span.left {
float: left;
}
ul.resume-list li span.right {
float: right;
text-align: right;
}
ul.resume-list>li {
padding-bottom: 1.75em;
}
ul.resume-list ul {
margin-bottom: 1.5em;
}
@media screen and (max-width: 600px) {
ul.resume-list li span.left, ul.resume-list li span.right {
float: none;
}
ul.resume-list>li {
padding-bottom: .5em;
}
}
img.resume {
max-width: 200px;
padding-right: 3em;
}
</style>
<!-- Main -->
<main id="main">
<h1 class="title">
JOSEPH PETITTI
<br>
RESUME
</h1>
<div class="main-links-holder long-buttons">
<a href="assets/resume.pdf" target=_blank">
<button class="long">
<span class="fas fa-file-alt"></span> Download PDF
</button>
</a>
<a href="https://github.com/jojonium" target=_blank">
<button class="long">
<span class="fab fa-github"></span> GitHub
</button>
</a>
</div>
<h2 id="education">Education</h2>
<ul class="resume-list">
<li>
<span class="left">
<strong>M.S. Computer Science</strong> <br>
<i>Worcester Polytechnic Institute</i> <br>
</span>
<span class="right">
Worcester, MA <br>
<i>May 2021</i> <br>
</span>
</li>
<li>
<span class="left">
<strong>B.S. Computer Science</strong> <br>
<i>Worcester Polytechnic Institute</i> <br>
</span>
<span class="right">
Worcester, MA <br>
<i>May 2020</i> <br>
</span>
</li>
</ul>
<h2 id="certifications">Certifications</h2>
<ul class="resume-list">
<li>
<span class="left">
<strong>Security+</strong> <br>
<i>CompTIA</i> <br>
</span>
<span class="right">
<i>Aug 2021</i> <br>
</span>
</li>
<li>
<span class="left">
<strong>Solutions Architect — Associate</strong> <br>
<i>Amazon Web Services</i> <br>
</span>
<span class="right">
<i>Jun 2021</i> <br>
</span>
</li>
</ul>
<h2 id="skills">Skills</h2>
<ul>
<li>
Kubernetes, Istio, RKE2/K3S, FluxCD, Helm, AWS, Fluent Bit, Coder,
Authservice, Svelte, Git
</li>
<li>
JavaScript/TypeScript, Java, Kotlin, Bash, Python, HTML/CSS, C,
LaTeX, Haskell
</li>
</ul>
<h2 id="experience">Experience</h2>
<ul class="resume-list">
<li>
<span class="left">
<strong>Solid State Scientific Corporation</strong> <br>
<i>Software Engineer</i> <br>
</span>
<span class="right">
Nashua, NH <br>
<i>Jun 2021–Present</i> <br>
</span>
</li>
<ul>
<li>
<strong>Kubernetes Infrastructure</strong>: Deployed and operated
multi-tenant Kubernetes platform for development and production
data processing.
</li>
<li>
<strong>DevSecOps PaaS</strong>: Provided modern CI/CD, platform to
tenant developer teams.
</li>
<li>
<strong>Public Sector Client</strong>: Met strict DoD requirements
for operating in government cloud environment.
</ul>
<li>
<span class="left">
<strong>Bio-CS Bridge Project, WPI</strong> <br>
<i>Full Stack Web Developer</i> <br>
</span>
<span class="right">
Worcester, MA <br>
<i>Oct 2019–May 2021</i> <br>
</span>
</li>
<ul>
<!--
<li>
<strong>NSF-Funded Research</strong>: Co-Principal Investigator on
NSF-funded (award number 1742446) research project: "Building
Educational Bridges Between Computer Science and Biology Through
Transdisciplinary Teamwork and Modular Curriculum Design"
</li>
-->
<li>
<strong><a href="https://beecology.wpi.edu/analysis" target="_blank" rel="noopener noreferrer">Front-End Visualization</a></strong>:
Designed Angular front-end data visualization tools for historical
corpus of ecology data.
</li>
<li>
<strong>Curriculum API</strong>: Designed and implemented Node.js
API for managing lesson plan metadata and files.
</li>
<li>
<strong>Data Analysis</strong>: Wrote Python flask API scripts for
performing data analysis for ecology hypotheses.
</li>
</ul>
<li>
<span class="left">
<strong>ASSISTments</strong> <br>
<i>Systems Engineer Intern</i> <br>
</span>
<span class="right">
Worcester, MA <br>
<i>Jun–Aug 2020</i> <br>
</span>
</li>
<ul>
<li>
<strong>AWS Migration</strong>: Migrated educational technology web
application used by thousands of students and teachers from
on-premises hardware to secure AWS cloud, involving
PostgreSQL, Java, Vue.js, and Python on Amazon RDS and EC2.
</li>
</ul>
<!--
<li>
<span class="left">
<strong>WPI</strong> <br>
<i>Teaching Assistant—Computer Science Department</i> <br>
</span>
<span class="right">
Worcester, MA <br>
<i>Aug 2018–Jun 2020</i> <br>
</span>
</li>
<ul>
<li>
<strong>Labs, Office Hours</strong>: Taught labs, held office hours,
and graded assignments for undergraduate computer science classes
</li>
</ul>
-->
<li>
<span class="left">
<strong>Wakefly, Inc.</strong> <br>
<i>IT Hosting Intern</i> <br>
</span>
<span class="right">
Marlborough, MA <br>
<i>May–Jul 2019</i> <br>
</span>
</li>
<ul>
<li>
<strong>Hosting Team</strong>: Managed installing, updating, and
troubleshooting virtual Windows and GNU/Linux servers hosting
Kentico, Umbraco, WordPress, etc. content management systems and
databases for dozens of clients.
</li>
<li>
<b>IT Tasks</b>: Independently completed IT tasks and organized
inventory as sole IT staff for office of 32 employees.
</li>
</ul>
<li>
<span class="left">
<b>MAPFRE Insurance</b> <br>
<i>Application Services Intern</i> <br>
</span>
<span class="right">
Webster, MA <br>
<i>May–Aug 2018</i> <br>
</span>
</li>
<ul>
<li>
<b>Enterprise Web Appraisal System</b>: The Enterprise Web Appraisal
System (EWAS) is a web application developed by MAPFRE for internal
use by their appraisers, automating the appraisal process and
increasing efficiency and consistency. Worked on application
services team to develop front-end and debug database.
</li>
<li>
<b>EWAS Front-End</b>: Developed and deployed dynamic web
application front-end in JavaScript/JQuery.
</li>
</ul>
</ul> <!-- resume-list -->
<h2 id="projects"><a href="projects">Projects</a></h2>
<ul class="resume-list">
<li>
<span class="left">
<strong><a href="https://digital.wpi.edu/concern/etds/cr56n394d"
rel="noopener noreferrer" target="_blank"> Appjudicator
</a></strong> <br>
<i>Master's Thesis</i>
</span>
<span class="right">
Worcester, MA <br>
<i>Aug 2020–May 2021</i>
</span>
</li>
<ul>
<li>
<strong>Android Host-Based SDN</strong>: Designed and implemented a
novel host-based software-defined networking (SDN) system for
Android. The application combines local UI interaction monitoring
with SDN policies for centralized anomaly detection and policy
enforcement.
</li>
</ul>
<li>
<span class="left">
<strong><a href="afterlight-caves">
<i>Afterlight Caves</i>
</a></strong> <br>
<i>Personal Project</i> <br>
</span>
<span class="right">
Worcester, MA <br>
<i>Nov 2019–Mar 2020</i>
</span>
</li>
<ul>
<li>
<b>Procedurally Generated Web Game</b>: Designed and built
performant, procedurally generated top-down shooter game for the web
with two other students. All engine code, game logic, and graphics
were made from scratch using only JavaScript. Selected by WPI to be
demonstrated at PAX East 2020.
</li>
</ul>
<li>
<span class="left">
<strong><a href="kyoto-ar-tour-guide-app">
Augmented Reality Tour Guide App
</a></strong> <br>
<i>Kyoto VR</i> <br>
</span>
<span class="right">
Kyoto, Japan <br>
<i>Jul–Oct 2019</i>
</span>
</li>
<ul>
<li>
<b>Audio Tour App</b>: Developed mobile app in team of three for
delivering audio tours with augmented reality features for historic
sites in Kyoto, Japan.
</li>
<li>
<b>Tour Editor</b>: Designed and deployed web application for
creating and version-managing extensible location-based audio tours
including vanilla JavaScript front-end and Node.js back-end.
</li>
</ul>
<li>
<span class="left">
<b><a href="hong-kong-historic-conservation">
Cultural Preservation and Promotion
</a></b> <br>
<i>Institute for Sustainable Urbanisation</i> <br>
</span>
<span class="right">
Central, Hong Kong <br>
<i>Jan–Mar 2019</i> <br>
</span>
</li>
<ul>
<li>
<b>Web Design</b>: Worked with a team of four to research and create
<a href="https://sctp.petitti.org/" target="_blank" rel="noreferrer noopener">prototype website</a> for
preservation and promotion of historically significant sites in Hong
Kong.
</li>
</ul>
<!--
<li>
<span class="left">
<b><a href="meeting-scheduler">
Algol Meeting Scheduler
</a></b> <br>
<i>Project Manager, WPI</i> <br>
</span>
<span class="right">
Worcester, MA <br>
<i>Nov–Dec 2018</i> <br>
</span>
</li>
<ul>
<li>
<b>Angular Front-End</b>: Independently developed responsive
front-end for schedule planning web app using TypeScript, Angular,
and Google's Material Design
</li>
<li>
<b>AWS Back-End</b>: Led team of four to develop Java API and MySQL
database in Amazon Web Services
</li>
</ul>
<li>
<b><a href="this-website">Personal Website</a></b>: Mar
2018–Present. Independently designed and developed personal
website to host projects. HTML, CSS, and JavaScript on CentOS server
using Nginx back-end
</li>
-->
</ul> <!-- resume-list -->
<!--
<h2 id="work-history">Work History</h2>
<ul>
<li>
<strong>Wakpominee Scout Camp</strong>: <i>Camp Counselor/Area
Director</i>, Fort Ann, NY, Summer 2015–2017
</li>
<li>
<strong>Guilderland High School Help Desk</strong>: <i>Student
Technician</i>, Guilderland, NY, Sep 2015–Jun 2016
</li>
<li>
<strong>Beverwyck Senior Living Community</strong>: <i>Wait
Staff/Manager</i>, Slingerlands, NY, Jan 2015–Jun 2017
</li>
</ul>
-->
<img class="resume" src="images/security-plus-logo.png" alt="CompTIA Security+ logo">
<img class="resume" src="images/aws-csaa-logo.png" alt="CompTIA Security+ logo">
<!--
<h2 id="awards-other-positions">Awards & Other Positions</h2>
<ul>
<li>
<strong>Dean's List</strong>: WPI, Fall 2016, Spring 2017, Fall
2017, Spring 2018, Fall 2018, Spring 2019, Fall 2019, Spring 2020
</li>
<li>
<b>Beta Theta Pi</b>: Eta Tau Chapter, Risk Management Chairman 2018;
Finance Chairman 2019
</li>
<li>
<strong>Upsilon Pi Epsilon</strong>: Computer Science honor society,
Nov 2018
</li>
<li>
<strong>Charles O. Thompson Scholar</strong>: WPI, April 2017
</li>
<li>
<strong>Eagle Scout Award</strong>: Boy Scouts of America, Sep 2012
</li>
</ul>
-->
</main>
<!-- Footer -->
<footer id="footer">
<section class="about">
<h2>License</h2>
<p>
All text on this site is released under the
<a href="https://creativecommons.org/licenses/by/3.0/" target="_blank" rel="noreferrer noopener">CC BY 3.0</a>
license. Scripts are released under various free and open source
<a href="/licenses" rel="jslicense">licenses</a>. Source code is
available on
<a href="https://github.com/jojonium/josephpetitti.com">GitHub</a>.
</p>
</section>
<section class="contact">
<h2>Contact Information</h2>
<dl>
<dt>Email</dt>
<dd>
<a href="mailto:[email protected]">[email protected]</a>
<span class="gpg">(<a href="gpg">GPG Key</a>)</span>
</dd>
</dl>
<ul class="icons">
<li>
<a href="https://github.com/jojonium" target="_blank" rel="noreferrer noopener">
<span class="fab fa-github" title="GitHub"></span>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/joseph-petitti/" target="_blank" rel="noreferrer noopener">
<span class="fab fa-linkedin" title="LinkedIn"></span>
</a>
</li>
</ul>
</section>
</footer>
</body>
</html>