-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
573 lines (536 loc) · 17.5 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
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
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
href="https://fonts.googleapis.com/css?family=Pacifico|Nova+Flat|Material+Icons|Gravitas+One|Lobster|Crimson+Text"
rel="stylesheet"
/>
<link href="layout.css" rel="stylesheet" />
<link href="color.css" rel="stylesheet" />
<link href="padding.css" rel="stylesheet" />
<link href="font.css" rel="stylesheet" />
<link href="border.css" rel="stylesheet" />
<link href="level.css" rel="stylesheet" />
<link href="subsection.css" rel="stylesheet" />
<link href="download_clicker.css" rel="stylesheet" />
<link href="header.css" rel="stylesheet" />
<link href="name.css" rel="stylesheet" />
<link href="print.css" rel="stylesheet" />
</head>
<title>Matt O'Keefe ~(M)</title>
<body id="page">
<!--
Hello, welcome to my html source. It isn't pretty but it makes the maintenance of my resume a WHOLE lot easier.
If you are reading this I probably want to talk to you as much as I hope you will want to talk to me.
At this point you can probably just refer to my github repo to view this: https://github.com/O-Mutt/Resume...
it would, for sure, be easier to see there. Added bonus, you can see how this all came to be through the commit history!
I know what you are thinking "these sections and pieces could easily be a react/angular/backbone/vue component and read in a json file
and make this all really cool." Again, the goal of this is to be 100% functional and easy for maintenance... Just try a quick ctrl+p,
tell me that printing an html doc in the past has ever looked THAT clean with the amount of 'print' css I have...
-->
<header class="background-gray flex">
<div class="flex flex-column flex-grow padding-left-large">
<h1 class="lobster name">Matthew O'Keefe</h1>
<h3 class="nova-flat text-light-gray text-small margin-top-zero">
424 Quinlan Ave S, Lakeland Shores, MN 55043
</h3>
</div>
<div class="horizontal-break flex-column"></div>
<div
class="
flex flex-column flex-grow
padding-right-large
flex-center
background-lighter-gray
"
>
<div class="flex flex-right center-items">
<i class="material-icons text-gray">phone</i>
<h2 class="nova-flat text-small">
<a class="text-gray no-link" href="tel:+16513220091"
>651.322.0091</a
>
</h2>
</div>
<div class="flex flex-right center-items">
<i class="material-icons text-gray">email</i>
<h2 class="nova-flat text-small">
<a class="text-gray no-link" href="mailto:[email protected]"
>
</h2>
</div>
<div class="flex flex-right center-items">
<i class="material-icons text-gray">web</i>
<h2 class="nova-flat text-small">
<a class="text-gray no-link" href="https://OKeefe.dev"
>https://OKeefe.dev</a
>
</h2>
</div>
</div>
</header>
<section>
<divider
class="
flex
border-top border-bottom
background-lighter-gray
text-gray text-medium
"
>
Technical Skills
</divider>
<level>
<span> <strong>Proficient:</strong> </span>
<ul>
<li>JavaScript</li>
<li>Node.js</li>
<li>React</li>
<li>C#</li>
<li>WebApi</li>
<li>HTML/CSS</li>
<li>Java/J2EE</li>
</ul>
</level>
<level>
<span> <strong>Familiar:</strong> </span>
<ul>
<li>DevOps</li>
<li>Continuous Integration</li>
<li>WebForms</li>
<li>Powershell</li>
<li>OAuth</li>
<li>PHP</li>
<li>SAML</li>
<li>JSP</li>
<li>Bash</li>
<li>Struts/Struts2</li>
<li>Android SDK</li>
<li>Ruby (on Rails)</li>
</ul>
</level>
<level>
<span> <strong>Source control:</strong> </span>
<ul>
<li>Git (Github, BitBucket, GitLabs)</li>
<li>TFS</li>
<li>Svn</li>
</ul>
</level>
<level>
<span> <strong>Database:</strong> </span>
<ul>
<li>Mongo</li>
<li>MsSql</li>
<li>PostgreSQL</li>
<li>MySQL</li>
</ul>
</level>
<level>
<span> <strong>Documentation:</strong> </span>
<ul>
<li>Swagger/Swashbuckle</li>
<li>Visio</li>
<li>Excel</li>
</ul>
</level>
</section>
<section>
<divider
class="
flex
border-top border-bottom
background-lighter-gray
text-gray text-medium
"
>
Experience
</divider>
<subsection>
<roles>
<role
>Senior Software Engineer I
<dates>(October 2018 - Present)</dates>
</role>
<responsibilities>
<ul>
<li>Craft secure, performant, cross-platform browser-based applications for both customers and internal Auth0 teams.</li>
<li>Follow code and security best practices for implementation of front end and back end code for identity as a service.</li>
<li>Work closely with Product and Design to determine and optimize user experience and information architecture.</li>
<li>Be a part of the team's on-call rotations.</li>
<li>Evaluate new technologies and techniques to improve overall practices.</li>
</ul>
</responsibilities>
</roles>
<company>
<name>Auth0</name>
<location>Bellevue, WA</location>
<overalldates>October 2018 - Present</overalldates>
</company>
</subsection>
<subsection>
<roles>
<role
>Technical Development Lead & Software Architect
<dates>(September 2016 - August 2018)</dates>
</role>
<responsibilities>
<ul>
<li>
Successfully collaborated with Hallmark teams to coordinate
understanding and efforts on major initiatives including:
<ul class="no-print">
<li>
Implemented an analytics package to improve understanding of
application usage
</li>
<li>
Automated build and deployment processes, including code
quality metrics
</li>
<li>
Simplified applications into deployable
micro-services to significantly minimize downtime
</li>
<li>
Implemented a new source control branch strategy to
increase developer productivity
</li>
<li>
Designed a code review process to improve code quality
and outcomes
</li>
<li>
Lead multiple multi-sprint technical projects to move the
overall product forward including CQRS, IoC conversion, and
enterprise service bus
</li>
</ul>
</li>
<li>
Built and maintained a technical road-map to ensure best practices
and implement modern cost-effective solutions
</li>
<li>
Triaged corporate-wide departmental requests for necessity and
priority to increase team efficiency
</li>
<li>
Acted as pre-sales engineer for potential clients, providing data
analytics, product demonstration setups, and documentation of
functionality
</li>
<li>
Supervised three team members, conducting weekly one-on-one
meetings, providing formal feedback, and preparing yearly
performance reviews
</li>
<li>
Maintained responsibilities from previous role as senior software
developer
</li>
</ul>
</responsibilities>
<role
>Senior Software Developer
<dates>(August 2014 - September 2016)</dates>
</role>
<role
>Software Developer
<dates>(July 2013 - August 2014)</dates>
</role>
<responsibilities>
<ul>
<li>
Created, implemented, and structured user interface and backend
components for new platform based on C#.net, angular (1.X), and
Bootstrap
</li>
<li>
Focused on front-end angular and C# controllers, to push
projects into present technologies, using expertise gathered
through previous experience and professional determination
</li>
<li>
Transitioned applications from client/server to single page
application (Angular 1.X) while trialing different model view
controller frameworks for JavaScript
</li>
<li>
Actively participated in application architectural discussions,
decisions, prototyping, and implementation of changes
</li>
</ul>
</responsibilities>
</roles>
<company>
<name>Hallmark Business Connections</name>
<location>Minneapolis, MN</location>
<overalldates>July 2013 - August 2018</overalldates>
</company>
</subsection>
<subsection>
<roles>
<role
>Web Developer
<dates>(September 2013 – January 2018)</dates>
</role>
<responsibilities>
<ul>
<li>
Build and maintain technician scheduling and tracking system in
PHP
</li>
<li>
Redesign and develop call center to integrate it with
pre-existing scheduling system and the Twilio API
</li>
</ul>
</responsibilities>
<role
>Computer Repair Technician
<dates>(July 2009 – May 2011)</dates>
</role>
<responsibilities>
<ul>
<li>Repaired and constructed computers</li>
<li>Consulted customers on computer usage</li>
</ul>
</responsibilities>
</roles>
<company>
<name>Field Advantage, LLC</name>
<location>Norfolk, VA</location>
<overalldates>July 2009 - January 2018</overalldates>
</company>
</subsection>
<subsection>
<roles>
<role
>Software Engineer
<dates>(November 2011 – June 2013)</dates>
</role>
<responsibilities>
<ul>
<li>
Worked on a team to develop a patient self-service portal
software for global deployments to medical centers
</li>
<li>
Deployed and supported applications for patient check-in kiosks
at over 135 VA Medical Centers and Department of Defense sites
</li>
<li>
Interviewed potential software engineer and software intern
candidates
</li>
<li>
Mentored less experienced software engineer and software interns
</li>
</ul>
</responsibilities>
</roles>
<company>
<name>Vecna Technologies</name>
<location>Cambridge, MA</location>
<overalldates>November 2011 – June 2013</overalldates>
</company>
</subsection>
<subsection>
<roles>
<role
>Chief Mobile Engineer
<dates>(May 2011 – November 2011)</dates>
</role>
<responsibilities>
<ul>
<li>
Developed an environment-aware application to promote safe
driving
</li>
<li>
Deployed and supported applications in Android, Blackberry, and
iOS platforms
</li>
<li>
Acted as a technical resource for potential clients and
stakeholders
</li>
</ul>
</responsibilities>
</roles>
<company>
<name>Illume Software, Inc.</name>
<location>Newton, MA</location>
<overalldates>May 2011 – November 2011</overalldates>
</company>
</subsection>
<subsection>
<roles>
<role
>Chief Technology Officer & Co-Founder
<dates>(July 2010 – January 2012)</dates>
</role>
<responsibilities>
<ul>
<li>
Designed and developed a location-based coupon application
targeted to university students and campuses
</li>
<li>
Hired, coordinated, mentored, and managed a development team
</li>
<li>
Combined technical and business ideas to create and deliver an
economically sound application for Android and iOS devices with
a PHP server interface
</li>
</ul>
</responsibilities>
</roles>
<company>
<name>ByME, LLC</name>
<location>Minneapolis, MN</location>
<overalldates>July 2010 – January 2012</overalldates>
</company>
</subsection>
</section>
<section>
<divider
class="
flex
border-top border-bottom
background-lighter-gray
text-gray text-medium
"
>
Education
</divider>
<subsection>
<roles>
<role
>Bachelor of Science
<dates>(September 2007 – May 2011)</dates>
</role>
<i>Computer Information Systems</i>
<strong>Concentration: Software Engineering</strong>
</roles>
<company>
<name>The College of St. Scholastica</name>
<location>Duluth, MN</location>
</company>
</subsection>
</section>
<section>
<divider
class="
flex
border-top border-bottom
background-lighter-gray
text-gray text-medium
"
>
Awards & Achievements
</divider>
<subsection>
<roles>
<role
>Crowning Achievement
<dates>(March 2015)</dates>
</role>
<role
>Above & Beyond
<dates>(July 2013 - Present)</dates>
</role>
</roles>
<company>
<name>Hallmark Business Connections</name>
<location>Minneapolis, MN</location>
</company>
</subsection>
</section>
<section>
<divider
class="
flex
border-top border-bottom
background-lighter-gray
text-gray text-medium
"
>
Affiliations & Interests
</divider>
<subsection>
<roles>
<role
>Co-Chair
<dates>(May 2015 – May 2016)</dates>
</role>
</roles>
<company>
<name>HBC Supporting United Way</name>
<location>Minneapolis, MN</location>
</company>
</subsection>
<subsection>
<roles>
<role
>Volunteer Software Engineer
<dates>(November 2011 – June 2013)</dates>
</role>
</roles>
<company>
<name>Vecna Cares</name>
<location>Cambridge, MA</location>
</company>
</subsection>
<subsection>
<roles>
<role
>President
<dates>(September 2009 – May 2011)</dates>
</role>
</roles>
<company>
<name>St. Scholastica Computer Club</name>
<location>Duluth, MN</location>
</company>
</subsection>
<subsection>
<roles>
<role
>Co-Founder & Repair Technician
<dates>(September 2007 – May 2011)</dates>
</role>
</roles>
<company>
<name>Campus Freelancer Repair</name>
<location>Duluth, MN</location>
</company>
</subsection>
<subsection>
<roles>
<role
>Interests:
<dates
>Dogs, Recreational Sports (Soccer, Triathlon, Broomball),
Mechanics, Gardening, Woodworking, Family</dates
>
</role>
</roles>
</subsection>
</section>
<a
class="download-clicker no-link no-print"
href="Erickson_Matthew_ME.pdf"
download="Erickson_Matthew_ME.pdf"
>
<i class="material-icons text-light-gray">file_download</i>
</a>
</body>
</html>