-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
428 lines (371 loc) · 19.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Resume - David Rocca</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="https://fonts.googleapis.com/css?family=Saira+Extra+Condensed:500,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Muli:400,400i,800,800i" rel="stylesheet">
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/resume.min.css" rel="stylesheet">
</head>
<body id="page-top">
<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top" id="sideNav">
<a class="navbar-brand js-scroll-trigger" href="#page-top">
<span class="d-block d-lg-none">David Rocca</span>
<span class="d-none d-lg-block">
<img class="img-fluid img-profile rounded-circle mx-auto mb-2" src="img/profile.jpg" alt="">
</span>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#publications">Publications</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#skills">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#experience">Experience</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#education">Education</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#skills">MITRE Work</a>
</li>
</ul>
</div>
</nav>
<div class="container-fluid p-0">
<section class="resume-section p-3 p-lg-5 d-flex d-column" id="about">
<div class="my-auto">
<h1 class="mb-0">David
<span class="text-primary">Rocca</span>
</h1>
<div class="subheading mb-5">Burlington, MA 01803 · (781) 507-3670 ·
<a href="mailto:[email protected]">[email protected]</a>
</div>
<p class="lead mb-5">Sr. Software Engineer - The MITRE Corp.</p>
<p>At MITRE, my work is constantly changing with the needs of the Government. This fast paced environment has
allowed me to become proficient in many areas of Software Development, but more importantly, it has taught me
how to efficiently and quickly learn new information.</p>
<p class="lead mb-5">Certified Football Official through <a href="https://www.anefo.org/">ANEFO</a> since 2018
</p>
<div class="social-icons">
<a href="https://www.linkedin.com/in/davidtrocca/">
<i class="fab fa-linkedin-in"></i>
</a>
<a href="https://github.com/david-rocca">
<i class="fab fa-github"></i>
</a>
<a href="https://twitter.com/davidtrocca">
<i class="fab fa-twitter"></i>
</a>
</div>
</div>
</section>
<section class="resume-section p-3 p-lg-5 d-flex d-column" id="publications">
<div class="my-auto">
<h2 class="mb-5">Publications</h2>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">AUTONOMOUS AND COMPOSABLE M&S SYSTEM OF SYSTEMS WITH THE SIMULATION, EXPERIMENTATION,
ANALYTICS AND TESTING (SEAT) FRAMEWORK
</h3>
<p>Published in the Proceedings of the 2020 Winter Simulation Conference K.-H. Bae, B. Feng, S. Kim, S.
Lazarova-Molnar, Z. Zheng, T. Roeder, and R. Thiesing, eds. Link to paper can be found: <a
class="js-scroll-trigger" href="https://informs-sim.org/wsc20papers/238.pdf">HERE</a>.</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">Winter 2020</span></br>
</div>
</div>
</div>
</section>
<hr class="m-0">
<section class="resume-section p-3 p-lg-5 d-flex d-column" id="skills">
<div class="my-auto">
<h2 class="mb-5">Skills</h2>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">Recent Languages:</h3>
<p>Java, Swift, Javascript, Python, SQL(mostly psql), Objective-C, C#</p>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">Recent Frameworks:</h3>
<p>iOS(UIKit, SwiftUI), Android, Vue, Django, Flask, Node, AWS</p>
</div>
</div>
</div>
</section>
<hr class="m-0">
<section class="resume-section p-3 p-lg-5 d-flex flex-column" id="experience">
<div class="my-auto">
<h2 class="mb-5">Engineering Experience</h2>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">Senior Software Engineer</h3>
<h3 class="mb-0">Software Engineer</h3>
<div class="subheading mb-3">MITRE</div>
<p> Works as a technical lead and/or as an individual contributor on various projects. Specific details on
all MITRE projects can be found <a class="js-scroll-trigger" href="#skills">HERE</a>.</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">April 2018 - Present</span></br>
<span class="text-primary">May 2016 - April 2018</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">Bluetooth Consultant & iOS Developer</h3>
<div class="subheading mb-3">Pairable, Inc. (Defunct as of mid/late 2015 AFAIK)</div>
<p>Created and managed the Pairable mobile application's iOS beta distribution system. Expanded and
optimized Bluetooth searching and peripheral interaction. Trained new employees on the current code base,
hardware peripherals, and source control.</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">October 2014 - January 2015</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row">
<div class="resume-content mr-auto">
<h3 class="mb-0">Lead iOS & Android Developer</h3>
<div class="subheading mb-3">Bringrr Systems (Sold/Reformed into Pairable, Inc)</div>
<p>Worked as a part of the Bringrr mobile development team. Independently worked to create a Bluetooth
tracking and management application that follows the ideas of IOT. Responsible for the creation,
implementation, and maintenance of custom Bluetooth and networking libraries needed for the core Bringrr
system. Managed the source control and bug tracking system. Created user interface for beta distributions
when needed</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">January 2014 - October 2014</span>
</div>
</div>
<h2 class="mb-5">Retail Experience</h2>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">Mobility and Technology Sales Associate & Certified Tech</h3>
<div class="subheading mb-3">Staples</div>
<p>Worked with customers to help with all of their shopping needs. Also worked with customers to diagnose
computer issues and offer them a solution to all of their tech needs. Repaired computers and performed
system diagnostics and upgrades for customers. Responsible for counting registers and safe at the end of
the shift day. Created deposit slips to be used for cash and check deposit to the bank.</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">December 2012 - April 2016</span>
</div>
</div>
</div>
</section>
<hr class="m-0">
<section class="resume-section p-3 p-lg-5 d-flex flex-column" id="education">
<div class="my-auto">
<h2 class="mb-5">Education</h2>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">University of Massachusetts - Lowell</h3>
<div class="subheading mb-3">Masters of Science</div>
<div>Computer Science</div>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">January 2016 - Current</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">University of Massachusetts - Lowell</h3>
<div class="subheading mb-3">Bachelor of Science</div>
<div>Computer Science</div>
<p>GPA: 3.5</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">September 2013 - December 2016</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row">
<div class="resume-content mr-auto">
<h3 class="mb-0">University of Massachusetts - Amherst</h3>
<p>Undeclared</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">September 2011 - May 2013</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row">
<div class="resume-content mr-auto">
<h3 class="mb-0">Burlington High School</h3>
<p>GPA: 3.6</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">August 2002 - May 2006</span>
</div>
</div>
</div>
</section>
<hr class="m-0">
<section class="resume-section p-3 p-lg-5 d-flex flex-column" id="skills">
<div class="my-auto">
<h2 class="mb-5" id="mitre-work`">MITRE Work</h2>
<div class="subheading mb-3">Below is all of the publicly available information for the projects I have worked
on and my responsibilities on each.</div>
<div class="resume-item d-flex flex-column flex-md-row">
<div class="resume-content mr-auto">
<h3 class="mb-0">Healthcare Delivery Schedule Optimization</h3>
<div class="subheading mb-3">Tech Lead</div>
<p>Managed a cross domain software development and data science team to create linear programming machine
learning models to develop healthcare delivery schedules. </p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">October 2020 - Present</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row">
<div class="resume-content mr-auto">
<h3 class="mb-0">GeoQ - Ontology Expansion</h3>
<div class="subheading mb-3">Contributor</div>
<p>Worked as an individual contributor as part of a small development team to add ontology capabilities to
GeoQ. More information on GeoQ can be found below.</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">January 2020 - October 2020</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row">
<div class="resume-content mr-auto">
<h3 class="mb-0">Sensitive OSInt Automation tool</h3>
<div class="subheading mb-3">Lead Developer, Architect, and Scrum Leader</div>
<p>Overview: Python tool used to preform OSInt activities per sponsor direction. Manages all data
normalization and data ingest into the database. </p>
<p>My Roles: Works as a technical contributor along with leading a development team. Runs Scrum meetings
including prioritizing tasking, budgeting time, and overall direction of the tool.</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">October 2019 - Present</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row">
<div class="resume-content mr-auto">
<h3 class="mb-0">Sensitive Data Gathering Tool</h3>
<div class="subheading mb-3">Lead Developer and Architect</div>
<p>Overview: Flask-Python Webserver and tool used to perform remote device fingerprinting and vulnerability
assessments per sponsor needs.</p>
<p>My Roles: Lead developer and tool architect.</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">January 2020 - Present</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row">
<div class="resume-content mr-auto">
<h3 class="mb-0">Symphony</h3>
<div class="subheading mb-3">AWS technical lead & contributor</div>
<p>Overview: Symphony is an automated provisioning framework that rapidly builds secure cloud enclaves. It
deploys Compliance as a Service to enable rapid accreditation of analytic ecosystems into either
on-premise or vendor-agnostic cloud environments. Symphony accelerates the process by providing pre-built,
fully integrated, and automated “packs” to stand up the environment and software, as well as bundled
documentation and security controls, in a matter of days—not months.</p>
<p>My Roles: I started on Symphony as just an individual contributor. Over time, my confidence grew and I
began to “own” more and more parts of the project. I eventually moved into a subject matter expert role as
one of the project architects while still being an active contributor. Eventually served as the AWS
technical lead for the platform managing 5-10 other developers. Managed and was responsible for 3-5 AWS
accounts. Including the account budgets and security.</p>
<p>The public MITRE writeup on Symphony can be located <a
href="https://www.mitre.org/capabilities/advanced-technologies/symphony-automated-secure-platform">here</a>
</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">January 2017 - January 2020</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row">
<div class="resume-content mr-auto">
<h3 class="mb-0">Sensitive Python Desktop Application</h3>
<div class="subheading mb-3">Lead Developer</div>
<p>Overview: Python, bash, and Javascript project focusing on developing a Selenium alternative for sponsor
needs. </p>
<p>My Roles: Owned, created, and managed the development of the web driver portion of the project.</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">August 2018 - Present</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row">
<div class="resume-content mr-auto">
<h3 class="mb-0">MITRE @ Work Mobile Application</h3>
<div class="subheading mb-3">Android Contributor, iOS Lead Developer</div>
<p>Overview: MITRE's Mobile application that allows employees access to tools like their timecard and
calendar.</p>
<p>My Roles: Functioned as a Mobile Development subject matter expert. Functioned as lead developer and
architect on the iOS code base managing three developers in an Agile Scrum environment. Worked with the
UI/UX team to re-design the user interface to a material design theme. Also worked as a contributor on the
Android code base.</p>
<p>View MITRE@Work on the App Store <a
href="https://itunes.apple.com/us/app/mitre-work/id1188433255?mt=8">here</a></p>
<p>View MITRE@Work on the Google Play Store <a
href="https://play.google.com/store/apps/details?id=org.mitre.mobile.arcadia&hl=en_US">here</a></p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">May 2017 - August 2018</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row">
<div class="resume-content mr-auto">
<h3 class="mb-0">Sensitive Spring fullstack project</h3>
<div class="subheading mb-3">Contributor</div>
<p>Overview: Spring fullstack content management system.</p>
<p>My Roles: Worked as a member of a 5 man developer team as an individual contributor.</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">January 2017 - May 2017</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row">
<div class="resume-content mr-auto">
<h3 class="mb-0">GeoQ</h3>
<div class="subheading mb-3">Contributor</div>
<p>Overview: GeoQ is an open source (MIT License) geographic tasking system that allows teams to collect
geographic structured observations across a large area, but manage the work in smaller geographic regions.
Large areas can be quickly broken up into small 1km squares and assigned to a team. System transparency
informs all groups about workflow to avoid duplication of effort.</p>
<p>The GeoQ software was developed at the National Geospatial-Intelligence Agency (NGA) in collaboration
with The MITRE Corporation. The government has "unlimited rights" and is releasing this software to
increase the impact of government investments by providing developers with the opportunity to take things
in new directions. The software use, modification, and distribution rights are stipulated within the MIT
license.</p>
<p>My Roles: I worked as an individual contributor.</p>
<p>GeoQ can be found on github <a href="https://github.com/ngageoint/geoq">here</a>
<p>MITRE writeup on GeoQ can be found <a
href="https://www.mitre.org/publications/project-stories/geoq-lets-the-whole-world-lend-a-hand-at-disaster-sites">here</a>
</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">May 2016 - January 2017</span>
</div>
</div>
</section>
</div>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/resume.min.js"></script>
</body>
</html>