-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·384 lines (343 loc) · 17.5 KB
/
Copy pathindex.html
File metadata and controls
executable file
·384 lines (343 loc) · 17.5 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
<!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>David Velez's Resume</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 Velez</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="#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">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#interests">Interests</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#awards">Awards</a>
</li>
</ul>
</div>
</nav>
<div class="container-fluid p-0">
<section class="resume-section p-3 p-lg-5 d-flex align-items-center" id="about">
<div class="w-100">
<h1 class="mb-0">David
<span class="text-primary">Velez</span>
</h1>
<div class="subheading mb-5">San Antonio, TX · (210) 724-2943 ·
<a href="mailto:name@email.com">dveleztx@gmail.com</a>
</div>
<p class="lead mb-5">
I am an experienced Systems Engineer with a strong background in building servers, infrastructure,
and networking. I'm also an experienced DevOps Engineer utilizing configuration management and
automation for CI/CD. Automation is the future of productive SDLC implementation that allows for
hitting deadlines, while maintaining software quality through automated processes and structure.
</p>
<div class="social-icons">
<a href="https://linkedin.com/in/dveleztx" target="_blank">
<i class="fab fa-linkedin-in"></i>
</a>
<a href="https://github.com/dveleztx" target="_blank">
<i class="fab fa-github"></i>
</a>
<a href="https://gitlab.com/dveleztx" target="_blank">
<i class="fab fa-gitlab"></i>
</a>
</div>
</div>
</section>
<hr class="m-0">
<section class="resume-section p-3 p-lg-5 d-flex justify-content-center" id="experience">
<div class="w-100">
<h2 class="mb-5">Experience</h2>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="resume-content">
<h3 class="mb-0">Systems Engineer</h3>
<div class="subheading mb-3">CACI International, Inc.</div>
<p>
While working as a Systems Engineer, I improved on network tools for automated data collection
and data visualization using open source software. I also managed and supported a research
network as a domain administrator, creating and managing user accounts, providing group access,
and configuring network architecture for our research partners.
</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">August 2019 - Present</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="resume-content">
<h3 class="mb-0">Computer Science Intern</h3>
<div class="subheading mb-3">CACI International, Inc.</div>
<p>
Interned in New Jersey and I designed scripts to automate network analysis and retrieval using
APIs and built out databases to capture network data. Identified network backbones in network
structures while aggregating information into charts, graphs, and tables for analytics.
</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">May 2019 - August 2019</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="resume-content">
<h3 class="mb-0">Software Engineer</h3>
<div class="subheading mb-3">Def-Logix, Inc.</div>
<p>
Automated Software Projects with GitLab CI/CD tools for pipelining our code base to perform
jobs to build software projects, conduct static analysis, functional testing, and document
generation. All documentation were generated into a static GitLab page for analysis and
reporting.
</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">February 2019 - May 2019</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="resume-content">
<h3 class="mb-0">Sys/Network Administrator</h3>
<div class="subheading mb-3">Def-Logix, Inc.</div>
<p>
I managed domain user accounts, managed hypervisors and stood up VMs, and also proposed backup
solutions for our infrastructure. Secured networks and maintained core servers. Responsible for
increasing NIST compliance standards by over 35% while implemented a Risk Management Framework
while generating checklists and documentation for accountability.
</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">September 2018 - February 2019</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="resume-content">
<h3 class="mb-0">Software Developer</h3>
<div class="subheading mb-3">CCC Group, Inc.</div>
<p>
Programmed 4GL Systems to design customized reports for our internal employees on our ERP
System. Integrated data to allow employees to access records and generate custom reports.
Created user custom web service to access our ERP, and on the backend, designed and created
databases.
</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">February 2016 - June 2017</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="resume-content">
<h3 class="mb-0">System Administrator</h3>
<div class="subheading mb-3">CCC Group, Inc.</div>
<p>
Maintained servers, networks, domain accounts, and backups. Worked with both Windows and Linux
environments, and patched/updated software and firmware. Coordinated with project managers to
setup ISP connections on remote locations and plan network rollout for most efficient network
designs.
</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">June 2012 - February 2016</span>
</div>
</div>
</div>
</section>
<hr class="m-0">
<section class="resume-section p-3 p-lg-5 d-flex align-items-center" id="education">
<div class="w-100">
<h2 class="mb-5">Education</h2>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="resume-content">
<h3 class="mb-0">Texas A&M University-San Antonio</h3>
<div class="subheading mb-3">Bachelor of Science</div>
<div>Computer Science</div>
<p>GPA: 3.90</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">August 2016 - December 2019</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between">
<div class="resume-content">
<h3 class="mb-0">NCSA Student Chapter</h3>
<div class="subheading mb-3">Vice President</div>
<p>
Before graduating, helped establish another student chapter with a focus in cybersecurity
for professional development, career networking, and community involvement. The National
Cybersecurity Association will be instrumental in connected students to the industry.
</p>
<p>
A notable event was inviting Percona's own Product Manager of MySQL and Cloud, Tyler Duzan, who
spoke with our club members on industry concepts of an "Introduction to Cloud Concepts" and
"Databases in the Cloud".
</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">October 2019 - December 2019</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between">
<div class="resume-content">
<h3 class="mb-0">ACM Student Chapter</h3>
<div class="subheading mb-3">President</div>
<p>
As President, my goal was to start an organization with a strong presence on our campus for our
Computer Science and Cybersecurity students, while actively engaging in community projects.
From the start our goal had been to include all students who have an interest in cyber and
provide them with hands on experience. We developed workshops, participated in competitions
(CTFs, King of the Hill), collaborated together, provided tutoring and mentoring, facilitated
resources, and organized events.
</p>
<p>
Notable workshops led by our ACM leaders included: Linux Training, Web Development, Git,
JavaScript, Java (OOP), Flask, Bootstrap, Configuration Management (Ansible), DevOps CI/CD,
Network Security, Containers, Encryption/Decryption, Security+ Concepts, and more.
</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">November 2016 - August 2019</span>
</div>
</div>
</div>
</section>
<hr class="m-0">
<section class="resume-section p-3 p-lg-5 d-flex align-items-center" id="skills">
<div class="w-100">
<h2 class="mb-5">Skills</h2>
<div class="subheading mb-3">Programming Languages & Tools</div>
<ul class="list-inline dev-icons">
<li class="list-inline-item">
<i class="fab fa-python"></i>
</li>
<li class="list-inline-item">
<i class="fab fa-java"></i>
</li>
<li class="list-inline-item">
<i class="fab fa-bootstrap"></i>
</li>
<li class="list-inline-item">
<i class="fab fa-css3-alt"></i>
</li>
<li class="list-inline-item">
<i class="fab fa-html5"></i>
</li>
<li class="list-inline-item">
<i class="fab fa-vuejs"></i>
</li>
<li class="list-inline-item">
<i class="fab fa-gitlab"></i>
</li>
<li class="list-inline-item">
<i class="fab fa-npm"></i>
</li>
</ul>
<div class="subheading mb-3">Skill Sets</div>
<ul class="fa-ul mb-0">
<li>
<i class="fa-li fa fa-check"></i>
Data Collection and Data Visualization
</li>
<li>
<i class="fa-li fa fa-check"></i>
Configuration Management and Automation
</li>
<li>
<i class="fa-li fa fa-check"></i>
DevOps Continuous Integration and Delivery
</li>
<li>
<i class="fa-li fa fa-check"></i>
Backend Engineering and Administration
</li>
</ul>
</div>
</section>
<hr class="m-0">
<section class="resume-section p-3 p-lg-5 d-flex align-items-center" id="interests">
<div class="w-100">
<h2 class="mb-5">Interests</h2>
<p>
I'm avid learner of different technologies from various open source software, offensive security,
network hardening, and much more. I'm currently building my own personal research network for detecting
insider threat using common reconnaissance tools and hacking exploits.
</p>
<p class="mb-0">
When I'm not doing tech, I love playing Dungeons & Dragons, I currently moderate two separate campaigns,
I love writing fictious stories, and spending time with my beautiful wife and daughter. I also love
trying new things and traveling to experience different foods.
</p>
</div>
</section>
<hr class="m-0">
<section class="resume-section p-3 p-lg-5 d-flex align-items-center" id="awards">
<div class="w-100">
<h2 class="mb-5">Awards & Certifications</h2>
<ul class="fa-ul mb-0">
<li>
<i class="fa-li fa fa-trophy text-warning"></i>
1<sup>st</sup> Place - NSA - Aggie's Invent at TAMUSA
</li>
<li>
<i class="fa-li fa fa-trophy text-warning"></i>
Community Spark Award - Geekdom - 2019 CivTechSA Datathon
</li>
<li>
<i class="fa-li fa fa-trophy text-warning"></i>
2<sup>nd</sup> Place - Geekdom - 2019 CivTechSA Ideathon
</li>
<li>
<i class="fa-li fa fa-trophy text-warning"></i>
4<sup>th</sup> Place - Geekdom - 2019 CivTechSA Codeathon
</li>
<li>
<i class="fa-li fa fa-trophy text-warning"></i>
2<sup>nd</sup> Place - Deloitte - 2018 AFCEA Alamo ACE CTF
</li>
<li>
<i class="fa-li fa fa-trophy text-warning"></i>
Facebook Black Hat/DEFCON Scholarship - Facebook - 2018
</li>
</ul>
</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>