-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
733 lines (700 loc) · 28.9 KB
/
Copy pathindex.html
File metadata and controls
733 lines (700 loc) · 28.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
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
723
724
725
726
727
728
729
730
731
732
733
<!DOCTYPE html>
<!-- saved from url=(0036)https://jayeshsyif.github.io/resume/ -->
<html lang="en" data-bs-theme="light"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- SEO Meta Tags -->
<meta name="description" content="Jayesh's professional resume showcasing experience, skills, and projects.">
<meta name="keywords" content="Jayesh, Resume, Software Engineer, Developer, Portfolio, Projects, Skills, Experience">
<meta name="author" content="Jayesh">
<meta property="og:title" content="Jayesh's Resume">
<meta property="og:description" content="Explore Jayesh's professional resume including experience, skills, and projects.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://jayeshsyif.github.io/resume/">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Jayesh's Resume">
<meta name="twitter:description" content="Explore Jayesh's professional resume including experience, skills, and projects.">
<title>Resume - Jayesh Bharat Ganatra</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap" rel="stylesheet">
<style>
.regular {
font-family: "Manrope", sans-serif;
font-weight: 400;
font-optical-sizing: auto;
font-style: normal;
}
.medium {
font-family: "Manrope", sans-serif;
font-weight: 500;
font-optical-sizing: auto;
font-style: normal;
}
.bold {
font-family: "Manrope", sans-serif;
font-weight: 700;
font-optical-sizing: auto;
font-style: normal;
}
.small {
font-family: "Manrope", sans-serif;
font-weight: 300;
font-optical-sizing: auto;
font-style: normal;
}
html {
font-size: 14px;
background-color: #304145;
}
/* For Letter size */
@screen sm {
html {
font-size: calc( 14px + (16 - 14) * (100vw - 640px) / (833 - 640) );
}
}
@screen md {
html {
font-size: calc( 12.288px + (16 - 12.288) * (100vw - 833px) / (1079.5 - 833) );
}
}
@screen lg {
html {
font-size: 16px;
}
}
body {
background-color: var(--bs-body-bg);
color: var(--bs-body-color);
}
.body-color {
background-color: #304145;
}
.resume-section {
padding: 1rem 0;
}
.resume-section:hover{
/* opacity: 1 !important;
font-weight: 700 !important;
transition: all 0.4s ease 0s; */
}
.customizedContainer:hover .resume-section {
/* opacity: 0.5; */ /* Reduce opacity of all boxes when container is hovered */
}
.section-title {
border-bottom: 2px solid #bd3147;
margin-bottom: 1rem;
padding-bottom: 0.5rem;
}
.custom-highlighter{
letter-spacing: 1px;
color: #bd3147;
}
.custom-color-2 {
background-color : #bac7ce;
}
.custom-color-3 {
background-color : #bd3147;
}
.border-start {
border-color: #bd3147 !important;
}
.border-top {
border-color: #bd3147 !important;
border-top-style: dashed !important;
}
@media print {
.customBody {
background-color : white !important;
}
.custom-color-2 {
background-color : white !important;
}
@page {
margin: 20px;
}
.page-break {
page-break-after: always;
break-after: page;
}
body {
-webkit-print-color-adjust: exact !important;
color-adjust: exact !important;
color: black !important;
padding: 2px;
background-color : white !important;
}
.page {
padding: theme(spacing.16) theme(spacing.16) !important;
}
html {
font-size: 12px !important;
font-optical-sizing: auto;
}
.theme-toggle {
display: none;
}
.section-title {
margin-bottom: 1rem;
padding-bottom: 0rem;
}
.customizedContainer {
max-width: 100% !important;
padding: 2px !important;
margin: 0px !important;
box-shadow: 0px 0px 0px !important;
background-color : white !important;
}
.col-sm.col-md-4 {
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.display-3, . {
color:black;
}
}
.text-top-strikethrough {
position: relative;
display: inline-block;
}
.text-top-strikethrough::before {
content: '';
position: absolute;
top: 0; /* Adjust this value for precise placement */
right: 0;
width: 100%;
height: 1px; /* Thickness of the line */
background-color: currentColor; /* Matches text color */
}
.customizedContainer {
background-color: #bac7ce;
max-width: 960px;
margin: auto;
padding: 20px;
box-shadow: 0px 30px 40px grey;
}
.fade-right-container {
opacity: 0;
animation-name: slideUp;
animation-duration: 1s;
animation-delay: var(--delay, 0s);
animation-fill-mode: forwards;
animation-timing-function: ease;
}
@keyframes fadeRight {
to {
opacity: 1;
transform: translateX(0);
}
}
@keyframes slideUp {
from {
opacity: 0;
transform: translateY(30px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.pulse-container {
animation: pulse 2s infinite;
}
/* Pulse */
@keyframes pulse {
0%, 100% {
opacity: 1;
}
50% {
opacity: 0.5;
}
}
.custom-text-color-white{
color: white;
}
</style>
</head>
<body class="body-color customBody">
<div class="container-lg customizedContainer regular">
<section class="resume-section">
<div class="m-1 d-flex align-items-center">
<div class="p-3 me-3 custom-color-3 fade-right-container" style="--delay: 0s;">
<p class="custom-color-3 custom-text-color-white m-0 text-center bold">J</p>
<p class="custom-color-3 custom-text-color-white m-0 text-center bold">G</p>
</div>
<h1 class="text-dark text-center fade-right-container" style="--delay: 0.3s;">Jayesh Ganatra</h1>
</div>
</section>
<div class="row fade-right-container" style="--delay: 0.6s;">
<div class="col-sm">
<section class="resume-section">
<p class="section-title text-dark bold">Summary
</p>
<p class="lh-sm"><span class="custom-highlighter bold">Lead Software Engineer</span> with <span id="totalExperience">12+ years</span> of experience designing and delivering enterprise-grade solutions across diverse industries. Skilled in translating complex business requirements into scalable, secure, and maintainable architectures using Java, microservices, and cloud-native technologies.
</p>
<p class="lh-sm">Passionate about system design, performance optimization, and driving architectural decisions that align with long-term product vision. On a focused path toward becoming a Technology Architect, with a strong foundation in integration protocols, DevOps practices, and cross-functional collaboration.
</p>
<p class="lh-sm">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-telephone-fill" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M1.885.511a1.745 1.745 0 0 1 2.61.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.68.68 0 0 0 .178.643l2.457 2.457a.68.68 0 0 0 .644.178l2.189-.547a1.75 1.75 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.6 18.6 0 0 1-7.01-4.42 18.6 18.6 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877z"/>
</svg> +91-9590102022
</p>
<p class="lh-sm">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-envelope-at-fill pulse-container" viewBox="0 0 16 16">
<path d="M2 2A2 2 0 0 0 .05 3.555L8 8.414l7.95-4.859A2 2 0 0 0 14 2zm-2 9.8V4.698l5.803 3.546zm6.761-2.97-6.57 4.026A2 2 0 0 0 2 14h6.256A4.5 4.5 0 0 1 8 12.5a4.49 4.49 0 0 1 1.606-3.446l-.367-.225L8 9.586zM16 9.671V4.697l-5.803 3.546.338.208A4.5 4.5 0 0 1 12.5 8c1.414 0 2.675.652 3.5 1.671"/>
<path d="M15.834 12.244c0 1.168-.577 2.025-1.587 2.025-.503 0-1.002-.228-1.12-.648h-.043c-.118.416-.543.643-1.015.643-.77 0-1.259-.542-1.259-1.434v-.529c0-.844.481-1.4 1.26-1.4.585 0 .87.333.953.63h.03v-.568h.905v2.19c0 .272.18.42.411.42.315 0 .639-.415.639-1.39v-.118c0-1.277-.95-2.326-2.484-2.326h-.04c-1.582 0-2.64 1.067-2.64 2.724v.157c0 1.867 1.237 2.654 2.57 2.654h.045c.507 0 .935-.07 1.18-.18v.731c-.219.1-.643.175-1.237.175h-.044C10.438 16 9 14.82 9 12.646v-.214C9 10.36 10.421 9 12.485 9h.035c2.12 0 3.314 1.43 3.314 3.034zm-4.04.21v.227c0 .586.227.8.581.8.31 0 .564-.17.564-.743v-.367c0-.516-.275-.708-.572-.708-.346 0-.573.245-.573.791"/>
</svg> jayeshsyif@gmail.com
</p>
</section>
</div>
<div class="col-sm">
<section class="resume-section">
<p class="section-title text-dark bold">Experience</p>
<ul class="list-group list-group-flush custom-color-2">
<li class="list-group-item mb-0 p-0 custom-color-2">OpenText
<ul class="list-group-flush custom-color-2">
<li class="list-group-item border-start custom-color-2">
<p class="mb-0">Lead Software Engineer
</p>
<div class="row custom-color-2">
<p class="col-8 mb-0">
<label class="text-start small">
03/2023 –
</label>
<span class="custom-highlighter bold">Present</span>
<label class="text-start small" id="currentCompanyExperience"> •
</label>
</p>
<p class="col-4 text-end small mb-0">
Bengaluru, India
</p>
</div>
<p class="mb-0 mt-2 border-top border-1">Senior Software Engineer
</p>
<div class="row custom-color-2">
<p class="col-8 text-start small mb-0">
06/2018 – 03/2023 • 4 years 10 mths
</p>
<p class="col-4 text-end small mb-0">
Bengaluru, India
</p>
</div>
</li>
</ul>
</li>
</ul>
<ul class="list-group list-group-flush custom-color-2">
<li class="list-group-item mb-0 p-0 custom-color-2">Wipro Technologies
<ul class="list-group-flush custom-color-2">
<li class="list-group-item border-start custom-color-2">
<p class=" mb-0">Software Engineer
</p>
<div class="row custom-color-2">
<p class="col-8 text-start small mb-0">
06/2016 – 06/2018 • 2 years
</p>
<p class="col-4 text-end small mb-0">
Bengaluru, India
</p>
</div>
</li>
</ul>
</li>
</ul>
<ul class="list-group list-group-flush custom-color-2">
<li class="list-group-item mb-0 p-0 custom-color-2">Spaneos Software Solutions
<ul class="list-group-flush custom-color-2">
<li class="list-group-item border-start custom-color-2">
<p class=" mb-0">Software Engineer
</p>
<div class="row custom-color-2">
<p class="col-8 text-start small mb-0">
07/2013 – 06/2016 • 3 years
</p>
<p class="col-4 text-end small mb-0">
Bengaluru, India
</p>
</div>
</li>
</ul>
</li>
</ul>
</section>
</div>
</div>
<div class="row fade-right-container" style="--delay: 0.9s;">
<div class="col-sm">
<section class="resume-section">
<p class="section-title text-dark bold">Skills</p>
<ul class="list-group list-group-flush">
<li class="list-group-item mb-0 p-0 custom-color-2">Backend
<ul class="list-group-flush custom-color-2">
<li class="list-group-item border-start custom-color-2">
<p class=" small mb-0">Java/J2EE, ,Spring MVC, Spring Boot, JPA/Hibernate, REST/SOAP web service</p>
</li>
</ul>
</li>
</ul>
<ul class="list-group list-group-flush custom-color-2">
<li class="list-group-item mb-0 p-0 custom-color-2">Architecture
<ul class="list-group-flush custom-color-2">
<li class="list-group-item border-start custom-color-2">
<p class=" small mb-0">Microservices, Distributed Systems</p>
</li>
</ul>
</li>
</ul>
<ul class="list-group list-group-flush custom-color-2">
<li class="list-group-item mb-0 p-0 custom-color-2">Messaging/Streaming
<ul class="list-group-flush custom-color-2">
<li class="list-group-item border-start custom-color-2">
<p class=" small mb-0">Apache Kafka</p>
</li>
</ul>
</li>
</ul>
<ul class="list-group list-group-flush custom-color-2">
<li class="list-group-item mb-0 p-0 custom-color-2">Containers/Orchestration
<ul class="list-group-flush custom-color-2">
<li class="list-group-item border-start custom-color-2">
<p class=" small mb-0">Docker, Kubernetes</p>
</li>
</ul>
</li>
</ul>
<ul class="list-group list-group-flush custom-color-2">
<li class="list-group-item mb-0 p-0 custom-color-2">CI/CD & Quality
<ul class="list-group-flush custom-color-2">
<li class="list-group-item border-start custom-color-2">
<p class=" small mb-0">Jenkins, TeamCity, Sonar, Maven, Ant</p>
</li>
</ul>
</li>
</ul>
<ul class="list-group list-group-flush custom-color-2">
<li class="list-group-item mb-0 p-0 custom-color-2">Frontend
<ul class="list-group-flush custom-color-2">
<li class="list-group-item border-start custom-color-2">
<p class=" small mb-0">HTML, JSP, Servlet, JavaScript/jQuery, Android, Angular</p>
</li>
</ul>
</li>
</ul>
<ul class="list-group list-group-flush custom-color-2">
<li class="list-group-item mb-0 p-0 custom-color-2">Database
<ul class="list-group-flush custom-color-2">
<li class="list-group-item border-start custom-color-2">
<p class=" small mb-0">MSSQL, MySQL, Oracle 12c, MongoDB</p>
</li>
</ul>
</li>
</ul>
<ul class="list-group list-group-flush custom-color-2">
<li class="list-group-item mb-0 p-0 custom-color-2">Version Control
<ul class="list-group-flush custom-color-2">
<li class="list-group-item border-start custom-color-2">
<p class=" small mb-0">Git, Mercurial</p>
</li>
</ul>
</li>
</ul>
</section>
</div>
<div class="col-sm">
<section class="resume-section">
<p class="section-title text-dark bold custom-color-2">Education</p>
<ul class="list-group list-group-flush custom-color-2">
<li class="list-group-item mb-0 p-0 custom-color-2">Bachelor of Engineering
<ul class="list-group-flush custom-color-2">
<li class="list-group-item border-start custom-color-2">
<div class="row">
<p class="col-6 text-start small mb-0">
62.13%
</p>
<p class="col-6 text-end small mb-0">
06/2009 – 05/2012
</p>
</div>
<div class="row">
<p class="col-8 text-start small mb-0">
North Maharashtra University
</p>
<p class="col-4 text-end small mb-0">
Jalgaon, India
</p>
</div>
</li>
</ul>
</li>
</ul>
<ul class="list-group list-group-flush custom-color-2">
<li class="list-group-item mb-0 p-0 custom-color-2">Diploma in Information Technology
<ul class="list-group-flush custom-color-2">
<li class="list-group-item border-start custom-color-2">
<div class="row">
<p class="col-6 text-start small mb-0">
72.60%
</p>
<p class="col-6 text-end small mb-0">
06/2006 – 05/2009
</p>
</div>
<div class="row">
<p class="col-8 text-start small mb-0">
Maharashtra State Board of Technical Education University
</p>
<p class="col-4 text-end small mb-0">
Mumbai, India
</p>
</div>
</li>
</ul>
</li>
</ul>
</section>
<section class="resume-section">
<p class="section-title text-dark bold custom-color-2">Contribution</p>
<ul class="list-group list-group-flush custom-color-2">
<li class="list-group-item mb-0 p-0 custom-color-2">Open-Source contribution
<a href="https://play.google.com/store/apps/details?id=org.j_keepass" class="text-decoration-none d-print-none">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="black" class="bi bi-box-arrow-up-right" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5"/>
<path fill-rule="evenodd" d="M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0z"/>
</svg>
</a>
<ul class="list-group-flush custom-color-2">
<li class="list-group-item border-start custom-color-2">
<div class="row custom-color-2">
<p class="col-6 text-start small mb-0">
Password Management App
</p>
<p class="col-6 text-end small mb-0">
Native Android Application
</p>
</div>
<p class=" small mt-1 mb-0"> Security application integrating KeePass library with Material Design interface; recognized on the project platform.
</p>
</li>
</ul>
</li>
</ul>
</section>
</div>
</div>
<div class="row fade-right-container" style="--delay: 1.2s;">
<div class="col-sm">
<section class="resume-section">
<p class="section-title text-dark bold custom-color-2">Achievements</p>
<ul class="list-group list-group-flush custom-color-2">
<li class="list-group-item mb-0 p-0 custom-color-2">Application Certification Completion (Recognition)
<ul class="list-group-flush custom-color-2">
<li class="list-group-item border-start custom-color-2">
<div class="row custom-color-2">
<p class="col-8 text-start small mb-0">
OpenText
</p>
<p class="col-4 text-end small mb-0">
31/05/2024
</p>
</div>
<p class=" small mt-1 mb-0"> Certification awarded to BizManager, indicating proficiency in adhering to AS4 standards and compliance alignment for partners/customers.
</p>
</li>
</ul>
</li>
</ul>
<ul class="list-group list-group-flush custom-color-2">
<li class="list-group-item mb-0 p-0 custom-color-2">Knight of Quarter (Award)
<ul class="list-group-flush custom-color-2">
<li class="list-group-item border-start custom-color-2">
<div class="row custom-color-2">
<p class="col-8 text-start small mb-0">
Wipro Technologies
</p>
<p class="col-4 text-end small mb-0">
30/11/2017
</p>
</div>
<p class=" small mt-1 mb-0"> Delivered 45% performance improvement through search module optimization in Way2Go.
</p>
</li>
</ul>
</li>
</ul>
</section>
</div>
<div class="col-sm">
<section class="resume-section">
<p class="section-title text-dark bold custom-color-2">Certification</p>
<ul class="list-group list-group-flush custom-color-2">
<li class="list-group-item mb-0 p-0 custom-color-2">Oracle SQL Performance Tunning
<ul class="list-group-flush custom-color-2">
<li class="list-group-item border-start custom-color-2">
<div class="row custom-color-2">
<p class="col-8 text-start small mb-0">
Udemy
</p>
<p class="col-4 text-end small mb-0">
05/2026
</p>
</div>
<p class=" small mt-1 mb-0"> Enhanced expertise in Oracle database performance engineering through hands-on training in SQL optimization, execution plan analysis, indexing, and troubleshooting techniques. Strengthened ability to design and optimize data-intensive backend solutions, reduce query latency, improve system scalability, and support high-performance enterprise applications through effective database architecture and tuning practices.
</p>
</li>
</ul>
</li>
</ul>
</section>
</div>
</div>
</div>
<div class="page-break"></div>
<div class="container-lg customizedContainer regular">
<div class="row mt-3 fade-right-container" style="--delay: 1.5s;">
<div class="col">
<section class="resume-section">
<p class="section-title text-dark bold">Key Projects</p>
<ul class="list-group list-group-flush">
<li class="list-group-item mb-0 p-0 custom-color-2">BizManager
<span class="position-absolute top-0 end-0 small mb-0 custom-color-2">06/2018 – present</span>
<ul class="list-group-flush custom-color-2">
<li class="list-group-item border-start custom-color-2">
<p class=" small mb-0">Information Management domain
</p>
<p class=" mt-1 small"> Enterprise B2B application enabling customers to configure and manage file transfers across multiple protocols and generate audit/reporting of transfers. Supports PEPPOL, AS4/AS2, FTP, SFTP, HTTPS, SMTP; includes user/service/gateway administration, password policies, and log downloads.
</p>
<p class=" small mt-1 mb-0"> • Led a 10-member engineering team delivering platform enhancements for an enterprise B2B file-transfer management product; drove technical execution, code quality, and delivery predictability.
</p>
<p class=" small mt-1 mb-0"> • Owned HLD/LLD for complex change requests, defining service responsibilities, API contracts, and backward-compatible behavior for production environments.
</p>
<p class=" small mt-1 mb-0"> • Improved observability/monitoring to detect crash and performance anomalies earlier; strengthened diagnosis workflows for production reliability.
</p>
<p class=" small mt-1 mb-0"> • Led cross-team technical touchpoints to unblock dependencies and align integration behavior across modules; reduced delivery risk for multi-team releases.
</p>
<p class=" small mt-1 mb-0"> • Owned critical production issue troubleshooting and fixes; ensured stable releases and faster recovery during incidents (add MTTR/incident metrics if available).
</p>
<p class=" small mt-1 mb-0"> • Conducted R&D on frameworks/features to expand product capabilities; proposed design options with tradeoffs for maintainability and scalability.
</p>
</li>
</ul>
</li>
</ul>
<ul class="list-group list-group-flush custom-color-2">
<li class="list-group-item mb-0 p-0 custom-color-2">Way2Go
<span class=" position-absolute top-0 end-0 small mb-0">06/2016 – 06/2018</span>
<ul class="list-group-flush custom-color-2">
<li class="list-group-item border-start custom-color-2">
<p class=" small mb-0">Travel & Expense domain
</p>
<p class=" mt-1 small"> A B2B product to ease the corporate organization’s travel and expense division with ERP and Global Distribution System (GDS) integration. The product also features the data analysis portal to provide various ways to highlight the travel and expense reports. Large and small organizations can easily track business travel and expense anytime and anywhere.
</p>
<p class=" small mt-1 mb-0"> • Analyzed and discussed business requirements; implemented features and delivered enhancements.
</p>
<p class=" small mt-1 mb-0"> • Performed bug fixing and troubleshooting for product stability and delivery.
</p>
</li>
</ul>
</li>
</ul>
</section>
</div>
</div>
<section class="resume-section fade-right-container" style="--delay: 1.8s;">
<p class="section-title d-print-none text-dark bold">Other Details</p>
<div class="card-group border-0 d-print-none custom-color-2">
<div class="card border-0">
<ul class="list-group list-group-flush custom-color-2">
<li class="list-group-item mb-0 p-0 custom-color-2">Location
<ul class="list-group-flush custom-color-2">
<li class="list-group-item border-start custom-color-2">
<p class=" mb-0">Bengaluru, India</p>
</li>
</ul>
</li>
</ul>
</div>
<div class="card border-0 d-print-none custom-color-2">
<ul class="list-group list-group-flush custom-color-2">
<li class="list-group-item mb-0 p-0 custom-color-2">LinkedIn
<ul class="list-group-flush custom-color-2">
<li class="list-group-item border-start custom-color-2">
<p class=" mb-0">
<a href="https://www.linkedin.com/in/jayesh-ganatra-76051056" class="text-decoration-none d-print-none">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="black" class="bi bi-linkedin" viewBox="0 0 16 16">
<path d="M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854zm4.943 12.248V6.169H2.542v7.225zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248S2.4 3.226 2.4 3.934c0 .694.521 1.248 1.327 1.248zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016l.016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225z"/>
</svg>
</a>
</p>
</li>
</ul>
</li>
</ul>
</div>
<div class="card border-0 d-print-none custom-color-2">
<ul class="list-group list-group-flush custom-color-2">
<li class="list-group-item mb-0 p-0 custom-color-2">Resume in PDF
<ul class="list-group-flush custom-color-2">
<li class="list-group-item border-start custom-color-2">
<p class=" mb-0">
<a href="Jayesh_Ganatra_Resume.pdf"class="text-decoration-none">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="black" class="bi bi-box-arrow-up-right" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5"/>
<path fill-rule="evenodd" d="M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0z"/>
</svg>
</a>
</p>
</li>
</ul>
</li>
</ul>
</div>
</div>
</section>
<section class="resume-section d-none d-print-block">
<br/> <br/> <br/><br/> <br/> <br/><br/> <br/> <br/> <br/> <br/> <br/> <br/>
<p class="section-title text-dark bold">Declaration</p>
<br/> <br/> <br/>
<p class="text-end">Jayesh Ganatra</p>
</section>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
<script>
document.addEventListener("DOMContentLoaded", function() {
const totalExperience = calculateTotalExperience("07/01/2013");
document.getElementById("totalExperience").textContent = totalExperience;
const currentCompanyExperience = calculateExperience("03/01/2023");
document.getElementById("currentCompanyExperience").textContent += currentCompanyExperience;
});
function calculateExperience(startDateStr) {
const startDate = new Date(startDateStr);
const endDate = new Date(); // present date
let years = endDate.getFullYear() - startDate.getFullYear();
let months = endDate.getMonth() - startDate.getMonth();
if (months < 0) {
years--;
months += 12;
}
const displayMonths = months === 0 ? "" : months + (months >= 9 ? "+ months" : " months");
return years > 0
? `${years} year${years > 1 ? "s" : ""} ${displayMonths}`.trim()
: `${months} mths`;
}
function calculateTotalExperience(startDateStr) {
const startDate = new Date(startDateStr);
const endDate = new Date(); // present date
let years = endDate.getFullYear() - startDate.getFullYear();
let months = endDate.getMonth() - startDate.getMonth();
if (months < 0) {
years--;
months += 12;
}
const displayMonths = months === 0 ? "" : months + (months >= 9 ? "+ months" : " months");
return years > 0
? `${years}+ year${years > 1 ? "s" : ""}`.trim()
: `${months} months`;
}
</script>
</body></html>