-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
813 lines (691 loc) · 46.8 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css">
<title>Pranav Khismatrao - Portfolio</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i"
rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- =======================================================
* Template Name: MyResume - v4.7.1
* Template URL: https://bootstrapmade.com/free-html-bootstrap-template-my-resume/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-X69ETVBYG4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-X69ETVBYG4');
</script>
<body>
<!-- ======= Mobile nav toggle button ======= -->
<!-- <button type="button" class="mobile-nav-toggle d-xl-none"><i class="bi bi-list mobile-nav-toggle"></i></button> -->
<i class="bi bi-list mobile-nav-toggle d-xl-none"></i>
<!-- ======= Header ======= -->
<header id="header" class="d-flex flex-column justify-content-center">
<nav id="navbar" class="navbar nav-menu">
<ul>
<li><a href="#hero" class="nav-link scrollto active"><i class="fas fa-home"></i><span>Home</span></a></li>
<li><a href="#about" class="nav-link scrollto"><i class="fas fa-user"></i><span>About</span></a></li>
<li><a href="#resume" class="nav-link scrollto"><i class="fas fa-briefcase"></i><span>Summary</span></a></li>
<li><a href="#skills" class="nav-link scrollto"><i class="fas fa-lightbulb"></i><span>Skills</span></a></li>
<li><a href="#portfolio" class="nav-link scrollto"><i class="fas fa-download"></i><span>Resume</span></a></li>
<li><a href="#projects" class="nav-link scrollto"><i class="fas fa-code"></i><span>Projects</span></a></li>
<li><a href="#OSC" class="nav-link scrollto"><i class="fas fa-code-branch"></i><span>Open Source</span></a></li>
<li><a href="#technology" class="nav-link scrollto"><i class="fas fa-tools"></i> <span>Technologies</span></a></li>
<!-- <li><a href="#services" class="nav-link scrollto"><i class="bx bx-server"></i> <span>Services</span></a></li> -->
<li><a href="#contact" class="nav-link scrollto"><i class="bx bx-envelope"></i> <span>Contact</span></a></li>
</ul>
</nav><!-- .nav-menu -->
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="d-flex flex-column justify-content-center">
<div class="container" data-aos="zoom-in" data-aos-delay="100">
<h1>Pranav Khismatrao</h1>
<p>I'm <span class="typed" data-typed-items=" a Professional Software Developer, a Freelancer"></span></p>
<div class="social-links">
<!-- <a href="#" class="twitter"><i class="bx bxl-twitter"></i></a>
<a href="#" class="facebook"><i class="bx bxl-facebook"></i></a>
<a href="#" class="instagram"><i class="bx bxl-instagram"></i></a>
<a href="#" class="google-plus"><i class="bx bxl-skype"></i></a> -->
<a href="https://www.linkedin.com/in/pranavkhismatrao/" target="_blank" class="linkedin"><i class="bx bxl-linkedin"></i></a>
</div>
</div>
</section><!-- End Hero -->
<main id="main">
<!-- ======= About Section ======= -->
<section id="about" class="about">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>About</h2>
<p>“Life is like riding a bicycle, to keep your balance, you must keep moving.” A quote I
read somewhere a long time ago but stuck in my mind ever since. I try to follow and be true to myself
in order to keep my balance and keep moving. </p>
<a href="https://pranavkhismatrao.me/article" class="link">Visit Pranav Khismatrao's Active Project Updates</a>
</div>
<div class="row">
<div class="col-lg-4">
<img src="assets/img/profile_pic.jpg" class="img-fluid" alt="">
</div>
<div class="col-lg-8 pt-4 pt-lg-0 content">
<h3>Learner & Software Developer.</h3>
<p class="fst-italic">
Graduated from Northeastern Univeristy (2024); Developer for Tata Consultancy Services (2020 - 2022);
Did Engineering in Information Technlogy from University of Mumbai (2016-2020).
</p>
<div class="row">
<div class="col-lg-12">
<ul>
<li><i class="bi bi-chevron-right"></i> <strong>Degree:</strong> <span>Master of Science in Software Engineering Systems</span></li>
<!-- <li><i class="bi bi-chevron-right"></i> <strong>Freelance:</strong> <span>Available</span></li> -->
</ul>
</div>
</div>
<p class="experience">
At <b>evoAI, Boston, MA</b> since <b>May 2024</b>, I have been working as a <b>Software Developer </b>. During this period, I designed and deployed cloud infrastructure using Pulumi to manage AWS resources, including EC2 instances and RDS databases, along with load balancers, achieving a 30% reduction in manual configuration errors. I also developed and managed Kubernetes clusters for hosting microservices, ensuring efficient resource utilization and utilizing serverless architecture for seamless communication between services, which resulted in a 25% increase in deployment speed. Additionally, I implemented RESTful APIs, SQLite for offline data synchronization, and ensured seamless operation even in offline scenarios, leading to a 20% surge in user satisfaction and retention rates.
<br><br>
Prior to that, I worked at <b>Tata Consultancy Services, Mumbai, India</b> from <b>Aug 2020 to Jul 2022</b> as a <b>Full-Stack Developer</b>. In this role, I led the development of 10 secure REST APIs with the Spring Boot framework, optimizing the content delivery process for a learning management system designed using React as the front-end, which served more than 5000 users. I implemented Docker containerization for microservices deployment, enhancing code integrity and efficiency, which reduced deployment risks by 52% and improved overall project efficiency by 20%, ensuring scalability. Additionally, I developed and maintained RESTful API endpoints in Spring Boot with test-driven development (TDD) of new API endpoints, achieving a 10% improvement in backend response times and a 20% reduction in downtime.
</p>
</div>
</div>
</div>
</section><!-- End About Section -->
<!-- ======= Facts Section ======= -->
<section id="facts" class="facts">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Facts</h2>
<!-- <p>Magnam dolores commodi suscipit. Necessitatibus eius consequatur ex aliquid fuga eum quidem. Sit sint consectetur velit. Quisquam quos quisquam cupiditate. Et nemo qui impedit suscipit alias ea. Quia fugiat sit in iste officiis commodi quidem hic quas.</p> -->
</div>
<div class="row">
<div class="col-lg-4 col-md-6">
<div class="count-box">
<i class="bi bi-journal-richtext"></i>
<span data-purecounter-start="0" data-purecounter-end="1" data-purecounter-duration="1"
class="purecounter"></span>
<p>Pubications</p>
</div>
</div>
<div class="col-lg-4 col-md-6 mt-5 mt-md-0">
<div class="count-box">
<i class="bi bi-journal-code"></i>
<span data-purecounter-start="0" data-purecounter-end="10" data-purecounter-duration="1"
class="purecounter"></span>
<p>Projects</p>
</div>
</div>
<div class="col-lg-4 col-md-6 mt-5 mt-lg-0">
<div class="count-box">
<i class="bi bi-briefcase"></i>
<span data-purecounter-start="0" data-purecounter-end="1.7" data-purecounter-duration="0.1"
class="purecounter"></span>
<p>Expeience</p>
</div>
</div>
</div>
</div>
</section><!-- End Facts Section -->
<!-- ======= Skills Section ======= -->
<section id="skills" class="skills section-bg">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Skills</h2>
<p>The following are some of the main skills that I have gained throughout the years. Moreover, I have
significant corporate experience with
various tools knowledge such as Excel, MS office, to name a few.
</p>
</div>
<div class="row skills-content">
<div class="col-lg-6">
<div class="progress">
<span class="skill">HTML</span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="progress">
<span class="skill">CSS</span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="progress">
<span class="skill">JavaScript</span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="progress">
<span class="skill">jQuery</span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="progress">
<span class="skill">NodeJS</span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="95" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="progress">
<span class="skill">Express</span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="progress">
<span class="skill">Python</span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="progress">
<span class="skill">Core JAVA</span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="progress">
<span class="skill">Spring Boot, Spring MVC</span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="progress">
<span class="skill">Android development</span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="progress">
<span class="skill">React</span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="progress">
<span class="skill">Go</span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="progress">
<span class="skill">Docker</span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="progress">
<span class="skill">Kubernetes</span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Skills Section -->
<!-- ======= Resume Section ======= -->
<section id="resume" class="resume">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Resume</h2>
<p>
To work with a company that gives me an opportunity
to work under a management of innovative and inspiring minds, which would groom my innate skills of
creativity.
</div>
<div class="row">
<div class="col-lg-6">
<h3 class="resume-title">Sumary</h3>
<div class="resume-item pb-0">
<h4>Pranav Khismatrao</h4>
<p><em>Innovative and deadline-driven Software Developer with 2+ years of experience designing and
developing user-centered problem solving softwares initial concept to final, polished
deliverable.</em></p>
</div>
<h3 class="resume-title">Education</h3>
<!-- <div class="resume-item">
<h4>Master of Fine Arts & Graphic Design</h4>
<h5>2015 - 2016</h5>
<p><em>Rochester Institute of Technology, Rochester, NY</em></p>
<p>Qui deserunt veniam. Et sed aliquam labore tempore sed quisquam iusto autem sit. Ea vero voluptatum qui ut dignissimos deleniti nerada porti sand markend</p>
</div> -->
<div class="resume-item">
<h4>Master of Science &Software Engineering Systems</h4>
<h5>2022 - 2024</h5>
<p><em>Northeastern University, Boston</em></p>
<p>Northeastern University (NU) is a private research university with its main campus in
Boston.Northeastern features a cooperative education program, more commonly known as "co-op," that
integrates classroom study with professional experience and includes over 3,100 partners across all
seven continents. The program has been a key part of Northeastern's curriculum of experiential
learning for more than a hundred years and is one of the largest co-op/internship programs in the world.
</p>
</div>
<div class="resume-item">
<h4>Bachelor of Engineering &Information Technology</h4>
<h5>2016 - 2020</h5>
<p><em>Ramrao Adik Institute of Technology, Nerul</em></p>
<p>RAIT is a renowned institue associated with Mumbai University at the time of my degree completion with
curricullum competent enough to
assist students land prolific roles in prominent companies.
</p>
</div>
<h3 class="resume-title">Publications</h3>
<div class="resume-item">
<h4>Name: Phishing-Inspector: Detection & Prevention of Phishing Websites &Information Technology</h4>
<h5>Published in July 2020</h5>
<p><em>Publication:The paper is accepted and Publicized at International Conference on Automation,
Computing and Communication
2020 (ICACC-2020)</em></p>
<a
href="https://www.itm-conferences.org/articles/itmconf/abs/2020/02/itmconf_icacc2020_03004/itmconf_icacc2020_03004.html">Link
here</a>
<p>With a tremendous boost in technologies & available learning material developing any website has become
very easy. Due to this the number of websites are exponentially growing day by day. The traditional
approach of comparing websites with Blacklist and whitelist is not so efficient. As attackers have
become more intelligent regarding hiding and redirecting of the URL and thereby tricking the user into
phishing attack without been getting detected. So there’s a need to have a novel approaches based on
Machine learning (ML) which would expose this phishing websites. In this paper, the proposed system is
an extension to web browser which made use of ML algorithm to extract various features and thereby
helping the user to distinguish between Legitimate website and Phishing website.
</p>
</div>
</div>
<div class="col-lg-6">
<h3 class="resume-title">Professional Experience</h3>
<div class="resume-item">
<h4>Software Engineer</h4>
<h5>May 2024 - present</h5>
<p><em>evoAI, Boston, MA</em></p>
<ul>
<li>Designed and deployed cloud infrastructure using <b>Pulumi</b> to manage AWS resources, including EC2 instances and RDS databases. Implemented load balancers, achieving a 30% reduction in manual configuration errors.</li>
<li>Developed and managed Kubernetes clusters for hosting microservices, optimizing resource utilization and employing serverless architecture for seamless communication between services, resulting in a 25% increase in deployment speed.</li>
<li>Created and deployed proxy servers using <b>Node.js</b> and <b>Express</b> to enhance security and scalability, effectively managing high traffic and securing communication channels.</li>
<li>Implemented RESTful APIs and integrated SQLite for offline data synchronization, ensuring seamless operation even in offline scenarios. This led to a 20% increase in user satisfaction and retention rates.</li>
<li>Developed automation scripts to handle business processes and send automated emails, streamlining operations and improving efficiency.</li>
</ul>
</div>
<div class="resume-item">
<h4>Senior Software Engineer </h4>
<h5>2020 - 2022</h5>
<p><em>Tata Consultancy Services, Mumbai, India </em></p>
<ul>
<li>Led the development of 10 secure REST APIs using the <b>Spring Boot framework</b>, optimizing content delivery to a learning management system with a <b>React</b> front-end, which supported over 100,000 users.</li>
<li>Constructed core back-end APIs for multiple products and deployed services based on the team’s internal products, achieving robust performance and reliability.</li>
<li>Implemented Docker containerization for deploying microservices, enhancing code integrity and stability. This approach reduced deployment risks by 52% and improved overall project efficiency by 20%, ensuring scalability.</li>
<li>Developed and maintained RESTful API endpoints in Spring Boot using test-driven development (TDD), which resulted in a 10% improvement in backend response times and a 20% reduction in downtime.</li>
<li>Implemented Java EE components using <b>Spring MVC, Spring IOC, and Spring Security</b> modules, ensuring a secure and efficient application framework.</li>
<li>Proactively managed and optimized cloud computing resources, handling surges in user loads, leading to a 25% improvement in system performance and scalability.</li>
</ul>
</div>
<div class="resume-item">
<h4>Intern </h4>
<h5>June 2019 – July 2019</h5>
<p><em>Sudesi Infotech,Mumbai, India</em></p>
<ul>
<li>Developed an Android Application with a complex application of the MVC framework and focused on
security
using API calls.</li>
<li>Applied complex frameworks to integrate API calls with the application</li>
<li>Maintained UI-based Android application tasks assigned by seniors</li>
<li>Gained real-world experience with practical knowledge</li>
<li>Collaborated with mentor to optimize application of Android development with complex algorithms</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- End Resume Section -->
<!-- ======= Portfolio Section ======= -->
<section id="portfolio" class="portfolio section-bg">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Resume</h2>
<p>Download my resume to know more about my work experience and education.</p>
<br>
<a href="https://github.com/Pranav014/resume/raw/main/SDE%20RESUME/Java/Pranav_Khismatrao_Resume.pdf" class="btn btn-primary" download>Download Resume</a>
</div>
</div>
</section>
<!-- End Portfolio Section -->
<!-- ======= Services Section ======= -->
<section id="projects" class="services">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Projects and Repositories</h2>
<p>Explore my portfolio of web applications built using various technologies. Check out the code on GitHub!</p>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 d-flex align-items-stretch" data-aos="zoom-in" data-aos-delay="100">
<div class="icon-box iconbox-blue">
<div class="icon">
<svg width="100" height="100" viewBox="0 0 600 600" xmlns="http://www.w3.org/2000/svg">
<path stroke="none" stroke-width="0" fill="#f5f5f5" d="M300,521.0016835830174C376.1290562159157,517.8887921683347,466.0731472004068,529.7835943286574,510.70327084640275,468.03025145048787C554.3714126377745,407.6079735673963,508.03601936045806,328.9844924480964,491.2728898941984,256.3432110539036C474.5976632858925,184.082847569629,479.9380746630129,96.60480741107993,416.23090153303,58.64404602377083C348.86323505073057,18.502131276798302,261.93793281208167,40.57373210992963,193.5410806939664,78.93577620505333C130.42746243093433,114.334589627462,98.30271207620316,179.96522072025542,76.75703585869454,249.04625023123273C51.97151888228291,328.5150500222984,13.704378332031375,421.85034740162234,66.52175969318436,486.19268352777647C119.04800174914682,550.1803526380478,217.28368757567262,524.383925680826,300,521.0016835830174"></path>
</svg>
<i class="bx bxl-dribbble"></i>
</div>
<h4><a href="https://github.com/Pranav014/WebApp" target="_blank">WebApp - Assignment Submission Cloud Native Application</a></h4>
<p>Secure and scalable web application for students to submit assignments, built with cloud-native principles for efficient management</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4 mt-md-0" data-aos="zoom-in" data-aos-delay="200">
<div class="icon-box iconbox-orange ">
<div class="icon">
<svg width="100" height="100" viewBox="0 0 600 600" xmlns="http://www.w3.org/2000/svg">
<path stroke="none" stroke-width="0" fill="#f5f5f5" d="M300,582.0697525312426C382.5290701553225,586.8405444964366,449.9789794690241,525.3245884688669,502.5850820975895,461.55621195738473C556.606425686781,396.0723002908107,615.8543463187945,314.28637112970534,586.6730223649479,234.56875336149918C558.9533121215079,158.8439757836574,454.9685369536778,164.00468322053177,381.49747125262974,130.76875717737553C312.15926192815925,99.40240125094834,248.97055460311594,18.661163978235184,179.8680185752513,50.54337015887873C110.5421016452524,82.52863877960104,119.82277516462835,180.83849132639028,109.12597500060166,256.43424936330496C100.08760227029461,320.3096726198365,92.17705696193138,384.0621239912766,124.79988738764834,439.7174275375508C164.83382741302287,508.01625554203684,220.96474134820875,577.5009287672846,300,582.0697525312426"></path>
</svg>
<i class="bx bx-file"></i>
</div>
<h4><a href="https://github.com/Pranav014/OnlineMovieBooking" target="_blank">Online Movie Booking System - Backend approach to effecient booking</a></h4>
<p>High-performance backend system ensures smooth online movie booking with real-time seat availability and efficient transaction processing</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4 mt-lg-0" data-aos="zoom-in" data-aos-delay="300">
<div class="icon-box iconbox-pink">
<div class="icon">
<svg width="100" height="100" viewBox="0 0 600 600" xmlns="http://www.w3.org/2000/svg">
<path stroke="none" stroke-width="0" fill="#f5f5f5" d="M300,541.5067337569781C382.14930387511276,545.0595476570109,479.8736841581634,548.3450877840088,526.4010558755058,480.5488172755941C571.5218469581645,414.80211281144784,517.5187510058486,332.0715597781072,496.52539010469104,255.14436215662573C477.37192572678356,184.95920475031193,473.57363656557914,105.61284051026155,413.0603344069578,65.22779650032875C343.27470386102294,18.654635553484475,251.2091493199835,5.337323636656869,175.0934190732945,40.62881213300186C97.87086631185822,76.43348514350839,51.98124368387456,156.15599469081315,36.44837278890362,239.84606092416172C21.716077023791087,319.22268207091537,43.775223500013084,401.1760424656574,96.891909868211,461.97329694683043C147.22146801428983,519.5804099606455,223.5754009179313,538.201503339737,300,541.5067337569781"></path>
</svg>
<i class="bx bx-tachometer"></i>
</div>
<h4><a href="https://github.com/Pranav014/NU-Chronicles" target="_blank">NU Chronicles - One Stop Solution for freshers</a></h4>
<p>A curated online guide for NEU freshmen, featuring student-verified resources for smooth settling-in.</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4" data-aos="zoom-in" data-aos-delay="100">
<div class="icon-box iconbox-yellow">
<div class="icon">
<svg width="100" height="100" viewBox="0 0 600 600" xmlns="http://www.w3.org/2000/svg">
<path stroke="none" stroke-width="0" fill="#f5f5f5" d="M300,503.46388370962813C374.79870501325706,506.71871716319447,464.8034551963731,527.1746412648533,510.4981551193396,467.86667711651364C555.9287308511215,408.9015244558933,512.6030010748507,327.5744911775523,490.211057578863,256.5855673507754C471.097692560561,195.9906835881958,447.69079081568157,138.11976852964426,395.19560036434837,102.3242989838813C329.3053358748298,57.3949838291264,248.02791733380457,8.279543830951368,175.87071277845988,42.242879143198664C103.41431057327972,76.34704239035025,93.79494320519305,170.9812938413882,81.28167332365135,250.07896920659033C70.17666984294237,320.27484674793965,64.84698225790005,396.69656628748305,111.28512138212992,450.4950937839243C156.20124167950087,502.5303643271138,231.32542653798444,500.4755392045468,300,503.46388370962813"></path>
</svg>
<i class="bx bx-layer"></i>
</div>
<h4><a href="https://github.com/Pranav014/CSYE6200-Project-Bank" target="_blank">MicroBank</a></h4>
<p>Modern banking application built with Micronaut for robust backend APIs and JavaFX for a user-friendly interface</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4" data-aos="zoom-in" data-aos-delay="200">
<div class="icon-box iconbox-red">
<div class="icon">
<svg width="100" height="100" viewBox="0 0 600 600" xmlns="http://www.w3.org/2000/svg">
<path stroke="none" stroke-width="0" fill="#f5f5f5" d="M300,532.3542879108572C369.38199826031484,532.3153073249985,429.10787420159085,491.63046689027357,474.5244479745417,439.17860296908856C522.8885846962883,383.3225815378663,569.1668002868075,314.3205725914397,550.7432151929288,242.7694973846089C532.6665558377875,172.5657663291529,456.2379748765914,142.6223662098291,390.3689995646985,112.34683881706744C326.66090330228417,83.06452184765237,258.84405631176094,53.51806209861945,193.32584062364296,78.48882559362697C121.61183558270385,105.82097193414197,62.805066853699245,167.19869350419734,48.57481801355237,242.6138429142374C34.843463184063346,315.3850353017275,76.69343916112496,383.4422959591041,125.22947124332185,439.3748458443577C170.7312796277747,491.8107796887764,230.57421082200815,532.3932930995766,300,532.3542879108572"></path>
</svg>
<i class="bx bx-slideshow"></i>
</div>
<h4><a href="https://github.com/Pranav014/URLShortner" target="_blank">URL Shortner</a></h4>
<p>This Go-powered URL shortener shrinks your links with ease, ensuring reliability and manageability</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4" data-aos="zoom-in" data-aos-delay="300">
<div class="icon-box iconbox-teal">
<div class="icon">
<svg width="100" height="100" viewBox="0 0 600 600" xmlns="http://www.w3.org/2000/svg">
<path stroke="none" stroke-width="0" fill="#f5f5f5" d="M300,566.797414625762C385.7384707136149,576.1784315230908,478.7894351017131,552.8928747891023,531.9192734346935,484.94944893311C584.6109503024035,417.5663521118492,582.489472248146,322.67544863468447,553.9536738515405,242.03673114598146C529.1557734026468,171.96086150256528,465.24506316201064,127.66468636344209,395.9583748389544,100.7403814666027C334.2173773831606,76.7482773500951,269.4350130405921,84.62216499799875,207.1952322260088,107.2889140133804C132.92018162631612,134.33871894543012,41.79353780512637,160.00259165414826,22.644507872594943,236.69541883565114C3.319112789854554,314.0945973066697,72.72355303640163,379.243833228382,124.04198916343866,440.3218312028393C172.9286146004772,498.5055451809895,224.45579914871206,558.5317968840102,300,566.797414625762"></path>
</svg>
<i class="bx bx-arch"></i>
</div>
<h4><a href="https://github.com/Pranav014/iac-pulumi" target="_blank">Pulumi -Infrastructure As Code</a></h4>
<p>AWS VPC and Subnets Creation with Pulumi along with necessary Database Construction with Security Groups.</p>
</div>
</div>
</div>
</div>
</section>
<!-- End Services Section -->
<!-- Open Source Section -->
<section id="OSC" class="services">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Open Source Contribution</h2>
<p>See how I contribute to the developer community through open source projects</p>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 d-flex align-items-stretch" data-aos="zoom-in" data-aos-delay="100">
<div class="icon-box iconbox-blue">
<div class="icon">
<svg width="100" height="100" viewBox="0 0 600 600" xmlns="http://www.w3.org/2000/svg">
<path stroke="none" stroke-width="0" fill="#f5f5f5" d="M300,521.0016835830174C376.1290562159157,517.8887921683347,466.0731472004068,529.7835943286574,510.70327084640275,468.03025145048787C554.3714126377745,407.6079735673963,508.03601936045806,328.9844924480964,491.2728898941984,256.3432110539036C474.5976632858925,184.082847569629,479.9380746630129,96.60480741107993,416.23090153303,58.64404602377083C348.86323505073057,18.502131276798302,261.93793281208167,40.57373210992963,193.5410806939664,78.93577620505333C130.42746243093433,114.334589627462,98.30271207620316,179.96522072025542,76.75703585869454,249.04625023123273C51.97151888228291,328.5150500222984,13.704378332031375,421.85034740162234,66.52175969318436,486.19268352777647C119.04800174914682,550.1803526380478,217.28368757567262,524.383925680826,300,521.0016835830174"></path>
</svg>
<!-- <i class="bx bxl-dribbbl"></i> -->
<i class="fa-brands fa-opencart"></i>
</div>
<h4><a href="https://github.com/Pranav014/siglens">SigLens</a></h4>
<p>Contributed to SigLens for Developing RestAPIs and bug fixing</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4 mt-md-0" data-aos="zoom-in" data-aos-delay="200">
<div class="icon-box iconbox-orange ">
<div class="icon">
<svg width="100" height="100" viewBox="0 0 600 600" xmlns="http://www.w3.org/2000/svg">
<path stroke="none" stroke-width="0" fill="#f5f5f5" d="M300,582.0697525312426C382.5290701553225,586.8405444964366,449.9789794690241,525.3245884688669,502.5850820975895,461.55621195738473C556.606425686781,396.0723002908107,615.8543463187945,314.28637112970534,586.6730223649479,234.56875336149918C558.9533121215079,158.8439757836574,454.9685369536778,164.00468322053177,381.49747125262974,130.76875717737553C312.15926192815925,99.40240125094834,248.97055460311594,18.661163978235184,179.8680185752513,50.54337015887873C110.5421016452524,82.52863877960104,119.82277516462835,180.83849132639028,109.12597500060166,256.43424936330496C100.08760227029461,320.3096726198365,92.17705696193138,384.0621239912766,124.79988738764834,439.7174275375508C164.83382741302287,508.01625554203684,220.96474134820875,577.5009287672846,300,582.0697525312426"></path>
</svg>
<!-- <i class="bx bx-file"></i> -->
<i class="fa-solid fa-laptop"></i>
</div>
<h4><a href="https://github.com/Pranav014/zuul">Netflix Zuul</a></h4>
<p>Developed and assisted in issue fixing of features.</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4 mt-lg-0" data-aos="zoom-in" data-aos-delay="300">
<div class="icon-box iconbox-pink">
<div class="icon">
<svg width="100" height="100" viewBox="0 0 600 600" xmlns="http://www.w3.org/2000/svg">
<path stroke="none" stroke-width="0" fill="#f5f5f5" d="M300,541.5067337569781C382.14930387511276,545.0595476570109,479.8736841581634,548.3450877840088,526.4010558755058,480.5488172755941C571.5218469581645,414.80211281144784,517.5187510058486,332.0715597781072,496.52539010469104,255.14436215662573C477.37192572678356,184.95920475031193,473.57363656557914,105.61284051026155,413.0603344069578,65.22779650032875C343.27470386102294,18.654635553484475,251.2091493199835,5.337323636656869,175.0934190732945,40.62881213300186C97.87086631185822,76.43348514350839,51.98124368387456,156.15599469081315,36.44837278890362,239.84606092416172C21.716077023791087,319.22268207091537,43.775223500013084,401.1760424656574,96.891909868211,461.97329694683043C147.22146801428983,519.5804099606455,223.5754009179313,538.201503339737,300,541.5067337569781"></path>
</svg>
<!-- <i class="bx bx-tachometer"></i> -->
<i class="fa-brands fa-firstdraft"></i>
</div>
<h4><a href="https://github.com/Pranav014/first-contributions">First Contributions</a></h4>
<p>Heavily Contributed to Documentations for maintenance and mentored new comers</p>
</div>
</div>
</div>
</div>
</section>
<!-- End of Open Source Section -->
<!-- ======= Favorite Technology Section ======= -->
<section id="technology" class="testimonials section-bg">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Technologies Profficiency</h2>
</div>
<div class="testimonials-slider swiper" data-aos="fade-up" data-aos-delay="100">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="testimonial-item">
<img src="assets/img/technology/Spring.png" class="testimonial-img" alt="">
<h3>Spring Framework, Spring Boot</h3>
<!-- <h4>Ceo & Founder</h4> -->
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Empower Java development with a lightweight, modular framework. Build scalable, production-ready applications with dependency injection and aspect-oriented programming for cleaner, maintainable code
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
</div>
</div>
<!-- End testimonial item -->
<div class="swiper-slide">
<div class="testimonial-item">
<img src="assets/img/technology/aws.png" class="testimonial-img" alt="">
<h3>AWS Services</h3>
<!-- <h4>Designer</h4> -->
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
I leverage the power of Amazon Web Services to build, deploy, and scale cloud-based applications. From serverless options to robust databases, AWS empowers me to focus on innovation. <i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
</div>
</div>
<!-- End testimonial item -->
<div class="swiper-slide">
<div class="testimonial-item">
<img src="assets/img/technology/Postgresql_elephant.png" class="testimonial-img" alt="">
<h3>PostgreSQL</h3>
<!-- <h4>Store Owner</h4> -->
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
I utilize PostgreSQL, a powerful open-source relational database management system, to ensure data integrity and scalability for my applications. Its robust features and flexibility empower efficient data handling. <i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
</div>
</div>
<!-- End testimonial item -->
<div class="swiper-slide">
<div class="testimonial-item">
<img src="assets/img/technology/gopher-go.jpg" class="testimonial-img" alt="">
<h3>Go Lang</h3>
<!-- <h4>Freelancer</h4> -->
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
I leverage GoLang, a high-performance, statically typed language, to create clean, concurrent, and performant software. Its focus on simplicity and speed empowers rapid development and efficient resource utilization. <i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
</div>
</div>
<!-- End testimonial item -->
<div class="swiper-slide">
<div class="testimonial-item">
<img src="assets/img/technology/react.png" class="testimonial-img" alt="">
<h3>React</h3>
<!-- <h4>Entrepreneur</h4> -->
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
I utilize React, a powerful JavaScript library, to build interactive and user-friendly web applications. Its component-based architecture allows for efficient code reuse, maintainability, and a smooth development experience. <i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
</div>
</div>
<!-- End testimonial item -->
</div>
<div class="swiper-pagination"></div>
</div>
</div>
</section>
<!-- End Testimonials Section -->
<!-- ======= Contact Section ======= -->
<section id="contact" class="contact">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Contact</h2>
</div>
<div class="row mt-2">
<div class="col-lg-4">
<div class="info">
<div class="address">
<i class="bi bi-geo-alt"></i>
<h4>Location:</h4>
<p>California</p>
</div>
<div class="email">
<i class="bi bi-envelope"></i>
<h4>Email:</h4>
<p>pranav.khismatrao07@gmail.com</p>
</div>
</div>
</div>
<!-- <div class="col-lg-8 mt-5 mt-lg-0">
<form action="forms/contact.php" method="post" role="form" class="php-email-form">
<div class="row">
<div class="col-md-6 form-group">
<input type="text" name="name" class="form-control" id="name" placeholder="Your Name" required>
</div>
<div class="col-md-6 form-group mt-3 mt-md-0">
<input type="email" class="form-control" name="email" id="email" placeholder="Your Email" required>
</div>
</div>
<div class="form-group mt-3">
<input type="text" class="form-control" name="subject" id="subject" placeholder="Subject" required>
</div>
<div class="form-group mt-3">
<textarea class="form-control" name="message" rows="5" placeholder="Message" required></textarea>
</div>
<div class="my-3">
<div class="loading">Loading</div>
<div class="error-message"></div>
<div class="sent-message">Your message has been sent. Thank you!</div>
</div>
<div class="text-center"><button type="submit">Send Message</button></div>
</form>
</div> -->
</div>
</div>
</section><!-- End Contact Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="container">
<h3>Pranav Khismatrao</h3>
<p><i><b>“Life is like riding a bicycle, to keep your balance, you must keep moving"</b></i></p>
<div class="social-links">
<!-- <a href="#" class="twitter"><i class="bx bxl-twitter"></i></a>
<a href="#" class="facebook"><i class="bx bxl-facebook"></i></a>
<a href="#" class="instagram"><i class="bx bxl-instagram"></i></a> -->
<!-- <a href="#" class="google-plus"><i class="bx bxl-skype"></i></a> -->
<a href="https://www.linkedin.com/in/pranavkhismatrao/" class="linkedin" target="_blank" rel="noopener noreferrer">
<i class="bx bxl-linkedin"></i>
</a>
</div>
<!-- <div class="copyright">
© Copyright <strong><span>MyResume</span></strong>. All Rights Reserved
</div> -->
<div class="credits">
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you purchased the pro version. -->
<!-- Licensing information: [license-url] -->
<!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/free-html-bootstrap-template-my-resume/ -->
<!-- Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a> -->
</div>
</div>
</footer><!-- End Footer -->
<div id="preloader"></div>
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i
class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/purecounter/purecounter.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/typed.js/typed.min.js"></script>
<script src="assets/vendor/waypoints/noframework.waypoints.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>