-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
637 lines (628 loc) · 44.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta content="Arun's Resume" property="og:title">
<meta content="https://avarghese.me/resume" property="og:url">
<meta content="assets/img/backgrounds/code.png" property="og:image">
<meta content="Arun's Resume" property="og:site_name">
<meta content="#engineer #husband #traveler" property="og:description">
<title>
Arun's Resume
</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link href="https://cdnjs.cloudflare.com/ajax/libs/devicon/2.2/devicon.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/css/ionicons.min.css">
<link href="assets/css/resume.min.css" rel="stylesheet" type="text/css">
<link rel="manifest" href="manifest.json">
<link rel="canonical" href="https://avarghese.me/resume">
</head>
<body class="disable-scroll">
<div id="loader" class="loader-container">
<div class="cube-loader">
<div class="cube-face cube-face-front"><i class="devicon-java-plain"></i></div>
<div class="cube-face cube-face-back"><i class="devicon-docker-plain"></i></div>
<div class="cube-face cube-face-left"><i class="devicon-github-plain"></i></div>
<div class="cube-face cube-face-right"><i class="devicon-nodejs-plain"></i></div>
<div class="cube-face cube-face-bottom"><i class="devicon-angularjs-plain"></i></div>
<div class="cube-face cube-face-top"><i class="devicon-slack-plain"></i></div>
</div>
</div>
<div class="bg-img loading"></div>
<div class="bg-overlay loading"></div>
<div class="page-wrap loading">
<section class="header align-center wow fadeIn">
<span class="home-btn" data-toggle="tooltip" title="avarghese.me" data-placement="right">
<a href="http://avarghese.me/" animate-link="true">
<i class="icon ion-ios-home text-shadow"></i>
</a>
</span>
<div class="work-details uppercase">
<img class="profile" src="assets/img/profile.jpg">
<h1 class="header-name">Arun Varghese</h1>
<h4>Senior Software Engineer</h4>
<h4 class="location"><i class="icon ion-ios-pin"></i></h4>
<h5>Plano, Texas</h5>
</div>
<div class="summary">
Software Engineer with over 10 years of full-stack experience in the complete development life cycle of distributed web applications, from design to development to delivery. In my free time, I work on front-end web development with popular frameworks to learn more about UI/UX and Software Architecture
</div>
<div class="dl-resume-container">
<a href="https://drive.google.com/file/d/13ArYspuFX5xR65nLsRX7WSDFokPaQAIg/view" target="_blank" animate-link="true" class="dl-resume-btn uppercase text-shadow" download>
Download Resume <i class="icon ion-ios-cloud-download"></i>
</a>
</div>
</section>
<section class="info wow fadeIn">
<h3 class="section-header">Get In Touch</h3>
<span class="section-icon text-shadow"><i class="icon ion-ios-send"></i></span>
<hr>
<ul>
<li>
<a href="mailto:[email protected]" data-toggle="tooltip" title="Email" data-placement="right">
<i class="icon ion-ios-mail"></i>[email protected]
</a>
</li>
<li>
<a href="tel:469-777-0675" data-toggle="tooltip" title="Phone" data-placement="right">
<i class="icon ion-ios-call"></i>+1 (469) 777-0675
</a>
</li>
<li>
<a href="http://avarghese.me/" animate-link="true" data-toggle="tooltip" title="Website" data-placement="right">
<i class="icon ion-logo-chrome"></i>https://avarghese.me
</a>
</li>
<li>
<a href="https://github.com/vararun" animate-link="true" data-toggle="tooltip" title="Github" data-placement="right">
<i class="icon ion-logo-github"></i>/vararun
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/varghesearun" animate-link="true" data-toggle="tooltip" title="LinkedIn" data-placement="right">
<i class="icon ion-logo-linkedin"></i>/varghesearun
</a>
</li>
<li>
<a href="http://codepen.io/avarghese/" animate-link="true" data-toggle="tooltip" title="Codepen" data-placement="right">
<i class="icon ion-logo-codepen"></i>@avarghese
</a>
</li>
<li>
<a href="https://www.instagram.com/chasingshwetha/" animate-link="true" data-toggle="tooltip" title="Instagram" data-placement="right">
<i class="icon ion-logo-instagram"></i>@chasingshwetha
</a>
</li>
<li>
<a href="https://youtube.com/c/chasingshwetha" animate-link="true" data-toggle="tooltip" title="Youtube" data-placement="right">
<i class="icon ion-logo-youtube"></i>ChasingShwetha
</a>
</li>
</ul>
</section>
<section class="qualifications wow fadeIn">
<h3 class="section-header">Qualifications</h3>
<span class="section-icon text-shadow"><i class="icon ion-ios-star"></i></span>
<hr>
<ul>
<li>
<i class="icon ion-ios-checkmark-circle"></i>
10+ years of java development experience using agile methodology
</li>
<li>
<i class="icon ion-ios-checkmark-circle"></i>
Drive complex solutions and deliver on time while coordinating with cross functional teams
</li>
<li>
<i class="icon ion-ios-checkmark-circle"></i>
Writes scalable and resilient code by utilizing emerging technology and researching latest software patterns
</li>
<li>
<i class="icon ion-ios-checkmark-circle"></i>
Able to break down complex technical problems to facilitate solutions and define effort with deadlines
</li>
<li>
<i class="icon ion-ios-checkmark-circle"></i>
Visualizes and designs systems across multiple product lines and integrations with external systems
</li>
<li>
<i class="icon ion-ios-checkmark-circle"></i>
Proactively analyzes and recommends ways to reduce technical debt and automate repetitive tasks
</li>
<li>
<i class="icon ion-ios-checkmark-circle"></i>
Strong technical and interactive communication skills, as well as excellent collaboration skills
</li>
<li>
<i class="icon ion-ios-checkmark-circle"></i>
Exceptional at building trust and influencing decisions with business, vendors, and stakeholders
</li>
<li>
<i class="icon ion-ios-checkmark-circle"></i>
Efficient at identifying opportunities for improvements and resolution of critical issues
</li>
<li>
<i class="icon ion-ios-checkmark-circle"></i>
Client-focused, with strong interest in working with new technologies to solve business problems
</li>
<li>
<i class="icon ion-ios-checkmark-circle"></i>
Strong leadership skills with respect to influencing/mentoring team members and managing resources</li>
<li>
<i class="icon ion-ios-checkmark-circle"></i>
Successful in handling multiple responsibilities in high-stress environments
</li>
<li>
<i class="icon ion-ios-checkmark-circle"></i>
Experience in working on distributed systems and messaging patterns, as well as n-tiered architecture
</li>
<li>
<i class="icon ion-ios-checkmark-circle"></i>
Effective leadership skills with respect to influencing team members and delegating abilities
</li>
<li>
<i class="icon ion-ios-checkmark-circle"></i>
Flexible and capable of performing well on team-oriented tasks and meeting deadlines
</li>
</ul>
</section>
<section class="skills wow fadeIn">
<h3 class="section-header">Skills</h3>
<span class="section-icon text-shadow"><i class="icon ion-ios-laptop"></i></span>
<hr>
<ul>
<h4>
Operating Systems
</h4>
<li>
<span>MacOS</span><span>Windows</span><span>Linux</span>
</li>
<h4>
Languages
</h4>
<li>
<span>Java/J2EE</span><span>Groovy</span><span>JavaScript ES5/ES6</span><span>TypeScript</span><span>Shell Scripting</span>
</li>
<h4>
Markup
</h4>
<li>
<span>HTML/HTML5</span><span>XML/XSD</span><span>XSLT</span><span>Markdown</span><span>YML</span>
</li>
<h4>
Databases
</h4>
<li>
<span>Oracle 11g</span><span>MongoDB</span><span>SQL Server</span><span>Oracle SQL Developer</span><span>PL/SQL</span><span>JDBC</span><span>MyBatis</span><span>GORM</span>
</li>
<h4>
Frameworks & Architecture
</h4>
<li>
<span>Agile</span><span>TDD</span><span>Grails</span><span>Spring MVC</span><span>Spring Boot</span><span>REST/SOAP</span><span>SOA</span><span>OO</span><span>SAFe</span><span>Hibernate</span><span>Struts</span><span>Mean.IO</span><span>Event Driven</span><span>Domain Driven</span>
</li>
<h4>
Front End
</h4>
<li>
<span>Angular 1.5/2/4/6</span><span>JQuery</span><span>AJAX</span><span>Bootstrap</span><span>Handlebars</span><span>NPM</span><span>Bower</span><span>Gulp</span><span>JSON</span><span>CSS/CSS3</span><span>Sass/SCSS</span>
</li>
<h4>
Source Control
</h4>
<li>
<span>GIT</span><span>Gitflow</span><span>SVN</span><span>ClearCase</span>
</li>
<h4>
Build Automation
</h4>
<li>
<span>Bamboo</span><span>Jenkins</span><span>Sonar</span><span>FishEye/Crucible</span><span>Ant</span><span>Maven</span><span>Gradle</span><span>Travis-CI</span><span>Docker</span>
</li>
<h4>
IDEs
</h4>
<li>
<span>Eclipse</span><span>SpringSource</span><span>IntelliJ</span><span>Sublime</span><span>Visual Studio Code</span>
</li>
<h4>
Servers & Deployment
</h4>
<li>
<span>Tomcat</span><span>Node + Express</span><span>Heroku</span><span>Kubernetes</span>
</li>
<h4>
Testing
</h4>
<li>
<span>JUnit</span><span>SoapUI</span><span>Postman</span><span>HermesJMS</span><span>Selenium</span><span>Firebug</span><span>HP Quality Center</span><span>Karma</span><span>Jasmine</span><span>Protractor</span>
</li>
<h4>
Collaboration
</h4>
<li>
<span>JIRA</span><span>Pivotal</span><span>Slack</span><span>Confluence</span><span>SharePoint</span>
</li>
<h4>
Tools
</h4>
<li>
<span>HP Operations Orchestration</span><span>HP Service Manager</span><span>MS PowerPoint/Word/Excel</span><span>WinSCP</span><span>Putty</span><span>Logic Monitor</span><span>Splunk</span>
</li>
</ul>
</section>
<section class="experience wow fadeIn">
<h3 class="section-header">Experience</h3>
<span class="section-icon text-shadow"><i class="icon ion-ios-flag"></i></span>
<hr>
<div class="current job">
<a href="https://www.comcast.com/" animate-link="true">
<img src="assets/img/logos/logo-comcast.png" class="logo" data-toggle="tooltip" title="Comcast in Plano, TX" data-placement="right"></img>
</a>
<h3 class="role">Senior Software Engineer</h3>
<h4 class="detail-row">
<span class="location">
Plano, TX
</span>
<span class="accent-color">
January 2022 - Present
</span>
</h4>
<div class="summary">
Digitizing physical forms and adding business validations, api integrations, additional logic to make customer onboarding self-service and a smoother experience. In addition, as one of the UI leads I identify areas for improvement in our internal and customer facing applications and work on creating enhancements and reusable components that streamline the development process
</div>
<h4>
<a data-target=".experience>.current>.details" data-toggle="collapse">
Highlights
<i class="accent-color icon ion-ios-arrow-down"></i>
</a>
</h4>
<div class="details collapse">
<ul>
<li><i class="icon ion-ios-checkmark-circle"></i>Migrated manual processes and form submissions to self-service digitized forms to increase customer onboarding throughput by 10x</li>
<li><i class="icon ion-ios-checkmark-circle"></i>Designed and developed reusable angular material components to streamline development of new features and provide consistency for the look and feel of internal and external web applications</li>
<li><i class="icon ion-ios-checkmark-circle"></i>Proficiently troubleshooted complex issues across multilayered architecture and documented solutions to reduce repetitive investigations and improve triage times for support teams by 20%</li>
<li><i class="icon ion-ios-checkmark-circle"></i>Identified and revamped workflow tool search/filtering by implementing enhancements like server-side pagination to improve page load performance from 10+sec to <2sec</li> <li><i class="icon ion-ios-checkmark-circle"></i>Partnered with DevOps team to get Spring Boot instance of legacy webservice into Production in a timely manner to improve stability, streamline deployments, and debugging</li>
<li><i class="icon ion-ios-checkmark-circle"></i>Increased test coverage up to 80% across internal web application and spring boot webservices</li>
</ul>
<h4>Environment</h4>
<div class="environment">
<span>Mac OS</span><span>Linux</span><span>ZSH</span><span>Elastic Search</span><span>HTML</span><span>SCSS</span><span>MySQL</span><span>MyBatis</span><span>IntelliJ</span><span>Micro Services</span><span>Agile</span><span>Scrum</span><span>Karma</span><span>Spring MVC</span><span>REST</span><span>Github</span><span>GIT</span><span>Kubernetes</span><span>Nexus</span><span>Maven</span><span>Docker</span><span>JUnit</span><span>Postman</span><span>Slack</span><span>JIRA</span><span>Confluence Wiki</span><span>Angular</span><span>TypeScript</span>
</div>
</div>
</div>
<hr>
<div class="third job">
<a href="https://www.masergy.com/" animate-link="true">
<img src="assets/img/logos/logo-masergy.png" class="logo" data-toggle="tooltip" title="Masergy, Inc. in Plano, TX" data-placement="right"></img>
</a>
<h3 class="role">Senior Software Engineer & Tech Lead</h3>
<h4 class="detail-row">
<span class="location">
Plano, TX
</span>
<span class="accent-color">
June 2018 - December 2021
</span>
</h4>
<div class="summary">
Full Stack, led migration of legacy applications to Angular framework with an emphasis on Material design to improve client side experiences, unify look and feel across products, and transition to a modern tech stack using event driven messaging. In addition I mentor junior developers through onboarding, lunch and learns, and code reviews
</div>
<h4>
<a data-target=".experience>.current>.details" data-toggle="collapse">
Highlights
<i class="accent-color icon ion-ios-arrow-down"></i>
</a>
</h4>
<div class="details collapse">
<ul>
<li><i class="icon ion-ios-checkmark-circle"></i>Designed and developed solution for persisting user application preferences through a micro service using a mongo data store; presented during company hackathon and was approved to move forward with implementation</li>
<li><i class="icon ion-ios-checkmark-circle"></i>Organized lunch and learn on Angular best practices, standards, and common problems with solutions, providing the team with an opportunity to collaborate and learn while increasing knowledge and promoting work culture</li>
<li><i class="icon ion-ios-checkmark-circle"></i>Implemented versioned APIs and bounded contexts using DTOs and JPA to reduce dependencies, remove cross-schema communications, improve scalability, and properly define domains</li>
<li><i class="icon ion-ios-checkmark-circle"></i>Leveraged front end expertise to successfully migrate legacy application pages to Angular, thus reducing page load times, improving maintainability, and enriching the customer experience</li>
<li><i class="icon ion-ios-checkmark-circle"></i>Decomposed company sales workflow by domains, took isolated contexts and migrated them to micro services that are a part of a new event driven messaging architecture</li>
<li><i class="icon ion-ios-checkmark-circle"></i>Guided team of developers and coordinated with SMEs to complete roll out of Advanced QoS features, successfully migrating initial components from JSF to Angular</li>
<li><i class="icon ion-ios-checkmark-circle"></i>Introduced concept of correlations IDs, improved logging and tracking of events through an event driven system</li>
</ul>
<h4>Environment</h4>
<div class="environment">
<span>Mac OS</span><span>Linux</span><span>Elastic Search</span><span>HTML</span><span>JQuery</span><span>AJAX</span><span>CSS</span><span>XML</span><span>MySQL</span><span>MyBatis</span><span>Mongo</span><span>JPA</span><span>DTO</span><span>IntelliJ</span><span>Micro Services</span><span>Agile</span><span>Scrum</span><span>Kanban</span><span>TDD</span><span>Karma</span><span>Selenium</span><span>Spring MVC</span><span>REST</span><span>OO</span><span>GIT</span><span>Cobertura</span><span>Nexus</span><span>Maven</span><span>Tomcat</span><span>JUnit</span><span>SoapUI</span><span>Postman</span><span>Slack</span><span>JIRA</span><span>Pivotal</span><span>MS PowerPoint/Word/Excel</span><span>Confluence Wiki</span><span>Splunk</span><span>AngularJS/Angular</span><span>TypeScript</span><span>JavaScript</span>
</div>
</div>
</div>
<hr>
<div class="second job">
<a href="https://www.spireon.com/" animate-link="true">
<img src="assets/img/logos/logo-spireon.png" class="logo" data-toggle="tooltip" title="Spireon, Inc. in Irving, TX" data-placement="right"></img>
</a>
<h3 class="role">Senior Software Engineer</h3>
<h4 class="detail-row">
<span class="location">
Irving, TX
</span>
<span class="accent-color">
August 2015 - June 2018
</span>
</h4>
<div class="summary">
Java microservice architecture redesign to support scaling of reporting abilities for our customer solutions as part of our push for a more microservice oriented architecture using Spring Boot, Kakfa, JPA, and Docker. In addition, I worked on internal tools development including high priority enhancements, as well as managing ongoing relationships with major carriers like Sprint/T-Mobile/Verizon/AT&T
</div>
<h4>
<a data-target=".experience>.second>.details" data-toggle="collapse">
Highlights
<i class="accent-color icon ion-ios-arrow-down"></i>
</a>
</h4>
<div class="details collapse">
<ul>
<li><i class="icon ion-ios-checkmark-circle"></i>Focused on our core platform, taking part in solution design and implementation of RESTful web services as part of our push for a more micro service oriented architecture using Spring Boot, Kakfa, JPA, and Docker</li>
<li><i class="icon ion-ios-checkmark-circle"></i>Owned the development and successful rollout of SIM management features for new vendors/partners, which decreased device airtime costs up to fifty percent and support team’s involvement in the process</li>
<li><i class="icon ion-ios-checkmark-circle"></i>Managed onboarding for new team members, including mentorship and best practices. In addition I managed ongoing relationships with major carriers like Sprint/T-Mobile/Verizon/AT&T</li>
<li><i class="icon ion-ios-checkmark-circle"></i>Took over role as permanent Scrum Master, over time helped the team to develop consistent results and velocity</li>
<li><i class="icon ion-ios-checkmark-circle"></i>Created scripts as workarounds to current application logic gaps, passed to tier 2 to reduce support load</li>
<li><i class="icon ion-ios-checkmark-circle"></i>Worked with stakeholders/clients to directly address, prioritize, and deliver high impact items</li>
<li><i class="icon ion-ios-checkmark-circle"></i>Lead efforts to onboard new vendors, including knowledge share, API integration, and network configurations</li>
<li><i class="icon ion-ios-checkmark-circle"></i>Migrated legacy code from previous code base, adhering to new coding standards and best practices</li>
<li><i class="icon ion-ios-checkmark-circle"></i>Supported development initiatives to enhance the core technology and improve customer experiences</li>
<li><i class="icon ion-ios-checkmark-circle"></i>Collaborated with core platform team to design architecture for new features</li>
<li><i class="icon ion-ios-checkmark-circle"></i>Documented personal notes whenever possible, updating dev and onboarding guides for new developers and common issues</li>
<li><i class="icon ion-ios-checkmark-circle"></i>Created scripts for quicker testing, documented so that QA team members could easily reuse</li>
<li><i class="icon ion-ios-checkmark-circle"></i>Dealt with shifting priorities, worked around resource gaps</li>
<li><i class="icon ion-ios-checkmark-circle"></i>Worked with major carriers to setup m2m services, upgrade APIs, and troubleshoot customer issues</li>
<li><i class="icon ion-ios-checkmark-circle"></i>Designed and developed audit capabilities for carrier service integrations</li>
<li><i class="icon ion-ios-checkmark-circle"></i>Presented on multiple occasions including functional demos to upper management</li>
<li><i class="icon ion-ios-checkmark-circle"></i>Leveraged acquired technology knowledge to demo and implement product solutions</li>
<li><i class="icon ion-ios-checkmark-circle"></i>Led carrier integration efforts to upgrade carrier APIs and troubleshoot connectivity issues</li>
<li><i class="icon ion-ios-checkmark-circle"></i>Initiated and led agile meetings including scrum, grooming, retrospectives, and planning sessions</li>
</ul>
<h4>Environment</h4>
<div class="environment">
<span>Mac OS</span><span>Linux</span><span>M2M</span><span>Groovy</span><span>Grails</span><span>Elastic Search</span><span>CXF</span><span>HTML</span><span>JavaScript</span><span>JQuery</span><span>AJAX</span><span>CSS</span><span>XML</span><span>MySQL</span><span>Agile</span><span>TDD</span><span>Spring MVC</span><span>REST</span><span>SOAP</span><span>OO</span><span>GIT</span><span>Bamboo</span><span>Cobertura</span><span>Nexus</span><span>Maven</span><span>Tomcat</span><span>Spock</span><span>JUnit</span><span>SoapUI</span><span>Postman</span><span>Slack</span><span>JIRA</span><span>Pivotal</span><span>MS PowerPoint/Word/Excel</span><span>Confluence Wiki</span><span>Logic Monitor</span><span>Splunk</span><span>Angular</span><span>TypeScript</span>
</div>
</div>
</div>
<hr>
<div class="first job">
<a href="https://www.fidelity.com/" animate-link="true">
<img src="assets/img/logos/logo-fidelity.png" class="logo" data-toggle="tooltip" title="Fidelity in Westlake, TX" data-placement="right"></img>
</a>
<h3 class="role">Software Developer</h3>
<h4 class="detail-row">
<span class="location">
Westlake, TX
</span>
<span class="accent-color">
July 2012 - August 2015
</span>
</h4>
<div class="summary">
Owned and maintained high visibility maturing application as well as supported over five other applications within the company’s data access layer. UI/Middle Tier Java developer for a growing application dealing with Reference Data Consolidation. I have had the opportunity to start on this endeavor in its infantile state and watch it grow into a high visibility project, learning to deal with a variety of challenges along the way
</div>
<h4>
<a data-target=".experience>.first>.details" data-toggle="collapse">
Highlights
<i class="accent-color icon ion-ios-arrow-down""></i>
</a>
</h4>
<div class=" details collapse">
<ul>
<li><i class="icon ion-ios-checkmark-circle"></i>Identified issues with deployment process, learned and implemented UNIX shell scripts to automate deployment process in application environments to reduce deployment errors and overall execution time</li>
<li><i class="icon ion-ios-checkmark-circle"></i>Owned and maintained high visibility maturing application dealing with Reference Data Consolidation as well as supported over five other applications within the company’s data access layer</li>
<li><i class="icon ion-ios-checkmark-circle"></i>Automated test data setup by incorporating real time data through Java, reducing testing setup time from hours to minutes; this also reduced scripts and manual inputs required to complete E2E integration tests</li>
<li><i class="icon ion-ios-checkmark-circle"></i>Piloted disaster recovery automation efforts, utilized HP Operations Orchestration studio to create release engineering processes to minimize manual inputs and reduce resources on call</li>
<li><i class="icon ion-ios-checkmark-circle"></i>Led integration with vendor-developed IRA to connect to systems for automating data setup, effectively reducing manual setup process from weeks to minutes</li>
<li><i class="icon ion-ios-checkmark-circle"></i>Facilitated quarterly release using SAFe framework through collaborating with architecture leads</li>
<li><i class="icon ion-ios-checkmark-circle"></i>Owned vendor product adoption, became subject matter expert and supported clients</li>
<li><i class="icon ion-ios-checkmark-circle"></i>Led multiple Spring MVC projects, interfaced with global project teams to ensure on time deliverables</li>
<li><i class="icon ion-ios-checkmark-circle"></i>Experienced in analyzing and completing Java, HTML, JavaScript code stubs written by senior developers</li>
<li><i class="icon ion-ios-checkmark-circle"></i>Led efforts during multiple application site migrations, performed UNIX configurations and supported clients</li>
<li><i class="icon ion-ios-checkmark-circle"></i>Documented user stories In JIRA and created developer tasks</li>
<li><i class="icon ion-ios-checkmark-circle"></i>Performed code reviews through FishEye/Crucible for developers to improve quality and efficiency</li>
<li><i class="icon ion-ios-checkmark-circle"></i>Reviewed change requests and collaborated with development teams to prioritize backlogs for releases</li>
<li><i class="icon ion-ios-checkmark-circle"></i>Supported multiple projects in testing, development, and maintaining deliverables</li>
<li><i class="icon ion-ios-checkmark-circle"></i>Developed web services using both REST and SOAP to support DAL SDS application, implemented SOA APIs</li>
<li><i class="icon ion-ios-checkmark-circle"></i>Tested web services using both SoapUI as well as Postman</li>
<li><i class="icon ion-ios-checkmark-circle"></i>Wrote JUnits and refactored to improve Sonar nightly build reports</li>
<li><i class="icon ion-ios-checkmark-circle"></i>Worked with quality assurance team to document and prioritize defects documented in HP Quality Center</li>
<li><i class="icon ion-ios-checkmark-circle"></i>Created user interfaces for new functionality for legacy projects using HTML, JavaScript, JQuery, MVC</li>
<li><i class="icon ion-ios-checkmark-circle"></i>Managed branching and merging of project source code in SVN to align with quarterly project releases</li>
<li><i class="icon ion-ios-checkmark-circle"></i>Supported multiple applications through HP Service Manager, handling incident requests in a timely manner</li>
<li><i class="icon ion-ios-checkmark-circle"></i>Documented vendor product setup steps as well as testing procedures through SoapUI and HermesJMS</li>
<li><i class="icon ion-ios-checkmark-circle"></i>Developed user interfaces for FundRef application, modifying form elements from screen to screen</li>
<li><i class="icon ion-ios-checkmark-circle"></i>Developed middle tier for FundRef application, modifying XML bindings between domain and XSD objects</li>
</ul>
<h4>Environment</h4>
<div class="environment">
<span>Windows</span><span>Linux</span><span>Java/J2EE</span><span>HTML</span><span>JavaScript</span><span>JQuery</span><span>AJAX</span><span>CSS</span><span>XML/XSD</span><span>XSLT</span><span>Shell Scripting</span><span>Oracle 11g</span><span>Oracle SQL Developer</span><span>PL/SQL</span><span>JDBC</span><span>iBatis</span><span>MyBatis</span><span>Agile</span><span>TDD</span><span>Selenium</span><span>Spring MVC</span><span>REST</span><span>SOAP</span><span>SOA</span><span>OO</span><span>SVN</span><span>Bamboo</span><span>Sonar</span><span>FishEye/Crucible</span><span>Ant</span><span>Maven</span><span>SpringSource</span><span>Tomcat</span><span>WinSCP</span><span>Putty</span><span>JUnit</span><span>SoapUI</span><span>Postman</span><span>Selenium</span><span>JIRA</span><span>HP Quality Center</span><span>HP Operations Orchestration</span><span>HP Service Manager</span><span>MS PowerPoint/Word/Excel</span><span>SharePoint</span>
</div>
</div>
</div>
<div class="dl-resume-container align-center">
<a href="https://drive.google.com/file/d/13ArYspuFX5xR65nLsRX7WSDFokPaQAIg/view" target="_blank" animate-link="true" class="dl-resume-btn uppercase text-shadow" download>
Download Resume <i class="icon ion-ios-cloud-download"></i>
</a>
</div>
</section>
<section class="education wow fadeIn">
<h3 class="section-header">Education</h3>
<span class="section-icon text-shadow"><i class="icon ion-ios-school"></i></span>
<hr>
<a href="https://www.utdallas.edu/" animate-link="true">
<img src="assets/img/logos/logo-utd.png" class="logo" data-toggle="tooltip" title="UT Dallas in Richardson, TX" data-placement="right"></img>
</a>
<h3>University of Texas at Dallas</h3>
<h4 class="detail-row">
<span>
B.S. in Software Engineering
</span>
<span class="accent-color">
Graduated May 2012
</span>
</h4>
</section>
<section class="achievements wow fadeIn">
<h3 class="section-header">Achievements</h3>
<span class="section-icon text-shadow"><i class="icon ion-ios-trophy"></i></span>
<hr>
<div class="achievement">
<h3 class="patent">Collaborator on <a href="https://www.google.com/patents/US9491178" animate-link="true" class="accent-color">US Patent 9491178 B2</a></h3>
<h4 class="detail-row">
<strong>Identifying a measure of online security</strong>
<span class="accent-color">Published November 2016</span>
</h4>
<div class="summary">A computer-implemented method includes retrieving, by one or more processing devices and from one or more data repositories, user information; generating, based on the retrieved user information, a digital personal profile that is a composite
of a set of pre-defined attributes; determining an aggregate strength of values of the set of pre-defined attributes <a href="https://www.google.com/patents/US9491178" animate-link="true" class="accent-color">[...]</a></div>
</div>
</section>
<section class="opensource wow fadeIn">
<h3 class="section-header">Open Source</h3>
<span class="section-icon text-shadow"><i class="icon ion-logo-codepen"></i></span>
<hr>
<h4>Resume Builder</h4>
<ul>
<li>Web application used as a tool for Resume edit/proofread/format/styles/guidelines</li>
<li>Utilized Angular 1.5, Heroku, Mongo, Travis-CI</li>
</ul>
<h4>
Photo Tiles
<a href="https://github.com/arvarghese/photo-tiles" animate-link="true">
<i class="icon ion-ios-open accent-color pull-right"></i>
</a>
</h4>
<ul>
<li>Front End package, javascript implementation of Mac's Photo Tiles Screensaver</li>
<li>Utilized HTML, Javascript, CSS, Travis-CI, Hound-CI, Gulp, Bower</li>
</ul>
<h4>
Car Dashboard
<a href="https://github.com/gitwrecked/carDashAng2CliV2" animate-link="true">
<i class="icon ion-ios-open accent-color pull-right"></i>
</a>
</h4>
<ul>
<li>Web application used for viewing, tracking, and assigning expenses for friends' investments in a rally car</li>
<li>Utilized Angular 2.0, Heroku, Mongo, Travis-CI, Node, Express, Frisby.js</li>
</ul>
</section>
<section class="projects wow fadeIn">
<h3 class="section-header">Projects</h3>
<span class="section-icon text-shadow"><i class="icon ion-ios-git-network"></i></span>
<hr>
<h4>Environment Dashboard</h4>
<ul>
<li>Web application used to consolidate all internal environment data including health checks, build tags, etc</li>
<li>Utilized Angular 4.0, Linux, Tomcat, Spring Boot, Maven</li>
</ul>
<h4>Nspire Platform</h4>
<ul>
<li>Groovy/Grails web application used for internal company operations such as warehousing, customer support, problem diagnosis, and migration operations</li>
<li>Utilized Linux, tomcat, MySql, MongoDB, Elastic Search, RabbitMQ, Logic Monitor, Redis, Various Vendor APIs</li>
</ul>
<h4>FundRef - Fund Reference Application</h4>
<ul>
<li>Java and Spring based web application for consolidating/provisioning fund attributes to downstream systems</li>
<li>Utilized Linux, Tomcat, Oracle database, IPP, PowerCenter, IBM HATS, Apache Solr</li>
</ul>
<h4>IRA - Integrated Routing Adapter</h4>
<ul>
<li>Vendor product that exposes APIs to enable applications to deliver changes to downstream system</li>
<li>Utilized Linux, Tomcat, Oracle database</li>
</ul>
<h4>DAL SDS - Data Access Layer Shared Data Services</h4>
<ul>
<li>Java and Spring based RESTful web services project used for raw data management, capture, and delivery</li>
<li>Utilized Linux, Tomcat, Oracle database, SQL Server, Composite, Maven</li>
</ul>
<h4>FEAS - Fund Event Automation System</h4>
<ul>
<li>Java based web application that enables business users to post changes to downstream systems utilizing IRA</li>
<li>Utilized Linux, Tomcat, Apache ActiveMQ, Oracle Database, Apache Jasper Reports</li>
</ul>
<h4>SWAP – Single Window Approval Project</h4>
<ul>
<li>Java based web dashboard used to replace previously Excel based dashboard for change management process</li>
<li>Utilized Tomcat, Bootstrap, Maven, Apache POI</li>
</ul>
<h4>CAR – Counterparty Approval Requests</h4>
<ul>
<li>Java, Spring, Bootstrap based web dashboard used to replace previously manual email approval process</li>
<li>Utilized Linux, Tomcat, Bootstrap, Oracle Database, Maven</li>
</ul>
</section>
<section class="interests wow fadeIn">
<h3 class="section-header">Current Interests</h3>
<span class="section-icon text-shadow"><i class="icon ion-ios-search"></i></span>
<hr>
<div class="tech-icons-list">
<i class="devicon-angularjs-plain colored text-shadow" data-toggle="tooltip" title="Angular" data-placement="top"></i>
<i class="devicon-typescript-plain colored text-shadow" data-toggle="tooltip" title="Typescript 3.0" data-placement="top"></i>
<i class="devicon-nodejs-plain colored text-shadow" data-toggle="tooltip" title="NodeJS" data-placement="top"></i>
<i class="devicon-mongodb-plain colored text-shadow" data-toggle="tooltip" title="MongoDB" data-placement="top"></i>
<i class="devicon-html5-plain colored text-shadow" data-toggle="tooltip" title="HTML5" data-placement="top"></i>
<i class="devicon-css3-plain colored text-shadow" data-toggle="tooltip" title="CSS3" data-placement="top"></i>
<i class="devicon-sass-original colored text-shadow" data-toggle="tooltip" title="SASS" data-placement="top"></i>
<i class="devicon-heroku-original colored text-shadow" data-toggle="tooltip" title="Heroku" data-placement="top"></i>
<i class="devicon-gulp-plain colored text-shadow" data-toggle="tooltip" title="Gulp" data-placement="top"></i>
<i class="devicon-bitbucket-plain colored text-shadow" data-toggle="tooltip" title="Bitbucket" data-placement="top"></i>
<i class="devicon-travis-plain colored text-shadow" data-toggle="tooltip" title="TravisCI" data-placement="top"></i>
<i class="devicon-docker-plain colored text-shadow" data-toggle="tooltip" title="Docker" data-placement="top"></i>
</div>
</section>
<section class="work-auth wow fadeIn">
<h3 class="section-header">Work Authorization</h3>
<hr>
<h4><i class="icon ion-ios-contact"></i>US Citizen</h4>
</section>
<footer class="footer wow fadeIn align-center">
<span class="scrolltop-btn" onclick="Resume.scrollToTop();"><i class="icon ion-ios-arrow-dropup text-shadow"></i></span>
</footer>
</div>
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/wow/1.1.2/wow.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script src="assets/js/resume.min.js"></script>
<script>
new WOW().init();
$("[data-toggle='tooltip']").tooltip();
Resume.initialize();
</script>
<script>
(function(i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function() {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-88384820-1', 'auto');
ga('send', 'pageview');
</script>
<script type="text/javascript">
$(window).on('load', function() {
Resume.closeLoader();
if (!("ontouchstart" in document.documentElement)) {
document.documentElement.className += "no-touch";
}
});
</script>
<script>
window.addEventListener('load', async () => {
if ('serviceWorker' in navigator) {
try {
const registration = await navigator.serviceWorker.register('sw.js');
console.log('[ServiceWorker] registration successful with scope: ', registration.scope);
} catch (err) {
console.error(err);
}
}
});
</script>
</body>
</html>