-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
722 lines (676 loc) · 55.1 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
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
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<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="">-->
<link rel="icon" href="../../../../favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Responsive Resume Template">
<meta name="author" content="Xiaoying Riley at 3rd Wave Media">
<!-- <link rel="shortcut icon" href="favicon.ico">-->
<title>Resume</title>
<!-- Bootstrap core CSS -->
<script src="https://kit.fontawesome.com/068546a344.js"></script>
<meta http-equiv="x-ua-compatible" content="ie=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css"
integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous">
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900" rel="stylesheet">
<!-- FontAwesome JS-->
<script defer src="https://use.fontawesome.com/releases/v5.1.1/js/all.js"
integrity="sha384-BtvRZcyfv4r0x/phJt9Y9HhnN5ur1Z+kZbKVgzVBAlQZX4jvAuImlIz+bG7TS00a"
crossorigin="anonymous"></script>
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="css/pillar-1.css">
<!-- Custom styles for this template -->
</head>
<body>
<article class="resume-wrapper text-center position-relative">
<div class="resume-wrapper-inner mx-auto text-left bg-white shadow-lg">
<header class="resume-header pt-4 pt-md-0">
<div class="media flex-column flex-md-row">
<img class="mr-3 img-fluid picture mx-auto" src="images/profile.jpeg" alt="">
<div class="media-body p-4 d-flex flex-column flex-md-row mx-auto mx-lg-0">
<div class="primary-info">
<h1 class="name mt-0 mb-1 text-white text-uppercase text-uppercase">Gloria Laura Vela</h1>
<div class="title mb-3">Software Developer</div>
<ul class="list-unstyled">
<li class="mb-2"><a href="#"><i class="far fa-envelope fa-fw mr-2"
data-fa-transform="grow-3"></i>[email protected]</a>
</li>
<li><a href="#"><i class="fas fa-mobile-alt fa-fw mr-2" data-fa-transform="grow-6"></i>210
862 0693</a></li>
</ul>
</div><!--//primary-info-->
<div class="secondary-info ml-md-auto mt-2">
<ul class="resume-social list-unstyled">
<li class="mb-3"><a href="#"><span class="fa-container text-center mr-2"><i
class="fab fa-linkedin-in fa-fw"></i></span><a
href="https://www.linkedin.com/in/gloria-laura-vela" target="_blank"> Gloria Laura
Vela</a></li>
<li class="mb-3"><a href="https://github.com/gloriaLVela"><span
class="fa-container text-center mr-2"><i
class="fab fa-github-alt fa-fw"></i></span>github.com/gloriaLVela</a></li>
<!-- <li class="mb-3"><a href="#"><span class="fa-container text-center mr-2"><i-->
<!-- class="fab fa-codepen fa-fw"></i></span>codepen.io/username/</a></li>-->
<!-- <li><a href="#"><span class="fa-container text-center mr-2"><i-->
<!-- class="fas fa-globe"></i></span>yourwebsite.com</a></li>-->
</ul>
</div><!--//secondary-info-->
</div><!--//media-body-->
</div><!--//media-->
</header>
<div class="resume-body p-5">
<section class="resume-section summary-section mb-5">
<h2 class="resume-section-title text-uppercase font-weight-bold pb-3 mb-3">Career Summary</h2>
<div class="resume-section-content">
<p class="mb-0">Top 5 (Gallup) strengths: strategic, responsibility, learner, positive attitude, and
focus. <br/>
A software developer with 10+ years of experience. Comfortable working as part of a team, and
yet can work independently. Enjoy solving problems, designing, implementing, and maintaining
applications. Seeking an opportunity to work with a mission-driven team and to continue growing
my skill set to ensure the success of the organization..</p>
</div>
</section><!--//summary-section-->
<div class="row">
<div class="col-lg-9">
<section class="resume-section experience-section mb-5">
<h2 class="resume-section-title text-uppercase font-weight-bold pb-3 mb-3">Development
Projects</h2>
<div class="resume-section-content">
<!-- Def-Logix -->
<article class="resume-timeline-item position-relative pb-5">
<div class="resume-timeline-item-header mb-2">
<div class="d-flex flex-column flex-md-row">
<h3 class="resume-position-title font-weight-bold mb-1">Software Developer II</h3>
<div class="resume-company-name ml-auto">Def-Logix</div>
</div><!--//row-->
<div class="resume-position-time">2020 - Present</div>
</div><!--//resume-timeline-item-header-->
<div class="resume-timeline-item-desc">
<p>Develop, design, deploy, and manage web applications.
</p>
<h4 class="resume-timeline-item-desc-heading font-weight-bold">Technologies
used:</h4>
<ul class="list-inline">
<li class="list-inline-item"><span class="badge badge-primary badge-pill">Javascript</span>
</li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">HTML/CSS</span>
</li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">React</span>
</li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">Python</span>
</li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">SQLite</span>
</li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">Git & GitLab</span>
</li>
</ul>
</div><!--//resume-timeline-item-desc-->
</article><!--//resume-timeline-item-->
<!-- Student -->
<article class="resume-timeline-item position-relative pb-5">
<div class="resume-timeline-item-header mb-2">
<div class="d-flex flex-column flex-md-row">
<h3 class="resume-position-title font-weight-bold mb-1">Student</h3>
<div class="resume-company-name ml-auto">Codeup</div>
</div><!--//row-->
<div class="resume-position-time">2019 - 2019</div>
</div><!--//resume-timeline-item-header-->
<div class="resume-timeline-item-desc">
<p>A fully immersive, project-based, and intensive 20-week full stack Java
career accelerator that provides
students with 670 hours of expert instruction in software development.</p>
<h4 class="resume-timeline-item-desc-heading font-weight-bold">
Achievements:</h4>
<ul>
<!-- <li><strong>Job Search Log 01/2020.</strong> A registered user-->
<!-- can add, delete, and update the list of companies they want to work. A-->
<!-- registered user can keep track of the jobs they are interested in by-->
<!-- creating, updating, and deleting their job posts log.-->
<!-- <br>Technologies used:-->
<!-- CSS, Flexbox, Bootstrap, JavaScript, Java Spring Boot, Thymeleaf, ORM,-->
<!-- HTML, MySQL, MVC Model, Git, GitHub-->
<!-- </li>-->
<li><strong>AeroFood 12/2019.</strong> The full-stack web application, which
allows the user to order food online get it deliver at
the airport gate. We worked as a team on the mobile app, and I am the
sole developer of the admin portal.
<br>
The admin portal is a web application (CRUD) used to manage restaurants
by
adding, editing, or deleting items such as cuisine types, menu items
types, menu items, and restaurants.
<br>I used CSS, Bootstrap, CSS, Grid, Flexbox, JavaScript, Java
Spring Boot framework,
Thymeleaf, ORM, Hibernate, API, HTML5, MySQL, MVC Model, TDD
(Integration) Git, GitHub, and
GitHub tools to manage the project. We practiced the agile workflow.
</li>
<li><strong>Spring Blog 11/2019. </strong>Allows the anonymous user to view
all posts.
The blog owner can create, edit and delete the posts they created.
<br>
Technologies used: Java
Spring Boot framework, CSS, Bootstrap, JavaScript,
Thymeleaf, ORM, Hibernate, Filestack API, HTML5, MySQL, MVC Model, TDD
(Integration) Git, GitHub
</li>
<li><strong>AdLister 10/2019. </strong>Pair Programming project. A
full-stack web application where the user can
create an account to place ads and the anonymous user can browse through
the commercials.
<br>
The
app utilizes MVC, Java servlets, JSP's, JSTL, HTTP request, Apache,
data access objects, and
MySQL database.
</li>
<li><strong>Rate a Movie 10/2019. </strong>Paired Programming project.
Single Page CRUD Application to maintain a
JSON database. The application uses an API to access the movie database
(JSON-server) and the
OMDb API to pull data relevant to the films.
<br>Technologies used:
API, JavaScript, HTML, API, Webpack,
Responsive web design. Deployed at https://rate-movie.glitch.me/
</li>
<li><strong>Hunger Games 09/2019. </strong>Paired Programming project.
Classic text-based RPG game. These
types of online role-playing games date back to the '70s and solely rely
on a text-based interface.
<br>
Technology used: Java and OOP.
</li>
<!-- <li>Pizza.</li>-->
<li><strong>Weather Map 09/2019.</strong> Built a SPA web application that
gives the
user a three-day forecast for a specific location on a map using
either a drag and drop function or a search for location function.
<br>
Technologies used: HTML, CSS, JavaScript and the MapBox API, Dark Sky
API.
</li>
<li><strong>Coffee Project 08/2019. </strong>Paired programming project. The
Coffee project is a Single Page
Application. Fixed the problems, added the ability to add a new coffee,
and a search insensitive
option.
<br>Technology used: JavaScript, Bootstrap, and HTML.
</li>
</ul>
<h4 class="resume-timeline-item-desc-heading font-weight-bold">Technologies
used:</h4>
<ul class="list-inline">
<li class="list-inline-item"><span class="badge badge-primary badge-pill"> Java </span>
</li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill"> JavaScript </span>
</li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill"> HTML </span>
</li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill"> CSS </span>
</li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill"> MySQL </span>
</li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill"> Java Spring Framework</span>
</li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill"> Bootstrap </span>
</li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill"> JSON </span>
</li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill"> jQuery </span>
</li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">Git </span>
</li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill"> GitHub</span>
</li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">Object-Oriented Programming (OOP) </span>
</li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill"> Paired Programming </span>
</li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">Jasmine </span>
</li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill"> API </span>
</li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill"> MVC</span>
</li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill"> Webpack </span>
</li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill"> Responsive web design </span>
</li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill"> JUnit </span>
</li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill"> Software Development Life Cycle SDLC </span>
</li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill"> ORM</span>
</li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill"> JSP </span>
</li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill"> HTTP Request.</span>
</li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill"> JSTL</span>
</li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill"> GitHub tools to manage projects</span>
</li>
</ul>
</div><!--//resume-timeline-item-desc-->
</article><!--//resume-timeline-item-->
</div>
</div>
<!-- -->
<!-- Open Source -->
<!-- -->
<br>
<h2 class="resume-section-title text-uppercase font-weight-bold pb-3 mb-3">Open Source</h2>
<div class="resume-section-content">
<div class="resume-timeline position-relative">
<article class="resume-timeline-item position-relative pb-5">
<div class="resume-timeline-item-header mb-2">
<div class="d-flex flex-column flex-md-row">
<h3 class="resume-position-title font-weight-bold mb-1">Software Development
| Volunteer</h3>
<div class="resume-company-name ml-auto">GreenStand
</div>
</div><!--//row-->
<div class="resume-position-time">2018 - Present</div>
</div><!--//resume-timeline-item-header-->
<div class="resume-timeline-item-desc">
<p>Mission statement: Empower communities around the world to improve ecological
health by helping them plant trees in their degraded lands and to provide
economic opportunities.
<br>
Current contributor to the admin panel and other areas as needed.
</p>
<h4 class="resume-timeline-item-desc-heading font-weight-bold">Technologies
used:</h4>
<ul class="list-inline">
<li class="list-inline-item"><span class="badge badge-primary badge-pill">ES6</span>
</li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">ReactJS</span>
</li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">MATERIAL-UI</span>
</li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">HTML</span>
</li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">CSS</span>
</li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">JavaScript</span>
</li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">Git</span>
</li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">GitHub</span>
</li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">NodeJS</span>
</li>
</ul>
</div><!--//resume-timeline-item-desc-->
</article><!--//resume-timeline-item-->
</div><!--//resume-timeline-->
</div>
<!-- -->
<!-- Work Experience -->
<!-- -->
<br>
<h2 class="resume-section-title text-uppercase font-weight-bold pb-3 mb-3">Work
Experience</h2>
<div class="resume-section-content">
<!-- SwRI-->
<div class="resume-timeline position-relative">
<article class="resume-timeline-item position-relative pb-5">
<div class="resume-timeline-item-header mb-2">
<div class="d-flex flex-column flex-md-row">
<h3 class="resume-position-title font-weight-bold mb-1">Technical
Specialist</h3>
<div class="resume-company-name ml-auto">Southwest Research Institute
</div>
</div><!--//row-->
<div class="resume-position-time">2012 - 2017</div>
</div><!--//resume-timeline-item-header-->
<div class="resume-timeline-item-desc">
<p>Designed, implemented, tested, enhanced and maintained Client/Server
applications, Web applications (3-Tier), programming tools, reports, and
electronic forms to close the gap between Costpoint (project accounting
software package sold by Deltek) and the user’s needs.
</p>
<h4 class="resume-timeline-item-desc-heading font-weight-bold">Achievements</h4>
<p>
<li>Optimized oracle queries and packages resulting in reduced time between 50%
and 90%.
</li>
<li>Migrated an estimated 200 reports and sub reports from Crystal reports to
Business Intelligence and Reporting Tools BIRT in 2 years. This included
migrating and optimizing query statements and procedures to packages.
</li>
<li>Migrated 6,098 user records and cleaned 4,192 records from My SQL database
to a Drupal friendly format (an estimated 90 hours).
</li>
</p>
<h4 class="resume-timeline-item-desc-heading font-weight-bold">Technologies
used:</h4>
<ul class="list-inline">
<li class="list-inline-item"><span class="badge badge-primary badge-pill">Algorithms</span>
</li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">Oracle</span>
</li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">JavaScript</span>
</li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">HTML</span>
</li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">CSS</span>
</li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">ASP.Net</span>
</li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">VB.Net</span>
</li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">ADO.Net</span>
</li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">BIRT</span>
</li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">Crystal Reports</span>
</li>
</ul>
</div><!--//resume-timeline-item-desc-->
</article><!--//resume-timeline-item-->
</div><!--//resume-timeline-->
</div>
<div class="resume-section-content">
<div class="resume-timeline position-relative">
<article class="resume-timeline-item position-relative pb-5">
<div class="resume-timeline-item-header mb-2">
<div class="d-flex flex-column flex-md-row">
<h3 class="resume-position-title font-weight-bold mb-1">Associate Technical
Specialist</h3>
<div class="resume-company-name ml-auto">Southwest Research Institute
</div>
</div><!--//row-->
<div class="resume-position-time">2010 - 2012</div>
</div><!--//resume-timeline-item-header-->
<div class="resume-timeline-item-desc">
<p>Designed, implemented, tested, enhanced and maintained Client/Server
applications, Web applications (3-Tier), programming tools, reports, and
electronic forms to close the gap between Costpoint (project accounting
software package sold by Deltek) and the user’s needs.
.</p>
<h4 class="resume-timeline-item-desc-heading font-weight-bold">Achievements</h4>
<p>
<li>Generated customized excel spreadsheets using oracle, crystal reports and
excel macros, which resulted in an estimated savings of 2,500 hours a year
of personnel time.
</li>
<li>Implemented a reporting system, which enabled the user to save an estimated
468 hours per year.
</li>
<li>Created a reporting system, to be used in an audit, which resulted in an
estimated savings of 1,560-hours/year in management level time.
</li>
</p>
<h4 class="resume-timeline-item-desc-heading font-weight-bold">Technologies
used:</h4>
<ul class="list-inline">
<li class="list-inline-item"><span class="badge badge-primary badge-pill">Algorithms</span>
</li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">Oracle</span>
</li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">JavaScript</span>
</li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">HTML</span>
</li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">CSS</span>
</li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">ASP.Net</span>
</li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">VB.Net</span>
</li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">ADO.Net</span>
</li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">BIRT</span>
</li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">Crystal Reports</span>
</li>
</ul>
</div><!--//resume-timeline-item-desc-->
</article><!--//resume-timeline-item-->
</div><!--//resume-timeline-->
</div>
<div class="resume-section-content">
<div class="resume-timeline position-relative">
<article class="resume-timeline-item position-relative pb-5">
<div class="resume-timeline-item-header mb-2">
<div class="d-flex flex-column flex-md-row">
<h3 class="resume-position-title font-weight-bold mb-1">Assistant
Technical Specialist</h3>
<div class="resume-company-name ml-auto">Southwest Research Institute
</div>
</div><!--//row-->
<div class="resume-position-time">2007 - 2010</div>
</div><!--//resume-timeline-item-header-->
<div class="resume-timeline-item-desc">
<p>Advanced through several promotions, culminating in Technical Assistant
role.</p>
<h4 class="resume-timeline-item-desc-heading font-weight-bold">Achievements</h4>
<p>
<li>Redesigned the software tool that standardizes the appearance of end user
searches, and expedites development of web applications by reducing
developer’s time.
</li>
<li>Designed and implemented a Web application for the Credit and Collection
group to prepare for a meeting. This application included a customized
auto-complete. The application saves an estimated of 650 hours per year.
</li>
</p>
<h4 class="resume-timeline-item-desc-heading font-weight-bold">Technologies
used:</h4>
<ul class="list-inline">
<li class="list-inline-item"><span class="badge badge-primary badge-pill">Algorithms</span>
</li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">Oracle</span>
</li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">JavaScript</span>
</li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">HTML</span>
</li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">CSS</span>
</li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">ASP.Net</span>
</li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">VB.Net</span>
</li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">ADO.Net</span>
</li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">BIRT</span>
</li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">Crystal Reports</span>
</li>
</ul>
</div><!--//resume-timeline-item-desc-->
</article><!--//resume-timeline-item-->
</div><!--//resume-timeline-->
</div>
</section><!--//experience-section-->
</div>
<div class="col-lg-3">
<section class="resume-section skills-section mb-5">
<h2 class="resume-section-title text-uppercase font-weight-bold pb-3 mb-3">Other Skills </h2>
<!-- & Tools-->
<div class="resume-section-content">
<div class="resume-skill-item">
<!-- <ul class="list-unstyled mb-4">-->
<!-- <li class="mb-2">-->
<!-- <div class="resume-skill-name">JavaScript</div>-->
<!-- <div class="progress resume-progress">-->
<!-- <div class="progress-bar theme-progress-bar-dark" role="progressbar"-->
<!-- style="width: 98%" aria-valuenow="25" aria-valuemin="0"-->
<!-- aria-valuemax="100"></div>-->
<!-- </div>-->
<!-- </li>-->
<!-- <li class="mb-2">-->
<!-- <div class="resume-skill-name">HTML/CSS</div>-->
<!-- <div class="progress resume-progress">-->
<!-- <div class="progress-bar theme-progress-bar-dark" role="progressbar"-->
<!-- style="width: 94%" aria-valuenow="25" aria-valuemin="0"-->
<!-- aria-valuemax="100"></div>-->
<!-- </div>-->
<!-- </li>-->
<!-- <li class="mb-2">-->
<!-- <div class="resume-skill-name">JQuery</div>-->
<!-- <div class="progress resume-progress">-->
<!-- <div class="progress-bar theme-progress-bar-dark" role="progressbar"-->
<!-- style="width: 96%" aria-valuenow="25" aria-valuemin="0"-->
<!-- aria-valuemax="100"></div>-->
<!-- </div>-->
<!-- </li>-->
<!-- <li class="mb-2">-->
<!-- <div class="resume-skill-name">Responsive Design</div>-->
<!-- <div class="progress resume-progress">-->
<!-- <div class="progress-bar theme-progress-bar-dark" role="progressbar"-->
<!-- style="width: 92%" aria-valuenow="25" aria-valuemin="0"-->
<!-- aria-valuemax="100"></div>-->
<!-- </div>-->
<!-- </li>-->
<!-- <li class="mb-2">-->
<!-- <div class="resume-skill-name">Oracle</div>-->
<!-- <div class="progress resume-progress">-->
<!-- <div class="progress-bar theme-progress-bar-dark" role="progressbar"-->
<!-- style="width: 96%" aria-valuenow="25" aria-valuemin="0"-->
<!-- aria-valuemax="100"></div>-->
<!-- </div>-->
<!-- </li>-->
<!-- <li class="mb-2">-->
<!-- <div class="resume-skill-name">MySQL</div>-->
<!-- <div class="progress resume-progress">-->
<!-- <div class="progress-bar theme-progress-bar-dark" role="progressbar"-->
<!-- style="width: 95%" aria-valuenow="25" aria-valuemin="0"-->
<!-- aria-valuemax="100"></div>-->
<!-- </div>-->
<!-- </li>-->
<!-- <li class="mb-2">-->
<!-- <div class="resume-skill-name">API</div>-->
<!-- <div class="progress resume-progress">-->
<!-- <div class="progress-bar theme-progress-bar-dark" role="progressbar"-->
<!-- style="width: 92%" aria-valuenow="25" aria-valuemin="0"-->
<!-- aria-valuemax="100"></div>-->
<!-- </div>-->
<!-- </li>-->
<!-- <li class="mb-2">-->
<!-- <div class="resume-skill-name">Unit Testing</div>-->
<!-- <div class="progress resume-progress">-->
<!-- <div class="progress-bar theme-progress-bar-dark" role="progressbar"-->
<!-- style="width: 86%" aria-valuenow="25" aria-valuemin="0"-->
<!-- aria-valuemax="100"></div>-->
<!-- </div>-->
<!-- </li>-->
<!-- </ul>-->
</div><!--//resume-skill-item-->
<div class="resume-skill-item">
<!-- <h4 class="resume-skills-cat font-weight-bold">Others</h4>-->
<ul class="list-inline">
<!-- <li class="list-inline-item"><span class="badge badge-light">DevOps</span></li>-->
<li class="list-inline-item"><span class="badge badge-light">Code Review</span></li>
<li class="list-inline-item"><span class="badge badge-light">Git</span></li>
<li class="list-inline-item"><span class="badge badge-light">Unit Testing</span>
</li>
<li class="list-inline-item"><span class="badge badge-light">Algorithms</span></li>
<li class="list-inline-item"><span class="badge badge-light">Data Structures</span>
</li>
<li class="list-inline-item"><span class="badge badge-light">Top Down Design</span>
</li>
<li class="list-inline-item"><span class="badge badge-light">Waterfall</span></li>
<li class="list-inline-item"><span class="badge badge-light">SDLC</span></li>
</ul>
</div><!--//resume-skill-item-->
</div><!--resume-section-content-->
</section><!--//skills-section-->
<section class="resume-section education-section mb-5">
<h2 class="resume-section-title text-uppercase font-weight-bold pb-3 mb-3">Education</h2>
<div class="resume-section-content">
<ul class="list-unstyled">
<li class="mb-2">
<div class="resume-degree font-weight-bold">Codeup - Full-Stack certificate of
completion
</div>
<div class="resume-degree-org">A fully immersive, project-based, and intensive
20-week full stack Java career accelerator that provides
students with 600+ hours of expert instruction in software development.
</div>
</li>
<li class="mb-2">
<div class="resume-degree font-weight-bold">Bachelor of Science in Computer Science
- Degree validated by the Foreign Credential Service of America
</div>
<div class="resume-degree-org">Universidad Autónoma de Nuevo León, San Nicolás De
Los Garza, Nuevo León, México
</div>
</li>
<li>
<div class="resume-degree font-weight-bold">Associate of Applied Science in Computer
Programming
</div>
<div class="resume-degree-org">San Antonio College (SAC), San Antonio, Texas</div>
</li>
</ul>
</div>
</section><!--//education-section-->
<section class="resume-section reference-section mb-5">
<h2 class="resume-section-title text-uppercase font-weight-bold pb-3 mb-3">Awards</h2>
<div class="resume-section-content">
<ul class="list-unstyled resume-awards-list">
<li class="mb-2 pl-4 position-relative">
<i class="resume-award-icon fas fa-trophy position-absolute"
data-fa-transform="shrink-2"></i>
<div class="resume-award-name">AITP (Association of Information Technology
Professionals) National Contest: Systems Analysis and Design, 3rd Place
</div>
<div class="resume-award-desc">AITP (Association of Information Technology
Professionals) National Contest: Systems Analysis and Design, 3rd Place
</div>
</li>
<li class="mb-0 pl-4 position-relative">
<i class="resume-award-icon fas fa-trophy position-absolute"
data-fa-transform="shrink-2"></i>
<div class="resume-award-name">AITP National Contest: Student Paper, 3rd Place</div>
<div class="resume-award-desc">AITP National Contest: Student Paper, 3rd Place.
</div>
</li>
</ul>
</div>
</section><!--//interests-section -->
<section class="resume-section language-section mb-5">
<h2 class="resume-section-title text-uppercase font-weight-bold pb-3 mb-3">Language</h2>
<div class="resume-section-content">
<ul class="list-unstyled resume-lang-list">
<li class="mb-2"><span class="resume-lang-name font-weight-bold">English</span>
<small class="text-muted font-weight-normal">(100%)</small>
</li>
<li><span class="resume-lang-name font-weight-bold">Spanish</span>
<small class="text-muted font-weight-normal">(100%)</small>
</li>
</ul>
</div>
</section><!--//language-section-->
<section class="resume-section interests-section mb-5">
<h2 class="resume-section-title text-uppercase font-weight-bold pb-3 mb-3">Interests</h2>
<div class="resume-section-content">
<ul class="list-unstyled">
<li class="mb-1">Cooking</li>
<li class="mb-1">Yoga</li>
</ul>
</div>
</section><!--//interests-section-->
</div>
</div><!--//row-->
</div><!--//resume-body-->
</div>
</article>
<footer class="footer text-center pt-2 pb-5">
<!--/* This template is released under the Creative Commons Attribution 3.0 License. Please keep the attribution link below when using for your own project. Thank you for your support. :) If you'd like to use the template without the attribution, you can buy the commercial license via our website: themes.3rdwavemedia.com */-->
<small class="copyright">Designed with <i class="fas fa-heart"></i> by <a href="http://themes.3rdwavemedia.com"
target="_blank">Xiaoying Riley</a> for
developers
</small>
</footer>
</body>
</html>