-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
623 lines (600 loc) · 32.3 KB
/
index.php
File metadata and controls
623 lines (600 loc) · 32.3 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
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
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
<?php
require "vendor/autoload.php";
use League\Period\Period;
use Libreworks\Microformats\Address;
use Libreworks\Microformats\Card;
use Libreworks\Microformats\Skill;
use Libreworks\Microformats\SkillHeading;
use Libreworks\Microformats\Tag;
use Doublecompile\Resume\JobBuilder;
use Doublecompile\Resume\SkillBuilder;
$present = new \DateTimeImmutable();
$card = new Card([
'p-name' => new Libreworks\Microformats\Name('Jonathan', 'D.', 'Hawk'),
'p-adr' => new Address(null, null, null, 'Glen Burnie', 'MD', null, 'US'),
'p-tel' => '+1 (443) 623-5434',
'u-photo' => '//gravatar.com/avatar/de49d69373748f850fb95151db9b23cf',
'u-email' => '[email protected]',
'u-url' => 'http://doublecompile.com'
]);
$experience = [
JobBuilder::get()->company('Freelance Projects')
->title('Software Engineer / Web Developer / System Administrator')
->address('Glen Burnie', 'MD', 'US')
->dates('2000-01-01', $present)
->description(
"Production of design comps and front-end website development using HTML, CSS, and JavaScript. Development of PHP web applications interfacing with MongoDB, PostgreSQL, or MySQL. Drupal, WordPress, and MediaWiki configuration and customization. Mobile-first responsive design and testing on smartphone and tablet devices. Since May 2007, server administration of an Ubuntu hosting platform with e-mail services for clients. Since March 2011, experience working with Amazon EC2, ECS, S3, KMS, ElastiCache, Route 53, and VPC."
)->build()
,
JobBuilder::get()->company('Mindgrub Technologies')
->title('Director of Managed Services')
->address('Baltimore', 'MD', 'US')
->dates('2017-04-17', $present)
->description(
"Serves as an engineering director, supervising a department and its members.",
"* Makes or influences company policy and processes based on knowledge and experience.",
"* Conducts hiring interviews.",
"* Delivers presentations at speaking engagements.",
"* Crafts requirements, helps plan allocations, and distributes workload.",
"* Aids in mentorship, code reviews, and problem-solving.",
"Serves as a solution architect and DevOps engineer.",
"* Design, configuration, and maintenance of Amazon Web Services infrastructure; Integrated with EC2, S3, RDS, SES, ElastiCache, Route 53, CloudFront. Leveraged CodeDeploy in production and staging delivery systems.",
"* Design, configuration, and maintenance of Google Cloud Platform infrastructure; Integrated with Compute Engine, Cloud SQL, Cloud Storage, GKE.",
"* Leveraged Kubernetes and Amazon ECS for container orchestration.",
"* Created Docker container images.",
"* Created GitLab continuous integration scripts.",
"* Developed automation scripts using Bash.",
"Serves as a software engineer and web developer for various clients.",
"* Design and development of web applications and APIs using PHP, Node.js, and Python.",
"* Maintenance of legacy Java and C# systems",
"* Front-end web development using HTML, CSS, and JavaScript (jQuery, Angular, React). Implementation and testing of mobile-first responsive design using smartphone, tablet, and desktop devices.",
"* Installed, configured, and maintained Drupal and WordPress CMS products.",
"* Custom Drupal module development.",
"* Custom WordPress plugin development."
)->build()
,
JobBuilder::get()->company('Quevera')
->title('Principal Software Architect')
->address('Columbia', 'MD', 'US')
->dates('2015-05-01', '2017-04-12')
->description(
"Made or influenced company technical decisions based on knowledge and experience. Conducted hiring interviews.",
"Served as a software engineer, systems designer, database administrator, software configuration manager, and system administrator of a Software-as-a-Service product.",
"* Design and development of PHP/Hack web application product using HHVM and XHP. Design and development of REST API.",
"* Front-end web development using HTML, CSS, and Dojo Toolkit. Implementation and testing of mobile-first responsive design using smartphone, tablet, and desktop devices.",
"* MongoDB administration.",
"* Designed and configured Amazon Web Services infrastructure; EC2 Linux servers and ECS containers; Integrated with S3, KMS, SES, ElastiCache. Leveraged CodeDeploy in production and staging delivery systems.",
"* Created Docker container images",
"* Creation and maintenance of open source projects. Contribution to external projects.",
"* Configured and administered revision control using Git. Maintained SCM systems.",
"* Supervised development team. Crafted requirements and distributed workload.",
"Served as a web developer and systems designer for various clients.",
"* Front-end web development using HTML, CSS, and JavaScript. Implementation and testing of mobile-first responsive design using smartphone, tablet, and desktop devices.",
"* Installed, configured, and maintained Drupal and Joomla! CMS products."
)->build()
,
JobBuilder::get()->company('SITEC Consulting')
->title('Technical Lead / Sr. Software Engineer')
->address('Columbia', 'MD', 'US')
->dates('2008-01-01', '2014-12-02')
->description(
"Made or influenced company technical decisions based on knowledge and experience. Served as system administrator for the company's production servers. Provided front-end web development for corporate website. Assisted in graphic design and database administration.",
"Served on contract as a software engineer, systems designer, software configuration manager, and system administrator for 3 years. Helped lead a team of other developers.",
"* Design and development of Java/Groovy web applications and libraries using Grails, Spring Framework, Hibernate, and Apache Maven. Designed and implemented custom complex authorization and authentication rules. Design and development of REST API.",
"* Front-end web development using HTML, CSS, and Dojo Toolkit.",
"* Oracle Database Server schema design.",
"* Configured UNIX application servers; administration of Apache HTTP Server and Apache Tomcat; performed application deployments.",
"* Configured and administered revision control using Git. Maintained SCM systems and created guidelines for developer workspace setup.",
"* Administered Jenkins for continuous integration builds.",
"Served on a contract as a software engineer, systems designer, database administrator, software configuration manager, and system administrator for 3 years. Led a team of other developers.",
"* Design and development of Java EE web applications and libraries using Spring Framework, Hibernate, Apache Tiles, JasperReports, and Apache Maven. Designed and implemented custom complex authorization and authentication rules.",
"* Design and development of REST API.",
"* Graphic design/user interface design. Front-end web development using HTML, CSS, and Dojo Toolkit.",
"* Microsoft SQL Server database schema design and maintenance.",
"* Configured Windows application and database servers; administration of Apache HTTP Server and Apache Tomcat; performed application deployments.",
"* Configured and administered revision control using Subversion. Maintained SCM systems and created guidelines for developer workspace setup.",
"* Administered Jenkins for continuous integration builds.",
"Served on contract as a web developer for 6 months.",
"* Graphic design and HTML/CSS.",
"* ColdFusion development; maintenance of existing ColdFusion applications.",
"* Development of PHP scripts and command line utilities."
)->build()
,
JobBuilder::get()->company('Exceptional Software Strategies')
->title('Software Engineer')
->address('Linthicum', 'MD', 'US')
->dates('2004-09-01', '2007-12-31')
->description(
"Supervised and contributed to PHP development of a company CMS product. Assisted in graphic design and database administration.",
"Served on a contract as a software engineer for 2 years. Contributed ASP.NET/C# and Flash development. Worked with SOAP Web Services.",
"Served on a contract as a software engineer, systems designer, database administrator, software configuration manager, and system administrator for 3 years.",
"* Graphic design/user interface design. Front-end web development and using HTML, CSS, and JavaScript. Redesign and maintenance of a sizable intranet website.",
"* Design and development of PHP web applications using Zend Framework, APC, and memcached. Designed and implemented complex authorization and workflow rules.",
"* Microsoft SQL Server database schema design and maintenance. Integration of data from separate systems.",
"* Configured Windows application and database servers; administration of Apache HTTP Server; performed application deployments.",
"* Configured and administered revision control using Subversion. Maintained SCM systems.",
"* Assisted with maintenance of an application using ColdFusion and Crystal Reports."
)->build()
,
JobBuilder::get()->company('TechUSA')
->title('Web Application Developer')
->address('Elkridge', 'MD', 'US')
->dates('2004-04-01', '2004-08-01')
->description(
"Supplied experience on a contract with Zimmerman Associates to FEMA. Graphic design/user interface design. Front-end web development and using HTML, CSS, and JavaScript. Systems design and development of PHP web applications which interfaced with LDAP and other systems. MySQL database schema design and maintenance."
)->build()
,
JobBuilder::get()->company('TekSystems')
->title('Web Application Developer')
->address('Washington', 'DC', 'US')
->dates('2003-10-01', '2004-02-01')
->description(
"Supplied experience on a contract with IBM to USDA. Served a major role in all software development life cycle stages in a project to launch a web portal including lead for planning, documentation, and development. Executed a PHP solution, supported by Linux and Apache, adhering to an extensive set of government guidelines."
)->build()
,
JobBuilder::get()->company('National Aquarium in Baltimore')
->title('Systems Designer')
->address('Baltimore', 'MD', 'US')
->dates('2002-09-01', '2003-03-01')
->description(
"Graphic design/user interface design. Front-end web development and using HTML, CSS, and JavaScript. Maintained the corporate intranet web site. Administered Microsoft SharePoint Team Services. Authored Crystal Reports to interface with Paciolan and Epicor business data. Developed and supported ASP and PHP intranet web applications."
)->build()
,
JobBuilder::get()->company('Computer Sciences Corporation')
->title('Web Application Developer')
->address('Hanover', 'MD', 'US')
->dates('2000-10-01', '2002-08-01')
->description(
"Lead developer of custom PHP CMS. Worked on the ANSC development team authoring dozens of applications in Java 2, Active Server Pages, and ColdFusion for Maryland state government offices including some of the following:",
"* Maryland Department of Transportation: Development of Java 2/JSP applications interfacing with PostgreSQL.",
"* Maryland Office of Tourism: ColdFusion development and authored Crystal Reports interfacing with SQL Server.",
"* Maryland Department of Budget and Management: Assisted in consolidation of intranet web sites. Development of ASP/VBScript applications. Contributed WCAG/Section 508 accessibility work."
)->build()
,
JobBuilder::get()->company('National Security Agency')
->title('Computer Aide')
->address('Fort Meade', 'MD', 'US')
->dates('1999-09-01', '2000-06-01')
->description(
"Held a government TS/SI clearance with full polygraph during internship. Served on a PKI Digital Certificate help desk, utilizing a Netscape Certificate Authority server to issue client SSL certificates. Front-end web development and using HTML, CSS, and JavaScript. Development of applications in Java and Perl."
)->build()
,
JobBuilder::get()->company('CompUSA')
->title('Small Business Desk / Upgrades Center Associate')
->address('Glen Burnie', 'MD', 'US')
->dates('1999-06-01', '1999-11-01')
->description(
"Assisted corporate customers and consumers in placing orders for computer equipment. Analyzed PC and Mac technical problems utilizing knowledge of computer architectures, components, and peripherals."
)->build()
];
$volunteering = [
JobBuilder::get()->company('Caridea')
->title('Project Leader')
->url('https://github.com/search?q=caridea+user%3Alibreworks')
->dates('2015-05-01', $present)
->description(
"Created and maintained several PHP libraries. Used Composer, PHPUnit."
)->build()
,
JobBuilder::get()->company('Stellarbase')
->title('Project Leader')
->url('https://github.com/libreworks/stellarbase')
->dates('2010-01-03', '2015-01-01')
->description(
"Created and maintained a Java library for use with Spring Framework applications. Used JUnit, Maven."
)->build()
,
JobBuilder::get()->company('Xyster Framework')
->title('Project Leader')
->url('https://github.com/libreworks/xyster')
->dates('2007-05-12', '2011-02-07')
->description(
"Created and maintained a PHP library for use with Zend Framework applications. Used PHPUnit, Phing."
)->build()
,
JobBuilder::get()->company('Wildfire Application Framework')
->title('Project Leader')
->url('http://sourceforge.net/projects/phpwildfire/')
->dates('2005-01-02', '2007-03-22')
->description(
"Created and maintained a PHP library for web applications. Project is now abandoned in favor of Xyster. Used PHPUnit."
)->build()
];
$education = [
JobBuilder::get()->company('Anne Arundel Community College')
->address('Arnold', 'MD', 'US')
->description('Previously enrolled in Computer Science Transfer Assoc Degree.')
->build()
,
JobBuilder::get()->company('Old Mill High School')
->address('Millersville', 'MD', 'US')
->dates('1996-08-31', '2000-05-31')
->description(
'Graduated with three Anne Arundel County "Completer" statuses: Business Computers, Office Systems Management, Desktop Publishing. Coursework involving HTML, JavaScript, Visual Basic, RDBMS design, PC repair.'
)->build()
];
$skills = [
new SkillHeading(
'Development\\Programming Languages',
[
SkillBuilder::get()->name('PHP', 'http://en.wikipedia.org/wiki/PHP')
->rating(4)
->dates('2001-01-01', '2009-08-27') // all jobs
->dates('2009-11-22', '2009-11-28') // beckytaka
->dates('2010-10-18', '2010-10-25') // xyster
->dates('2011-02-08', '2011-02-17') // xyster
->dates('2011-08-01', '2011-08-08') // nsd
->dates('2013-01-27', '2013-02-02') // imtm
->dates('2012-01-01', '2012-12-31') // padding because of infrequent use
->dates('2015-05-01', $present) // current job
->build()
,
SkillBuilder::get()->name('Hack', 'https://en.wikipedia.org/wiki/Hack_%28programming_language%29')
->rating(3)
->dates('2015-05-01', '2017-02-28')
->build()
,
SkillBuilder::get()->name('JavaScript / DOM', 'https://en.wikipedia.org/wiki/JavaScript')
->rating(4)
->dates('1998-09-01', $present)
->build()
,
SkillBuilder::get()->name('Java (Java EE, JSP)', 'https://en.wikipedia.org/wiki/Java')
->rating(3)
->dates('1999-09-01', '2000-06-01')
->dates('2001-01-01', '2001-07-01')
->dates('2008-08-01', '2014-12-26')
->dates('2018-09-01', '2018-12-01')
->build()
,
SkillBuilder::get()->name('Groovy', 'https://en.wikipedia.org/wiki/Groovy%20(programming%20language)')
->rating(3)
->dates('2011-10-31', '2014-12-02')
->build()
,
SkillBuilder::get()->name('Perl', 'https://en.wikipedia.org/wiki/Perl')
->rating(1)
->dates('1999-09-01', '2000-02-02')
->dates('2015-06-14', '2015-09-21')
->build()
,
SkillBuilder::get()->name('Bash', 'https://en.wikipedia.org/wiki/Bash_(Unix_shell)')
->rating(1)
->dates('2014-09-21', '2016-09-21')
->dates('2017-04-17', $present)
->build()
,
SkillBuilder::get()->name('SQL', 'https://en.wikipedia.org/wiki/Structured_Query_Language')
->rating(3)
->dates('2000-10-01', $present)
->build()
,
SkillBuilder::get()->name('Regular expressions', 'https://en.wikipedia.org/wiki/Regular_expression')
->rating(3)
->dates('2000-01-01', $present)
->build()
,
SkillBuilder::get()->name('ASP.NET / C#', 'https://en.wikipedia.org/wiki/C%20Sharp%20(programming%20language)')
->rating(2)
->dates('2004-01-01', '2006-01-01')
->dates('2017-06-01', '2017-08-01')
->build()
,
]
),
new SkillHeading(
'Development\\Frameworks / Platforms',
[
new Skill(new Tag('http://en.wikipedia.org/wiki/Dojo_Toolkit', 'Dojo Toolkit')),
new Skill(new Tag('http://en.wikipedia.org/wiki/Spring_Framework', 'Spring Framework')),
new Skill(new Tag('http://en.wikipedia.org/wiki/Hibernate_(Java)', 'Hibernate')),
new Skill(new Tag('http://en.wikipedia.org/wiki/Grails', 'Grails')),
new Skill(new Tag('http://en.wikipedia.org/wiki/Zend_Framework', 'Zend Framework')),
new Skill(new Tag('http://en.wikipedia.org/wiki/Symfony', 'Symfony')),
new Skill(new Tag('http://en.wikipedia.org/wiki/Drupal', 'Drupal')),
new Skill(new Tag('http://en.wikipedia.org/wiki/Laravel', 'Laravel')),
]
),
new SkillHeading(
'Development\\Markup Languages / Other Standards',
[
SkillBuilder::get()->name('HTML (XHTML, HTML5)', 'http://en.wikipedia.org/wiki/HTML')
->rating(4)
->dates('1997-09-01', $present)
->build()
,
SkillBuilder::get()->name('CSS', 'http://en.wikipedia.org/wiki/CSS')
->rating(4)
->dates('1999-09-01', $present)
->build()
,
SkillBuilder::get()->name('XML', 'http://en.wikipedia.org/wiki/XML')
->rating(3)
->dates('2002-01-01', $present)
->build()
,
SkillBuilder::get()->name('WAI-WCAG / Section 508', 'http://en.wikipedia.org/wiki/Web Content Accessibility Guidelines')
->rating(3)
->dates('2001-01-01', $present)
->build()
,
SkillBuilder::get()->name('ARIA', 'http://en.wikipedia.org/wiki/WAI-ARIA')
->rating(2)
->dates('2011-10-31', $present)
->build()
,
SkillBuilder::get()->name('REST', 'http://en.wikipedia.org/wiki/Representational_State_Transfer')
->rating(3)
->dates('2009-02-01', $present)
->build()
]
),
new SkillHeading(
'Development\\Revision Control',
[
new Skill(new Tag('http://en.wikipedia.org/wiki/Git_(software)', 'Git')),
new Skill(new Tag('http://en.wikipedia.org/wiki/Apache_Subversion', 'Subversion')),
new Skill(new Tag('http://en.wikipedia.org/wiki/Concurrent_Versions_System', 'CVS')),
]
),
new SkillHeading(
'Development\\Unit Testing',
[
new Skill(new Tag("http://en.wikipedia.org/wiki/PHPUnit", 'PHPUnit')),
new Skill(new Tag("https://github.com/HackPack/HackUnit", 'HackUnit')),
new Skill(new Tag("http://en.wikipedia.org/wiki/JUnit", 'JUnit'))
]
),
new SkillHeading(
'Development\\Build Tools',
[
new Skill(new Tag("https://en.wikipedia.org/wiki/Composer_%28software%29", 'Composer')),
new Skill(new Tag("https://en.wikipedia.org/wiki/Gulp.js", 'Gulp')),
new Skill(new Tag("https://en.wikipedia.org/wiki/Broccoli_%28build_tool%29", 'Broccoli')),
new Skill(new Tag("http://en.wikipedia.org/wiki/Jenkins_%28software%29", 'Jenkins')),
new Skill(new Tag("http://en.wikipedia.org/wiki/Apache Maven", 'Maven')),
new Skill(new Tag("http://en.wikipedia.org/wiki/Apache Ant", 'Ant')),
new Skill(new Tag("http://en.wikipedia.org/wiki/Phing", 'Phing')),
]
),
new SkillHeading(
'Databases\\Relational',
[
new Skill(new Tag("http://en.wikipedia.org/wiki/PostgreSQL", 'PostgreSQL'), 2, [
new Period(new \DateTime('2001-01-01'), new \DateTime('2001-07-01')),
new Period(new \DateTime('2008-01-01'), $present)
]),
new Skill(new Tag("http://en.wikipedia.org/wiki/MySQL", 'MySQL'), 2, [
new Period(new \DateTime('2001-01-01'), new \DateTime('2008-01-01'))
]),
new Skill(new Tag('http://en.wikipedia.org/wiki/Microsoft SQL Server', 'Microsoft SQL Server'), 2, [
new Period(new \DateTime('2001-01-01'), new \DateTime('2001-07-01')),
new Period(new \DateTime('2005-05-01'), new \DateTime('2007-12-31')),
new Period(new \DateTime('2008-08-01'), new \DateTime('2011-08-01'))
]),
new Skill(new Tag("http://en.wikipedia.org/wiki/Oracle Database", 'Oracle Database')),
new Skill(new Tag("http://en.wikipedia.org/wiki/IBM DB2", 'IBM DB2')),
new Skill(new Tag("http://en.wikipedia.org/wiki/SQLite", 'SQLite')),
]
),
new SkillHeading(
'Databases\\NoSQL',
[
new Skill(new Tag("http://en.wikipedia.org/wiki/MongoDB", 'MongoDB')),
new Skill(new Tag("http://en.wikipedia.org/wiki/Memcached", 'Memcached')),
new Skill(new Tag("http://en.wikipedia.org/wiki/Redis", 'Redis'))
]
),
new SkillHeading(
'Databases\\Directory',
[
new Skill(new Tag("http://en.wikipedia.org/wiki/OpenLDAP", 'OpenLDAP'))
]
),
new SkillHeading(
'Hardware\\Amazon Web Services',
[
// new DateTime('2011-03-18')
new Skill('EC2'), new Skill('ECS'), new Skill('S3'), new Skill('RDS'),
new Skill('ElastiCache'), new Skill('VPC'), new Skill('Route 53'),
new Skill('KMS'), new Skill('SES'), new Skill('CodeDeploy'),
new Skill('CloudFront'),
]
),
new SkillHeading(
'Hardware\\Virtualization / Containers',
[
new Skill(new Tag("http://en.wikipedia.org/wiki/Docker_(software)", "Docker")),
new Skill(new Tag("http://en.wikipedia.org/wiki/Kubernetes", "Kubernetes")),
new Skill(new Tag("http://en.wikipedia.org/wiki/OpenVZ", "OpenVZ")),
new Skill(new Tag("http://en.wikipedia.org/wiki/VirtualBox", "VirtualBox")),
new Skill(new Tag("http://en.wikipedia.org/wiki/Xen", "Xen"))
]
),
new SkillHeading(
'Hardware\\Public Key Infrastructure',
[
new Skill(new Tag("http://en.wikipedia.org/wiki/X.509", 'Request, issue, and install of X.509 Certificates'))
]
),
new SkillHeading(
'Hardware\\Hardware',
[
new Skill(new Tag("https://en.wikipedia.org/wiki/Computer_hardware", 'PC construction and repair')),
new Skill(new Tag("https://en.wikipedia.org/wiki/RAID", 'Hardware/software RAID setup')),
]
),
new SkillHeading(
'Hardware\\System Administration',
[
new Skill(new Tag("https://en.wikipedia.org/wiki/Linux", 'GNU/Linux (Debian, Ubuntu, Red Hat)')),
]
),
new SkillHeading(
'Hardware\\Mail Server Administration',
[
new Skill(new Tag("http://en.wikipedia.org/wiki/Courier Mail Server", "Courier")),
new Skill(new Tag("http://en.wikipedia.org/wiki/Postfix", "Postfix")),
new Skill(new Tag("http://en.wikipedia.org/wiki/Zimbra", "Zimbra"))
]
),
new SkillHeading(
'Hardware\\Application Server Administration',
[
new Skill(new Tag("http://en.wikipedia.org/wiki/Apache HTTP Server", "Apache HTTP Server")),
new Skill(new Tag("http://en.wikipedia.org/wiki/Apache_Tomcat", "Apache Tomcat")),
new Skill(new Tag("http://en.wikipedia.org/wiki/nginx", "nginx")),
new Skill(new Tag("http://en.wikipedia.org/wiki/Lighttpd", "Lighttpd")),
new Skill(new Tag("http://en.wikipedia.org/wiki/HHVM", "HHVM")),
]
)
];
$di = $present->diff(new \DateTime('1999-09-01'));
$devYears = $di->y + ($di->m > 6 ? 1 : 0);
$di = $present->diff(new \DateTime('1997-09-01'));
$webYears = $di->y + ($di->m > 6 ? 1 : 0);
$resume = new Libreworks\Microformats\Resume(
"Jonathan D. Hawk",
"Principal Software Architect and DevOps engineer. $devYears years experience in software development. $webYears years experience in web design and development. A fast learner and strong leader. Excellent communication and customer support skills. Impassioned about standards compliance, web accessibility, software development, and free and open source software. Types 95–105 WPM on the dvorak keyboard layout.",
$card,
$education,
$experience,
$volunteering,
$skills
);
$skillTableWriter = new Doublecompile\Resume\SkillTableWriter();
$skillListWriter = new Doublecompile\Resume\SkillListWriter();
$eventWriter = new Doublecompile\Resume\EventWriter($present);
$cw = new Doublecompile\Resume\CardWriter();
?><!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<title><?= $resume->getName() ?>'s Résumé</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="//oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<link rel="stylesheet" href="//oss.maxcdn.com/normalize/3.0.3/normalize.min.css"></script>
<link rel="stylesheet" href="styles.css"/>
</head>
<body>
<main id="resume" role="main" class="h-resume">
<!--
| Congratulations! You're reading my the source of résumé.
| You will see that I've used the "h-resume" microformat.
-->
<div class="hidden p-name">Jonathan D. Hawk</div>
<address class="p-contact h-card">
<?= $cw->write($resume->getContact()) ?>
</address>
<div class="p-summary">
<!-- Experience with:
graphic design and web design since 1997,
enterprise software development since 1999,
relational database design and administration since 2000,
system administration since 2002,
software configuration management since 2004,
systems design since 2004.
-->
<p><?= htmlspecialchars($resume->getSummary()) ?></p>
</div>
<div class="golden-columns">
<div class="column">
<section id="skills">
<h2>Skills</h2>
<div id="skills-dev">
<h3>Development</h3>
<dl>
<?php foreach ($resume->getSkillHeadings() as $sh): ?>
<?php if (substr($sh->getName(), 0, 12) == 'Development\\'): ?>
<dt><?=substr($sh->getName(), 12)?></dt>
<dd>
<?php
if ($sh->getName() == 'Development\\Programming Languages' || $sh->getName() == 'Development\\Markup Languages / Other Standards') {
echo $skillTableWriter->write($sh->getSkills());
} else {
echo $skillListWriter->write($sh->getSkills());
}
?>
</dd>
<?php endif; ?>
<?php endforeach; ?>
</dl>
</div>
<div id="skills-db">
<h3>Databases</h3>
<dl>
<?php foreach ($resume->getSkillHeadings() as $sh): ?>
<?php if (substr($sh->getName(), 0, 10) == 'Databases\\'): ?>
<dt><?=substr($sh->getName(), 10)?></dt>
<dd>
<?= $skillListWriter->write($sh->getSkills()) ?>
</dd>
<?php endif; ?>
<?php endforeach; ?>
</dl>
</div>
<div id="skills-comp">
<h3>Operations</h3>
<dl>
<?php foreach ($resume->getSkillHeadings() as $sh): ?>
<?php if (substr($sh->getName(), 0, 9) == 'Hardware\\'): ?>
<dt><?=substr($sh->getName(), 9)?></dt>
<dd>
<?= $skillListWriter->write($sh->getSkills()) ?>
</dd>
<?php endif; ?>
<?php endforeach; ?>
</dl>
</div>
</section>
<section id="certifications">
<h2>Certifications</h2>
<ol>
<li>AWS Certified Solutions Architect – Associate</li>
<li>AWS Certified Solutions Architect – Professional</li>
</ol>
</section>
<!-- ?education=1 to see education -->
<?php if (isset($_GET['education'])): ?>
<section id="education">
<h2>Education</h2>
<ol>
<?php foreach ($resume->getEducation() as $exp): ?>
<li class="p-education h-event">
<?=$eventWriter->write($exp)?>
</li>
<?php endforeach; ?>
</ol>
</section>
<?php endif; ?>
<section id="volunteering">
<h2>Open Source Contributions</h2>
<ol>
<?php foreach ($resume->getVolunteering() as $exp): ?>
<li class="p-experience h-event">
<?=$eventWriter->write($exp)?>
</li>
<?php endforeach; ?>
</ol>
</section>
</div>
<div class="column">
<section id="work">
<h2>Professional Experience</h2>
<ol>
<?php foreach ($resume->getExperience() as $exp): ?>
<li class="p-experience h-event">
<?=$eventWriter->write($exp)?>
</li>
<?php endforeach; ?>
</ol>
</section>
</div>
</div>
</main>
</body>
</html>