-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
527 lines (470 loc) · 30.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XCFHNE2N0Q"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-XCFHNE2N0Q');
</script>
<title>CV-JITENDRA BIRLA</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- 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="assets/css/pillar-4.css">
</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="assets/images/JD_profile.png" 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">JITENDRA BIRLA</h1>
<div class="title mb-3"><h5> Senior Product Developer</h5></div>
<ul class="list-unstyled">
<li class="mb-2"><a href="#"><i class="fas fa-map-marker-alt fa-fw mr-2" data-fa-transform="grow-3"></i>Indore, India</a></li>
<li class="mb-2"><a href="#"><i class="far fa-envelope fa-fw mr-2" data-fa-transform="grow-3"></i>jitendra.birla21@gmail.com</a></li>
<li><a href="#"><i class="fas fa-mobile-alt fa-fw mr-2" data-fa-transform="grow-6"></i>+91-8754117621</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 target="_blank" href="https://linkedin.com/in/jdbirla"><span class="fa-container text-center mr-2"><i class="fab fa-linkedin-in fa-fw"></i></span>Linkedin</a></li>
<li class="mb-3"><a target="_blank" href="https://github.com/jdbirla"><span class="fa-container text-center mr-2"><i class="fab fa-github-alt fa-fw"></i></span>Github</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>Download CV</a></li>
<ul>
<!-- <li class="mb-3"><a target="_blank" href="https://drive.google.com/uc?export=download&id=1VGZfcIsvc5OleUyUo8h0_ED5zkS0uBzC">Word Format</a></li> -->
<li class="mb-3"><a target="_blank" href="https://drive.google.com/file/d/1PisRg6kIS-lDZX4DqH7P-PWDkyyLMQNI/view?usp=sharing"> PDF Format</a></li>
</ul>
</ul>
</ul>
</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>
<ul>
<li>I have 8 years and 10 months of IT experience in designing,
developing, testing, maintaining, and documenting various
web-based, enterprise, and client/server applications using
Java/J2EE and related frameworks
</li>
<li>Analysis, Development, Integration, Maintenance/Support for web based software applications using Java, J2EE, Spring, Spring Boot, REST APIs, Microservices, Hibernate,Docker, Kubernetes, SQL, PL-SQL, Application servers and associated technologies</li>
<li>Certified AWS Certified Solutions Architect – Associate & AWS Certified Cloud Practitioner</li>
<li>Worked extensively on Designing, Modeling and Development tools Jenkins, Junit,Mockito,Maven, FileZilla,Putty, Oracle 19C, SQL Developer and version control tools like GitHub and SVN</li>
<li>Onsite experience of about 3 years in Japan with direct customer facing</li>
<li>Good work experience in banking and insurance domain</li>
<li>Good work experience in high transactional data</li>
<li>Extensive experience in writing SQL, PL/SQL in Oracle</li>
<li>Possess considerable experience working on all layers of a web/enterprise application (Front End, Server Side and Database)</li>
<li>Passionate to improve professional and technical expertise, seek to add utmost value and throughput to an environment that is driven by collaboration, team work, ethics, consistent efforts and the room to adopt new technologies and practices</li>
<li>I am an AWS Certified
Solutions Architect - Associate (SAA-C02).
</li>
<li>I have over 3 years of client-side experience in Tokyo, Japan, and
domain experience in banking, insurance, and the
automobile industry.
</li>
<li>My expertise includes various backend
frameworks and technologies such as Spring, Spring Boot,
REST APIs, Microservices, Docker, JPA/Hibernate, and
PL/SQL..
</li>
<li>Additionally, I have experience in frontend
frameworks and technologies such as HTML, CSS, JavaScript,
TypeScript, Bootstrap, and ReactJS.
</li>
</ul>
</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">Work Experience</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">Professional Application Delivery</h3>
<div class="resume-company-name ml-md-auto mt-2 "><a href="https://www.dxc.technology/" target="_blank"><img style="margin-top:-12px; margin-right:-5px" src="assets/images/dxc_sm_logo.png"></a>DXC Technology</div>
</div><!--//row-->
<div class="resume-position-time">October 2017 - Present</div>
<div class="resume-position-time">Indore, India</div>
</div><!--//resume-timeline-item-header-->
<div class="resume-timeline-item-desc">
<h4 class="resume-timeline-item-desc-heading font-weight-bold">Roles & Responsibilities:</h4>
<ul>
<strong>Description:</strong>
<li>Insurence Product: Integral Group Policy Admin Services</li>
<li>Project: Zurich Japan New PAS Integral Implementation and Data Migration </li>
<li>I am working for the top leading insurer, Zurich Insurance Group
Japan, on the Integral Group PAS project.</li>
<li>I have experience in designing and implementing microservices
using REST APIs, Spring Boot, and Java 8.</li>
<li>I developed a frontend using ReactJS, created components and
integrated them with the backend.</li>
<li>I wrote unit and integration tests using JUnit, Mockito, and
Spring Mock MVC.</li>
<li>I dockerized the Spring Boot application and deployed it to AWS.</li>
<li>I served as a Team Lead for the implementation of a Policy Admin
System and a data migration project for Zurich Insurance Group
Japan.</li>
<li>I am able to understand functional specification documents and
write technical specification documents to meet client
requirements.</li>
<li>I have over 3 years of client-side experience in Tokyo, Japan,
where I was involved in client communication, requirement
understanding, critical bug fixing, and delivery.</li>
<li>Additionally, I have worked on a data migration project from DB2
to Oracle using PL/SQL (procedures, packages, and SQL loaders)
for millions of policies, bills, and customer information.</li>
<li>I mentor juniors, provide bug fixes, and work on performance
improvements.</li>
<li>Understand business functionality of a requirement and create Interface/Migration and Technical specification documents</li>
</ul>
<h4 class="resume-timeline-item-desc-heading font-weight-bold">Technologies / Tools Used:</h4>
<ul class="list-inline">
<li class="list-inline-item"><span class="badge badge-primary badge-pill">Java/J2EE</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">Spring/Spring Boot</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">JPA/Hibernate</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">Microservices</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">Docker</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">HTML , CSS, JavaScript</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">Oracle/SQL/PLSQL</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">Rest APIs</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">Maven</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">Jira</span></li>
</ul>
</div><!--//resume-timeline-item-desc-->
</article><!--//resume-timeline-item-->
<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">Staff Consultant </h3>
<div class="resume-company-name ml-md-auto mt-2"><a href="https://www.oracle.com/industries/financial-services/" target="_blank"><img style="margin-top:-15px; margin-right:3px" src="assets/images/Oracle_jd_logo.png"></a>Oracle Financial Services Software Limited</div>
</div><!--//row-->
<div class="resume-position-time">July 2016 - October 2017</div>
<div class="resume-position-time">Pune, India</div>
</div><!--//resume-timeline-item-header-->
<div class="resume-timeline-item-desc">
<!--<p>Worked with a several Japanese IT clients as a FullStack Software Engineer.</p>-->
<h4 class="resume-timeline-item-desc-heading font-weight-bold">Roles & Responsibilities:</h4>
<ul>
<strong>Description:</strong>
<li>Banking Product: OBP (Oracle Banking Platform next generation) and FlexCube</li>
<li>Project: OBP Middleware implementation for HDFC bank. </li>
Description:
<li> OBP is a complete banking product for next generation.</li>
<li> A single instance of the platform supports multiple brands, entities, and currencies, enabling banks to tap into new segments and markets.</li>
<li> OBP implementation for HDFC bank with channelization implementation for different channels like Net Banking/Portal, Mobile Banking, SMS Banking, Social Banking etc.</li>
<li> Connectivity between net banking portal to OBP to FlexCube (Product processor) and other third party product.</li>
<strong>Responsibilities:</strong>
<li>I worked for India's top leading bank, HDFC, on the
implementation of the OBP (Oracle Banking Platform) for the
HDFC net banking system.</li>
<li>I was involved in exposing and consuming SOAP/REST
webservices between Flex Cube (core banking product), OBP
(Oracle Banking Platform), and the net banking system.</li>
<li>I also worked on the OBP middleware system using JMS and
Oracle WebLogic queue.I was involved in client communication,
requirement understanding, critical bug fixing, and delivery.</li>
<li>I was involved in client communication, requirement
understanding, critical bug fixing, and delivery.I wrote unit and
integration tests using JUnit, Mockito, and Spring Mock MVC.</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/J2EE</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">Spring</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">JPA/Hibernate</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">Docker</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">Kubernetes</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">Oracle/SQL/PLSQL</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">Rest APIs</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">SOAP</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">Maven</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">Jira</span></li>
</ul>
</div><!--//resume-timeline-item-desc-->
</article><!--//resume-timeline-item-->
<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 Engineer</h3>
<div class="resume-company-name ml-md-auto mt-2"><a href="https://atos.net/" target="_blank"><img style="margin-top:-12px; margin-right:10px" src="assets/images/atos.png"></a>AtoS India Pvt. Ltd.</div>
</div><!--//row-->
<div class="resume-position-time">June 2014 to June 2016</div>
<div class="resume-position-time">Pune, India</div>
</div><!--//resume-timeline-item-header-->
<div class="resume-timeline-item-desc">
<!--<p>Worked as a Java developer on sapporo city My Number project.</p>-->
<h4 class="resume-timeline-item-desc-heading font-weight-bold">Roles & Responsibilities:</h4>
<ul>
<strong>Description:</strong>
<div>“LISA-IOM” is a J2EE based application used by Renault for Irregular order management.
“LISA-IOM” is a J2EE based application used for Irregular order management. It combines of ILN, Customers/Clients, and Suppliers. LISA-IOM ILN (International Logistic Network) is a platform for parts management. A customer places an order to an ILN and the ILN forwards the orders the suppliers. The suppliers provide back the deliverable to the ILN and the ILN delivers it to the customers. In LISA-IOM, the customers are plants/factories that make the order.</div>
<strong>Responsibilities:</strong>
<li>I worked for the French automobile MNC Renault on the PERL
(Parts Logistic Routes Management) and IOM (Irregular Order
Management) projects.</li>
<li>I developed Java and Spring MVC-based web applications.</li>
<li>I was involved in client communication, requirement
understanding, critical bug fixing, and delivery.</li>
<li>I wrote unit and integration tests using JUnit.</li>
<li>I also obtained the French language certification, DELF A1.</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/J2EE</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">Serlets</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">Spring</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">JPA/Hibernate</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">MySQL</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">SOAP</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">Maven</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">Jira</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">Skills & Tools</h2>
<div class="resume-section-content">
<div class="resume-skill-item">
<h4 class="resume-skills-cat font-weight-bold">Backend</h4>
<ul class="list-unstyled">
<li class="mb-2">
<div class="resume-skill-name">Java/J2EE</div>
<div class="progress resume-progress">
<div class="progress-bar theme-progress-bar-dark" role="progressbar" style="width: 80%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</li>
<li class="mb-2">
<div class="resume-skill-name">Spring Framework</div>
<div class="progress resume-progress">
<div class="progress-bar theme-progress-bar-dark" role="progressbar" style="width: 80%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</li>
<li class="mb-2">
<div class="resume-skill-name">Spring Boot</div>
<div class="progress resume-progress">
<div class="progress-bar theme-progress-bar-dark" role="progressbar" style="width: 80%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</li>
<li class="mb-2">
<div class="resume-skill-name">Spring MVC</div>
<div class="progress resume-progress">
<div class="progress-bar theme-progress-bar-dark" role="progressbar" style="width: 80%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</li>
<li class="mb-2">
<div class="resume-skill-name">Amazon Web Services (AWS)</div>
<div class="progress resume-progress">
<div class="progress-bar theme-progress-bar-dark" role="progressbar" style="width: 80%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</li>
<li class="mb-2">
<div class="resume-skill-name">Microservices</div>
<div class="progress resume-progress">
<div class="progress-bar theme-progress-bar-dark" role="progressbar" style="width: 80%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</li>
<li class="mb-2">
<div class="resume-skill-name">REST APIs</div>
<div class="progress resume-progress">
<div class="progress-bar theme-progress-bar-dark" role="progressbar" style="width: 80%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</li>
<li class="mb-2">
<div class="resume-skill-name">Hibernate</div>
<div class="progress resume-progress">
<div class="progress-bar theme-progress-bar-dark" role="progressbar" style="width: 80%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</li>
<li class="mb-2">
<div class="resume-skill-name">Spring Data</div>
<div class="progress resume-progress">
<div class="progress-bar theme-progress-bar-dark" role="progressbar" style="width: 80%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</li>
<li class="mb-2">
<div class="resume-skill-name">docker</div>
<div class="progress resume-progress">
<div class="progress-bar theme-progress-bar-dark" role="progressbar" style="width: 80%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</li>
<li class="mb-2">
<div class="resume-skill-name">Kubernetes</div>
<div class="progress resume-progress">
<div class="progress-bar theme-progress-bar-dark" role="progressbar" style="width: 80%" 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">Frontend</h4>
<ul class="list-unstyled mb-4">
<li class="mb-2">
<div class="resume-skill-name">Reactjs</div>
<div class="progress resume-progress">
<div class="progress-bar theme-progress-bar-dark" role="progressbar" style="width: 75%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</li>
<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: 75%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</li>
<li class="mb-2">
<div class="resume-skill-name">BootStrap</div>
<div class="progress resume-progress">
<div class="progress-bar theme-progress-bar-dark" role="progressbar" style="width: 75%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</li>
<li class="mb-2">
<div class="resume-skill-name">JSP</div>
<div class="progress resume-progress">
<div class="progress-bar theme-progress-bar-dark" role="progressbar" style="width: 75%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</li>
<li class="mb-2">
<div class="resume-skill-name">Servlet</div>
<div class="progress resume-progress">
<div class="progress-bar theme-progress-bar-dark" role="progressbar" style="width: 75%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</li>
<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: 75%" 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: 75%" 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">Database</h4>
<ul class="list-unstyled">
<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: 80%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</li>
<li class="mb-2">
<div class="resume-skill-name">MySQL</diav>
<div class="progress resume-progress">
<div class="progress-bar theme-progress-bar-dark" role="progressbar" style="width: 80%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</li>
<li class="mb-2">
<div class="resume-skill-name">SQL</div>
<div class="progress resume-progress">
<div class="progress-bar theme-progress-bar-dark" role="progressbar" style="width: 80%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</li>
<li class="mb-2">
<div class="resume-skill-name">PLSQL</div>
<div class="progress resume-progress">
<div class="progress-bar theme-progress-bar-dark" role="progressbar" style="width: 80%" 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">JIRA</span></li>
<li class="list-inline-item"><span class="badge badge-light">Git/GitHub</span></li>
<li class="list-inline-item"><span class="badge badge-light">Junit</span></li>
<li class="list-inline-item"><span class="badge badge-light">Mockito</span></li>
<li class="list-inline-item"><span class="badge badge-light">TestNg</span></li>
<li class="list-inline-item"><span class="badge badge-light">Jenkins</span></li>
<li class="list-inline-item"><span class="badge badge-light">Apache Maven</span></li>
<li class="list-inline-item"><span class="badge badge-light">Apache Tomcat Server</span></li>
<li class="list-inline-item"><span class="badge badge-light">Oracle WebLogic</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">Bachelor of Engineering (Computer Science & Engineering)</div>
<div class="resume-degree-org">Oriental College of Technology Bhopal,M.P.,India</div>
<div class="resume-degree-time">2013</div>
</li>
</ul>
</div>
</section><!--//education-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">Languages</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">(Business level)</small></li>
<li class="mb-2 align-middle"><span class="resume-lang-name font-weight-bold">Hindi</span> <small class="text-muted font-weight-normal">(Native)</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 / Hobbies</h2>
<div class="resume-section-content">
<ul class="list-unstyled">
<li class="mb-1">Climbing / Hiking</li>
<li class="mb-1">Travelling</li>
<li class="mb-1">Cooking</li>
<li class="mb-1">Sketching</li>
<li class="mb-1">Playing Cricket</li>
</ul>
</div>
</section>
-->
<section class="resume-section interests-section mb-5">
<h2 class="resume-section-title text-uppercase font-weight-bold pb-3 mb-3">Personal Info.</h2>
<div class="resume-section-content">
<ul class="list-unstyled">
<li class="mb-1"><span class="resume-lang-name font-weight-bold">Date of Birth </span><span class="resume-degree-org">: 21-June-1991</span></li>
<li class="mb-1"><span class="resume-lang-name font-weight-bold">Marital Status </span><span class="resume-degree-org">: Married</span></li>
<li class="mb-1"><span class="resume-lang-name font-weight-bold">Nationality </span><span class="resume-degree-org">: Indian</span></li>
<li class="mb-1"><span class="resume-lang-name font-weight-bold">Current Address </span><span class="resume-degree-org">C-24, Shankeshwar City, Indore (M.P.), India </span></li></li>
</ul>
</div>
</section>
</div>
</div><!--//row-->
</div><!--//resume-body-->
</div>
</article>
</body>
</html>