-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
788 lines (735 loc) · 55.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Raj Shah | CS Grad | Software Engineer</title>
<script src="https://kit.fontawesome.com/405101067e.js" crossorigin="anonymous"></script>
<link rel="icon" href="images/Raj_logo_final.png" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="css/main.css">
<link rel="stylesheet" type="text/css" href="css/second.css">
<link rel="stylesheet" type="text/css" href="css/third.css">
<link rel="stylesheet" type="text/css" href="css/fourth.css">
<link rel="stylesheet" type="text/css" href="css/fifth.css">
</head>
<body onload="myFunction()">
<div id="loader"></div>
<div id="myDiv" class="animate-bottom">
<div class="first-page">
<div class="dropdown">
<nav>
<div class="menu-button" onclick="menu_click()">
<div class="line"></div>
<div class="line"></div>
<div class="line"></div>
<div class="close"></div>
</div>
<ul id="navlinks">
<li><a data-page="Home" href="#myDiv">Home</a></li>
<li><a data-page="About" href="#aboutMe">About</a></li>
<li><a data-page="Resume" href="#resume">Resume</a></li>
<li><a data-page="Hire" href="#hire">Hire</a></li>
</ul>
</nav>
</div>
<div class="Intro" id="home">
<section class="Hero">
<p>
<span class="static-helloworld">Software is still eating the world!.</span>
<br />
<span class="static-name">I'm Raj Shah</span>
<span class="education_sum">
<br> <strong> Software Developer At AWS <sup>*</sup></strong> <strong
class="removeMe">|</strong>
<strong class="addNewLine">Master in Computer Science</strong>
</span>
</p>
</section>
<section class="socialMedia">
<ul>
<li>
<a href="https://www.facebook.com/shahraj.111" target="_blank"><i
class="fab fa-facebook-f fa-2x"></i></a>
</li>
<li>
<a href="https://www.linkedin.com/in/rajshah121" target="_blank"><i
class="fab fa-linkedin-in fa-2x"></i></a>
</li>
<li>
<a href="https://github.com/rajshah1" target="_blank"><i
class="fab fa-github fa-2x"></i></a>
</li>
<li>
<a href=" mailto: shahraj121997@gmail.com "><i
class="fas fa-envelope fa-2x"></i></a>
</li>
<li>
<a href="https://www.instagram.com/rajshah_777?r=nametag" target="_blank"><i
class="fab fa-instagram fa-2x"></i></a>
</li>
</ul>
</section>
<section id="scrollDown" class="moreAboutMe">
<a href="#aboutMe"><span></span></a>
</section>
</div>
</div>
<button onclick="topFunction()" id="myBtn" title="Go to top"><i
class="far fa-caret-square-up fa-2x"></i></button>
<section class="secondPage" id="aboutMe">
<div class="aboutHeader">
<h4>ABOUT</h4>
<h3>Let me introduct myself.</h3>
<div class="imageMine-intro">
<img src="images/raj_shah.jpg" alt="MyImage">
<p>
I am a Software Developer Engineer at Amazon Inc, with a strong background in cloud computing, DevOps, and full-stack development. I hold a Master's degree in Computer Science from the <b>University of North Carolina Charlotte</b>.
With over <b>5+</b> years of professional experience, including roles at Amazon, UNC Charlotte, and Infosys, I've developed expertise in AWS services, containerization, and building high-performance, scalable applications.
My technical skills span a wide range of programming languages and technologies, including Java, Python, Kotlin, and Rust, as well as cloud platforms like AWS and Azure. I'm particularly passionate about automating processes, optimizing system performance, and leveraging cloud technologies to solve complex problems. My projects have resulted in significant cost savings and efficiency improvements, such as a $1.3M CAPEX reduction through automation at Amazon.
As a Google Developer Group Leader, I enjoy conducting live code sessions and workshops on cloud computing, DevOps, and machine learning, sharing my knowledge with the community. I hold certifications in AWS Solution Architecture and AWS Developer, demonstrating my commitment to staying at the forefront of cloud technologies.
My goal is to continue pushing the boundaries of software development, creating robust and scalable applications while constantly expanding my technological expertise.
Beyond my professional pursuits, I'm an avid traveler who enjoys exploring new places and engaging in sports activities. I'm always eager to discuss the latest in technology,
or to share thoughts about football and baseball.
</p>
</div>
<div class="skills">
<h4>Skills</h4>
<p>
I have worked on Web Technologies and Programming languages since the Second Year of my
Bachelors.Here are some of the skills which I developed till date. Recently, I have been working
on AWS abd Kotlin Framework. You can look at my complete profile
in my resume.
</p>
</div>
<div class="skillResponsive">
<!--Div for Skill Bar-->
<div class="left-skills">
<p><strong>KOTLIN</strong></p>
<div class="containerskills">
<div class="skillsBar java">90%</div>
</div>
<p><strong>PYTHON</strong></p>
<div class="containerskills">
<div class="skillsBar python">80%</div>
</div>
<p><strong>JAVASCRIPT (ES6+)</strong></p>
<div class="containerskills">
<div class="skillsBar CSS">65%</div>
</div>
<p><strong>REACT JS</strong></p>
<div class="containerskills">
<div class="skillsBar Javascript">70%</div>
</div>
</div>
<div class="right-skills">
<p><strong>DYNAMODB</strong></p>
<div class="containerskills">
<div class="skillsBar MULESOFT">80%</div>
</div>
<p><strong>AWS</strong></p>
<div class="containerskills">
<div class="skillsBar MACHINE">90%</div>
</div>
<p><strong>MYSQL</strong></p>
<div class="containerskills">
<div class="skillsBar MYSQL">85%</div>
</div>
<p><strong>KUBERNETES</strong></p>
<div class="containerskills">
<div class="skillsBar MEAN">70%</div>
</div>
</div>
</div>
<div class="hireDownload">
<a class="hireMe" href="#hire" title="Qualifications">HIRE ME</a>
<a class="downLoadResume" title="Download resume" href="images/Raj_Shah_SWE.pdf"
download="raj shah.pdf">DOWNLOAD RESUME</a>
</div>
</div>
</section>
<section id="project" class="fifthPage">
<section id="projects" class="Section-pn1mn5-0 featured__StyledContainer-sc-1dmsfem-0 fEpwKD">
<h3 class="Heading-sc-1iuwm3a-0 gRRsoL">Some Things I've Built</h3>
<div>
<div class="featured__StyledProject-sc-1dmsfem-9 ktiDNx">
<div class="featured__StyledContent-sc-1dmsfem-1 coNqwF">
<h5 class="featured__StyledProjectName-sc-1dmsfem-3 kHVhcI">Fix Deposits Management
Application</h5>
<div class="featured__StyledDescription-sc-1dmsfem-4 jOzXnc">
<ul>
<li>* Developed Web Application To manage centeral Ledger System for Fix Deposits
For Finacial Institution.</li>
<li>* Application Supports Multiple line of Bussinesses and Stores Client Data in
Non SQl Database and Generates Cron Jobs and Reports Based on Parameters
Provided By User.</li>
</ul>
</div>
<ul class="featured__StyledTechList-sc-1dmsfem-5 dlGcXw">
<li>Spring Boot</li>
<li>React JS</li>
<li>Firebase</li>
<li>Azure</li>
<li>Helm</li>
<li>Docker</li>
</ul>
<div class="featured__StyledLinkWrapper-sc-1dmsfem-6 knjZOa"><a
href="https://github.com/rajshah1/firebase-fdproject" target="_blank"
rel="nofollow noopener noreferrer" aria-label="GitHub Link"><svg
xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 438.549 438.549">
<title>GitHub</title>
<path
d="M409.132,114.573c-19.608-33.596-46.205-60.194-79.798-79.8C295.736,15.166,259.057,5.365,219.271,5.365 c-39.781,0-76.472,9.804-110.063,29.408c-33.596,19.605-60.192,46.204-79.8,79.8C9.803,148.168,0,184.854,0,224.63 c0,47.78,13.94,90.745,41.827,128.906c27.884,38.164,63.906,64.572,108.063,79.227c5.14,0.954,8.945,0.283,11.419-1.996 c2.475-2.282,3.711-5.14,3.711-8.562c0-0.571-0.049-5.708-0.144-15.417c-0.098-9.709-0.144-18.179-0.144-25.406l-6.567,1.136 c-4.187,0.767-9.469,1.092-15.846,1c-6.374-0.089-12.991-0.757-19.842-1.999c-6.854-1.231-13.229-4.086-19.13-8.559 c-5.898-4.473-10.085-10.328-12.56-17.556l-2.855-6.57c-1.903-4.374-4.899-9.233-8.992-14.559 c-4.093-5.331-8.232-8.945-12.419-10.848l-1.999-1.431c-1.332-0.951-2.568-2.098-3.711-3.429c-1.142-1.331-1.997-2.663-2.568-3.997 c-0.572-1.335-0.098-2.43,1.427-3.289c1.525-0.859,4.281-1.276,8.28-1.276l5.708,0.853c3.807,0.763,8.516,3.042,14.133,6.851 c5.614,3.806,10.229,8.754,13.846,14.842c4.38,7.806,9.657,13.754,15.846,17.847c6.184,4.093,12.419,6.136,18.699,6.136 c6.28,0,11.704-0.476,16.274-1.423c4.565-0.952,8.848-2.383,12.847-4.285c1.713-12.758,6.377-22.559,13.988-29.41 c-10.848-1.14-20.601-2.857-29.264-5.14c-8.658-2.286-17.605-5.996-26.835-11.14c-9.235-5.137-16.896-11.516-22.985-19.126 c-6.09-7.614-11.088-17.61-14.987-29.979c-3.901-12.374-5.852-26.648-5.852-42.826c0-23.035,7.52-42.637,22.557-58.817 c-7.044-17.318-6.379-36.732,1.997-58.24c5.52-1.715,13.706-0.428,24.554,3.853c10.85,4.283,18.794,7.952,23.84,10.994 c5.046,3.041,9.089,5.618,12.135,7.708c17.705-4.947,35.976-7.421,54.818-7.421s37.117,2.474,54.823,7.421l10.849-6.849 c7.419-4.57,16.18-8.758,26.262-12.565c10.088-3.805,17.802-4.853,23.134-3.138c8.562,21.509,9.325,40.922,2.279,58.24 c15.036,16.18,22.559,35.787,22.559,58.817c0,16.178-1.958,30.497-5.853,42.966c-3.9,12.471-8.941,22.457-15.125,29.979 c-6.191,7.521-13.901,13.85-23.131,18.986c-9.232,5.14-18.182,8.85-26.84,11.136c-8.662,2.286-18.415,4.004-29.263,5.146 c9.894,8.562,14.842,22.077,14.842,40.539v60.237c0,3.422,1.19,6.279,3.572,8.562c2.379,2.279,6.136,2.95,11.276,1.995 c44.163-14.653,80.185-41.062,108.068-79.226c27.88-38.161,41.825-81.126,41.825-128.906 C438.536,184.851,428.728,148.168,409.132,114.573z">
</path>
</svg></a></div>
</div><a href="https://rajshah.family" target="_blank" rel="nofollow noopener noreferrer"
class="featured__StyledImgContainer-sc-1dmsfem-8 hBWCmi">
<div class="featured__StyledFeaturedImg-sc-1dmsfem-7 fsilUy gatsby-image-wrapper"
style="position:relative;overflow:hidden">
<div style="width:100%;padding-bottom:49.0066225165563%"></div><img
src="images/FDPRoject.png" alt=""
style="position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:1;transition-delay:500ms" /><noscript>
</noscript>
</div>
</a>
</div>
<div class="featured__StyledProject-sc-1dmsfem-9 ktiDNx">
<div class="featured__StyledContent-sc-1dmsfem-1 coNqwF">
<h5 class="featured__StyledProjectName-sc-1dmsfem-3 kHVhcI">Near Me APP
</h5>
<div class="featured__StyledDescription-sc-1dmsfem-4 jOzXnc">
<ul>
<li>* IOS Based Application , To Find Near By Services based on User's current
Location</li>
<li>* Application Provides Contact Details ,Images ,Address based on Google API
</li>
</ul>
</div>
<ul class="featured__StyledTechList-sc-1dmsfem-5 dlGcXw">
<li>Swift 3</li>
<li>Google API</li>
<li>Objective C</li>
<li>IOS 13</li>
</ul>
<div class="featured__StyledLinkWrapper-sc-1dmsfem-6 knjZOa"><a
href="https://www.youtube.com/watch?v=wsIfp4PoLno" target="_blank"
rel="nofollow noopener noreferrer" aria-label="External Link"><svg
xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 194.818 194.818">
<title>External</title>
<g>
<path
d="M185.818,2.161h-57.04c-4.971,0-9,4.029-9,9s4.029,9,9,9h35.312l-86.3,86.3c-3.515,3.515-3.515,9.213,0,12.728 c1.758,1.757,4.061,2.636,6.364,2.636s4.606-0.879,6.364-2.636l86.3-86.3v35.313c0,4.971,4.029,9,9,9s9-4.029,9-9v-57.04 C194.818,6.19,190.789,2.161,185.818,2.161z">
</path>
<path
d="M149,77.201c-4.971,0-9,4.029-9,9v88.456H18v-122h93.778c4.971,0,9-4.029,9-9s-4.029-9-9-9H9c-4.971,0-9,4.029-9,9v140 c0,4.971,4.029,9,9,9h140c4.971,0,9-4.029,9-9V86.201C158,81.23,153.971,77.201,149,77.201z">
</path>
</g>
</svg></a></div>
<div class="featured__StyledLinkWrapper-sc-1dmsfem-6 knjZOa"></div>
</div><a href="https://www.youtube.com/watch?v=wsIfp4PoLno" target="_blank"
rel="nofollow noopener noreferrer" class="featured__StyledImgContainer-sc-1dmsfem-8 hBWCmi">
<div class="featured__StyledFeaturedImg-sc-1dmsfem-7 fsilUy gatsby-image-wrapper"
style="position:relative;overflow:hidden">
<div style="width:100%;padding-bottom:67.44525547445255%"></div><img
src="images/NearMe.png" alt=""
style="position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:1;transition-delay:500ms" /><noscript>
</noscript>
</div>
</a>
</div>
<div class="featured__StyledProject-sc-1dmsfem-9 ktiDNx">
<div class="featured__StyledContent-sc-1dmsfem-1 coNqwF">
<h5 class="featured__StyledProjectName-sc-1dmsfem-3 kHVhcI"><a
href="https://github.com/rajshah1/Data-Visualization-Platform.git" target="_blank"
rel="nofollow noopener noreferrer" aria-label="External Link">Data Analysis
Platform</a></h5>
<div class="featured__StyledDescription-sc-1dmsfem-4 jOzXnc">
<ul>
<li>The Application is used for visualizing CSV files in interactive charts using
Plotly and
using Numpy and Pandas library for data cleaning and used scikit-learn for
Linear regression. </li>
<li>
Application Was deployed to Microsoft Azure with 2 factor Authentication.
</li>
</ul>
</div>
<ul class="featured__StyledTechList-sc-1dmsfem-5 dlGcXw">
<li>Python</li>
<li>Flask</li>
<li>Sklearn</li>
<li>Firebase</li>
</ul>
<div class="featured__StyledLinkWrapper-sc-1dmsfem-6 knjZOa"></div>
</div><a href="https://github.com/rajshah1/Data-Visualization-Platform/blob/master/DAP.pptx"
target="_blank" rel="nofollow noopener noreferrer"
class="featured__StyledImgContainer-sc-1dmsfem-8 hBWCmi">
<div class="featured__StyledFeaturedImg-sc-1dmsfem-7 fsilUy gatsby-image-wrapper"
style="position:relative;overflow:hidden">
<div style="width:100%;padding-bottom:50%"></div><img src="images/DataAnalysis.png"
alt=""
style="position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:1;transition-delay:500ms" /><noscript>
</noscript>
</div>
</a>
</div>
<div class="featured__StyledProject-sc-1dmsfem-9 ktiDNx">
<div class="featured__StyledContent-sc-1dmsfem-1 coNqwF">
<h5 class="featured__StyledProjectName-sc-1dmsfem-3 kHVhcI">Banner Web Application
</h5>
<div class="featured__StyledDescription-sc-1dmsfem-4 jOzXnc">
<p>University wide Web Application ,Which Controls and Processes Acedamics Records and
Petitions</p>
<p>Used PHP Unit and Puppeter to Test Application and Doctrine ORM to interact with
Database Layer</p>
</div>
<ul class="featured__StyledTechList-sc-1dmsfem-5 dlGcXw">
<li>PHP 7.4</li>
<li>Symfony 5</li>
<li>Doctrine-ORM</li>
<li>PHPUnit</li>
</ul>
<div class="featured__StyledLinkWrapper-sc-1dmsfem-6 knjZOa"></div>
</div><a href="https://github.com/rajshah1/banner-Symfony" target="_blank"
rel="nofollow noopener noreferrer" class="featured__StyledImgContainer-sc-1dmsfem-8 hBWCmi">
<div class="featured__StyledFeaturedImg-sc-1dmsfem-7 fsilUy gatsby-image-wrapper"
style="position:relative;overflow:hidden">
<div style="width:100%;padding-bottom:42%"></div><img src="images/bannerApp.png" alt=""
style="position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:1;transition-delay:500ms" /><noscript>
</noscript>
</div>
</a>
</div>
<div class="featured__StyledProject-sc-1dmsfem-9 ktiDNx">
<div class="featured__StyledContent-sc-1dmsfem-1 coNqwF">
<h5 class="featured__StyledProjectName-sc-1dmsfem-3 kHVhcI">Covid Data
Analysis</h5>
<div class="featured__StyledDescription-sc-1dmsfem-4 jOzXnc">
<ul>
<li>Analysed Covid's impact using a Covid dataset and an associated
(non-covid) dataset, instructed by Prof. Jason Williams.</li>
<li>Performed AR, EWMA, Wald's test, Z-test, t-test, K-S test,
permutation test, correlation, and Bayesian inference along with
suitable visualizations</li>
</ul>
</div>
<ul class="featured__StyledTechList-sc-1dmsfem-5 dlGcXw">
<li>Python</li>
<li>Pandas</li>
<li>Scipy</li>
</ul>
<div class="featured__StyledLinkWrapper-sc-1dmsfem-6 knjZOa"><a href="" target="_blank"
rel="nofollow noopener noreferrer" aria-label="GitHub Link"><svg
xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 438.549 438.549">
<title>GitHub</title>
<path
d="M409.132,114.573c-19.608-33.596-46.205-60.194-79.798-79.8C295.736,15.166,259.057,5.365,219.271,5.365 c-39.781,0-76.472,9.804-110.063,29.408c-33.596,19.605-60.192,46.204-79.8,79.8C9.803,148.168,0,184.854,0,224.63 c0,47.78,13.94,90.745,41.827,128.906c27.884,38.164,63.906,64.572,108.063,79.227c5.14,0.954,8.945,0.283,11.419-1.996 c2.475-2.282,3.711-5.14,3.711-8.562c0-0.571-0.049-5.708-0.144-15.417c-0.098-9.709-0.144-18.179-0.144-25.406l-6.567,1.136 c-4.187,0.767-9.469,1.092-15.846,1c-6.374-0.089-12.991-0.757-19.842-1.999c-6.854-1.231-13.229-4.086-19.13-8.559 c-5.898-4.473-10.085-10.328-12.56-17.556l-2.855-6.57c-1.903-4.374-4.899-9.233-8.992-14.559 c-4.093-5.331-8.232-8.945-12.419-10.848l-1.999-1.431c-1.332-0.951-2.568-2.098-3.711-3.429c-1.142-1.331-1.997-2.663-2.568-3.997 c-0.572-1.335-0.098-2.43,1.427-3.289c1.525-0.859,4.281-1.276,8.28-1.276l5.708,0.853c3.807,0.763,8.516,3.042,14.133,6.851 c5.614,3.806,10.229,8.754,13.846,14.842c4.38,7.806,9.657,13.754,15.846,17.847c6.184,4.093,12.419,6.136,18.699,6.136 c6.28,0,11.704-0.476,16.274-1.423c4.565-0.952,8.848-2.383,12.847-4.285c1.713-12.758,6.377-22.559,13.988-29.41 c-10.848-1.14-20.601-2.857-29.264-5.14c-8.658-2.286-17.605-5.996-26.835-11.14c-9.235-5.137-16.896-11.516-22.985-19.126 c-6.09-7.614-11.088-17.61-14.987-29.979c-3.901-12.374-5.852-26.648-5.852-42.826c0-23.035,7.52-42.637,22.557-58.817 c-7.044-17.318-6.379-36.732,1.997-58.24c5.52-1.715,13.706-0.428,24.554,3.853c10.85,4.283,18.794,7.952,23.84,10.994 c5.046,3.041,9.089,5.618,12.135,7.708c17.705-4.947,35.976-7.421,54.818-7.421s37.117,2.474,54.823,7.421l10.849-6.849 c7.419-4.57,16.18-8.758,26.262-12.565c10.088-3.805,17.802-4.853,23.134-3.138c8.562,21.509,9.325,40.922,2.279,58.24 c15.036,16.18,22.559,35.787,22.559,58.817c0,16.178-1.958,30.497-5.853,42.966c-3.9,12.471-8.941,22.457-15.125,29.979 c-6.191,7.521-13.901,13.85-23.131,18.986c-9.232,5.14-18.182,8.85-26.84,11.136c-8.662,2.286-18.415,4.004-29.263,5.146 c9.894,8.562,14.842,22.077,14.842,40.539v60.237c0,3.422,1.19,6.279,3.572,8.562c2.379,2.279,6.136,2.95,11.276,1.995 c44.163-14.653,80.185-41.062,108.068-79.226c27.88-38.161,41.825-81.126,41.825-128.906 C438.536,184.851,428.728,148.168,409.132,114.573z">
</path>
</svg></a></div>
</div><a href="" target="_blank" rel="nofollow noopener noreferrer"
class="featured__StyledImgContainer-sc-1dmsfem-8 hBWCmi">
<div class="featured__StyledFeaturedImg-sc-1dmsfem-7 fsilUy gatsby-image-wrapper"
style="position:relative;overflow:hidden">
<div style="width:100%;padding-bottom:56.25%"></div><img src="images/covid19.png" alt=""
style="position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:1;transition-delay:500ms" /><noscript>
</noscript>
</div>
</a>
</div>
</div>
</section>
<section class="Section-pn1mn5-0 projects__StyledContainer-vb1pzu-0 fauxcc">
<h4 class="projects__StyledTitle-vb1pzu-1 fMDPdc">Other Noteworthy Projects</h4>
<div class="projects__StyledGrid-vb1pzu-2 iOrsAT">
<div class="projects">
<div tabindex="0" style="transition-delay:0ms" class="projects__StyledProject-vb1pzu-4 KHyRW">
<div class="projects__StyledProjectInner-vb1pzu-3 jvUNQI">
<header>
<div class="projects__StyledProjectHeader-vb1pzu-5 gadigt">
<div class="projects__StyledFolder-vb1pzu-6 dOzkFN"><svg
xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 60 60">
<title>Folder</title>
<path
d="M57.49,21.5H54v-6.268c0-1.507-1.226-2.732-2.732-2.732H26.515l-5-7H2.732C1.226,5.5,0,6.726,0,8.232v43.687l0.006,0 c-0.005,0.563,0.17,1.114,0.522,1.575C1.018,54.134,1.76,54.5,2.565,54.5h44.759c1.156,0,2.174-0.779,2.45-1.813L60,24.649v-0.177 C60,22.75,58.944,21.5,57.49,21.5z M2,8.232C2,7.828,2.329,7.5,2.732,7.5h17.753l5,7h25.782c0.404,0,0.732,0.328,0.732,0.732V21.5 H12.731c-0.144,0-0.287,0.012-0.426,0.036c-0.973,0.163-1.782,0.873-2.023,1.776L2,45.899V8.232z M47.869,52.083 c-0.066,0.245-0.291,0.417-0.545,0.417H2.565c-0.243,0-0.385-0.139-0.448-0.222c-0.063-0.082-0.16-0.256-0.123-0.408l10.191-27.953 c0.066-0.245,0.291-0.417,0.545-0.417H54h3.49c0.38,0,0.477,0.546,0.502,0.819L47.869,52.083z">
</path>
</svg></div>
<div class="projects__StyledProjectLinks-vb1pzu-7 bbQbLD"></div>
<div class="projects__StyledProjectLinks-vb1pzu-7 bbQbLD"><a
href="https://github.com/rajshah1/visa-appoinment-notifier"
target="_blank" rel="nofollow noopener noreferrer"
aria-label="External Link"
class="projects__StyledIconLink-vb1pzu-8 iIIxrz"><svg
xmlns="http://www.w3.org/2000/svg" role="img"
viewBox="0 0 194.818 194.818">
<title>External</title>
<g>
<path
d="M185.818,2.161h-57.04c-4.971,0-9,4.029-9,9s4.029,9,9,9h35.312l-86.3,86.3c-3.515,3.515-3.515,9.213,0,12.728 c1.758,1.757,4.061,2.636,6.364,2.636s4.606-0.879,6.364-2.636l86.3-86.3v35.313c0,4.971,4.029,9,9,9s9-4.029,9-9v-57.04 C194.818,6.19,190.789,2.161,185.818,2.161z">
</path>
<path
d="M149,77.201c-4.971,0-9,4.029-9,9v88.456H18v-122h93.778c4.971,0,9-4.029,9-9s-4.029-9-9-9H9c-4.971,0-9,4.029-9,9v140 c0,4.971,4.029,9,9,9h140c4.971,0,9-4.029,9-9V86.201C158,81.23,153.971,77.201,149,77.201z">
</path>
</g>
</svg></a></div>
</div>
<h5 class="projects__StyledProjectName-vb1pzu-9 SWWiM"> Visa Dates Notifier
</h5>
<div class="projects__StyledProjectDescription-vb1pzu-10 ciRulf">
<ul>
<li>Automation Tool Scripts to get notification when Vac Dates are Available
in US Visa Portal . Email Notifier will notifiy when interview Dates are
Available.</li>
<li>
Users will get Email Notification with what dates are avilable in Real Time
Reducing no of logins effectivly reducing changes to get locked Out.
</li>
</ul>
</div>
</header>
<footer>
<ul class="projects__StyledTechList-vb1pzu-11 ldNcjb">
<li>Node Js</li>
<li>Puppeter</li>
<li>Cron Job</li>
<li>Chron</li>
</ul>
</footer>
</div>
</div>
<div tabindex="0" style="transition-delay:0ms" class="projects__StyledProject-vb1pzu-4 KHyRW">
<div class="projects__StyledProjectInner-vb1pzu-3 jvUNQI">
<header>
<div class="projects__StyledProjectHeader-vb1pzu-5 gadigt">
<div class="projects__StyledFolder-vb1pzu-6 dOzkFN"><svg
xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 60 60">
<title>Folder</title>
<path
d="M57.49,21.5H54v-6.268c0-1.507-1.226-2.732-2.732-2.732H26.515l-5-7H2.732C1.226,5.5,0,6.726,0,8.232v43.687l0.006,0 c-0.005,0.563,0.17,1.114,0.522,1.575C1.018,54.134,1.76,54.5,2.565,54.5h44.759c1.156,0,2.174-0.779,2.45-1.813L60,24.649v-0.177 C60,22.75,58.944,21.5,57.49,21.5z M2,8.232C2,7.828,2.329,7.5,2.732,7.5h17.753l5,7h25.782c0.404,0,0.732,0.328,0.732,0.732V21.5 H12.731c-0.144,0-0.287,0.012-0.426,0.036c-0.973,0.163-1.782,0.873-2.023,1.776L2,45.899V8.232z M47.869,52.083 c-0.066,0.245-0.291,0.417-0.545,0.417H2.565c-0.243,0-0.385-0.139-0.448-0.222c-0.063-0.082-0.16-0.256-0.123-0.408l10.191-27.953 c0.066-0.245,0.291-0.417,0.545-0.417H54h3.49c0.38,0,0.477,0.546,0.502,0.819L47.869,52.083z">
</path>
</svg></div>
<div class="projects__StyledProjectLinks-vb1pzu-7 bbQbLD"></div>
</div>
<h5 class="projects__StyledProjectName-vb1pzu-9 SWWiM">Local Storage
Sync.</h5>
<div class="projects__StyledProjectDescription-vb1pzu-10 ciRulf">
<ul>
<li>Built cross-platform application to fully synchronize
local storage and AWS S3 storage</li>
</ul>
</div>
</header>
<footer>
<ul class="projects__StyledTechList-vb1pzu-11 ldNcjb">
<li>AWS</li>
<li>Node.js</li>
<li>Electron.js</li>
</ul>
</footer>
</div>
</div>
<div tabindex="0" style="transition-delay:0ms" class="projects__StyledProject-vb1pzu-4 KHyRW">
<div class="projects__StyledProjectInner-vb1pzu-3 jvUNQI">
<header>
<div class="projects__StyledProjectHeader-vb1pzu-5 gadigt">
<div class="projects__StyledFolder-vb1pzu-6 dOzkFN"><svg
xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 60 60">
<title>Folder</title>
<path
d="M57.49,21.5H54v-6.268c0-1.507-1.226-2.732-2.732-2.732H26.515l-5-7H2.732C1.226,5.5,0,6.726,0,8.232v43.687l0.006,0 c-0.005,0.563,0.17,1.114,0.522,1.575C1.018,54.134,1.76,54.5,2.565,54.5h44.759c1.156,0,2.174-0.779,2.45-1.813L60,24.649v-0.177 C60,22.75,58.944,21.5,57.49,21.5z M2,8.232C2,7.828,2.329,7.5,2.732,7.5h17.753l5,7h25.782c0.404,0,0.732,0.328,0.732,0.732V21.5 H12.731c-0.144,0-0.287,0.012-0.426,0.036c-0.973,0.163-1.782,0.873-2.023,1.776L2,45.899V8.232z M47.869,52.083 c-0.066,0.245-0.291,0.417-0.545,0.417H2.565c-0.243,0-0.385-0.139-0.448-0.222c-0.063-0.082-0.16-0.256-0.123-0.408l10.191-27.953 c0.066-0.245,0.291-0.417,0.545-0.417H54h3.49c0.38,0,0.477,0.546,0.502,0.819L47.869,52.083z">
</path>
</svg></div>
<div class="projects__StyledProjectLinks-vb1pzu-7 bbQbLD"></div>
<div class="projects__StyledProjectLinks-vb1pzu-7 bbQbLD"><a
href="https://github.com/rajshah1/PUBSUB-binAscii"
target="_blank" rel="nofollow noopener noreferrer"
aria-label="External Link"
class="projects__StyledIconLink-vb1pzu-8 iIIxrz"><svg
xmlns="http://www.w3.org/2000/svg" role="img"
viewBox="0 0 194.818 194.818">
<title>External</title>
<g>
<path
d="M185.818,2.161h-57.04c-4.971,0-9,4.029-9,9s4.029,9,9,9h35.312l-86.3,86.3c-3.515,3.515-3.515,9.213,0,12.728 c1.758,1.757,4.061,2.636,6.364,2.636s4.606-0.879,6.364-2.636l86.3-86.3v35.313c0,4.971,4.029,9,9,9s9-4.029,9-9v-57.04 C194.818,6.19,190.789,2.161,185.818,2.161z">
</path>
<path
d="M149,77.201c-4.971,0-9,4.029-9,9v88.456H18v-122h93.778c4.971,0,9-4.029,9-9s-4.029-9-9-9H9c-4.971,0-9,4.029-9,9v140 c0,4.971,4.029,9,9,9h140c4.971,0,9-4.029,9-9V86.201C158,81.23,153.971,77.201,149,77.201z">
</path>
</g>
</svg></a></div>
</div>
<h5 class="projects__StyledProjectName-vb1pzu-9 SWWiM">Pub Sub ASCII convetor</h5>
<div class="projects__StyledProjectDescription-vb1pzu-10 ciRulf">
<ul>
<li>Designed a program (Producer) that reads a text file (file
containing ASCII characters) and encodes all characters as binary by
using characters 1 and 0 to represent binary 1 and 0 respectively. </li>
<li>
Program also calls consumer component through soket that will read your
produced binary
file and converts the contents of the binary file into a sequence of
ASCII characters.</li>
</ul>
</div>
</header>
<footer>
<ul class="projects__StyledTechList-vb1pzu-11 ldNcjb">
<li>C++</li>
<li>Socket</li>
<li>Pthreads</li>
<li>CUDA</li>
</ul>
</footer>
</div>
</div>
<div tabindex="0" style="transition-delay:0ms" class="projects__StyledProject-vb1pzu-4 KHyRW">
<div class="projects__StyledProjectInner-vb1pzu-3 jvUNQI">
<header>
<div class="projects__StyledProjectHeader-vb1pzu-5 gadigt">
<div class="projects__StyledFolder-vb1pzu-6 dOzkFN"><svg
xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 60 60">
<title>Folder</title>
<path
d="M57.49,21.5H54v-6.268c0-1.507-1.226-2.732-2.732-2.732H26.515l-5-7H2.732C1.226,5.5,0,6.726,0,8.232v43.687l0.006,0 c-0.005,0.563,0.17,1.114,0.522,1.575C1.018,54.134,1.76,54.5,2.565,54.5h44.759c1.156,0,2.174-0.779,2.45-1.813L60,24.649v-0.177 C60,22.75,58.944,21.5,57.49,21.5z M2,8.232C2,7.828,2.329,7.5,2.732,7.5h17.753l5,7h25.782c0.404,0,0.732,0.328,0.732,0.732V21.5 H12.731c-0.144,0-0.287,0.012-0.426,0.036c-0.973,0.163-1.782,0.873-2.023,1.776L2,45.899V8.232z M47.869,52.083 c-0.066,0.245-0.291,0.417-0.545,0.417H2.565c-0.243,0-0.385-0.139-0.448-0.222c-0.063-0.082-0.16-0.256-0.123-0.408l10.191-27.953 c0.066-0.245,0.291-0.417,0.545-0.417H54h3.49c0.38,0,0.477,0.546,0.502,0.819L47.869,52.083z">
</path>
</svg></div>
<div class="projects__StyledProjectLinks-vb1pzu-7 bbQbLD"><a
href="https://www.kaggle.com/c/ultrasound-nerve-segmentation"
target="_blank" rel="nofollow noopener noreferrer"
aria-label="External Link"
class="projects__StyledIconLink-vb1pzu-8 iIIxrz"><svg
xmlns="http://www.w3.org/2000/svg" role="img"
viewBox="0 0 194.818 194.818">
<title>External</title>
<g>
<path
d="M185.818,2.161h-57.04c-4.971,0-9,4.029-9,9s4.029,9,9,9h35.312l-86.3,86.3c-3.515,3.515-3.515,9.213,0,12.728 c1.758,1.757,4.061,2.636,6.364,2.636s4.606-0.879,6.364-2.636l86.3-86.3v35.313c0,4.971,4.029,9,9,9s9-4.029,9-9v-57.04 C194.818,6.19,190.789,2.161,185.818,2.161z">
</path>
<path
d="M149,77.201c-4.971,0-9,4.029-9,9v88.456H18v-122h93.778c4.971,0,9-4.029,9-9s-4.029-9-9-9H9c-4.971,0-9,4.029-9,9v140 c0,4.971,4.029,9,9,9h140c4.971,0,9-4.029,9-9V86.201C158,81.23,153.971,77.201,149,77.201z">
</path>
</g>
</svg></a></div>
</div>
<h5 class="projects__StyledProjectName-vb1pzu-9 SWWiM">Nerve
Segmentation</h5>
<div class="projects__StyledProjectDescription-vb1pzu-10 ciRulf">
<ul>
<li>Implemented and trained a CNN architecture based on
U-net for segmentation using pretrained weights of VGG16
to participate in a <a
href="https://www.kaggle.com/c/ultrasound-nerve-segmentation"
target="_blank" rel="nofollow noopener noreferrer">Kaggle
Competition</a></li>
</ul>
</div>
</header>
<footer>
<ul class="projects__StyledTechList-vb1pzu-11 ldNcjb">
<li>Python</li>
<li>Keras</li>
<li>Tensorflow</li>
<li>VGG16</li>
</ul>
</footer>
</div>
</div>
<div tabindex="0" style="transition-delay:0ms" class="projects__StyledProject-vb1pzu-4 KHyRW">
<div class="projects__StyledProjectInner-vb1pzu-3 jvUNQI">
<header>
<div class="projects__StyledProjectHeader-vb1pzu-5 gadigt">
<div class="projects__StyledFolder-vb1pzu-6 dOzkFN"><svg
xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 60 60">
<title>Folder</title>
<path
d="M57.49,21.5H54v-6.268c0-1.507-1.226-2.732-2.732-2.732H26.515l-5-7H2.732C1.226,5.5,0,6.726,0,8.232v43.687l0.006,0 c-0.005,0.563,0.17,1.114,0.522,1.575C1.018,54.134,1.76,54.5,2.565,54.5h44.759c1.156,0,2.174-0.779,2.45-1.813L60,24.649v-0.177 C60,22.75,58.944,21.5,57.49,21.5z M2,8.232C2,7.828,2.329,7.5,2.732,7.5h17.753l5,7h25.782c0.404,0,0.732,0.328,0.732,0.732V21.5 H12.731c-0.144,0-0.287,0.012-0.426,0.036c-0.973,0.163-1.782,0.873-2.023,1.776L2,45.899V8.232z M47.869,52.083 c-0.066,0.245-0.291,0.417-0.545,0.417H2.565c-0.243,0-0.385-0.139-0.448-0.222c-0.063-0.082-0.16-0.256-0.123-0.408l10.191-27.953 c0.066-0.245,0.291-0.417,0.545-0.417H54h3.49c0.38,0,0.477,0.546,0.502,0.819L47.869,52.083z">
</path>
</svg></div>
<div class="projects__StyledProjectLinks-vb1pzu-7 bbQbLD"></div>
</div>
<h5 class="projects__StyledProjectName-vb1pzu-9 SWWiM">Movie
Recommendation</h5>
<div class="projects__StyledProjectDescription-vb1pzu-10 ciRulf">
<ul>
<li>A system to suggest movies based on a user's interests
using MovieLens dataset</li>
<li>Implemented SVM and Fully Connected Neural Network</li>
</ul>
</div>
</header>
<footer>
<ul class="projects__StyledTechList-vb1pzu-11 ldNcjb">
<li>Python</li>
<li>SVM</li>
<li>Neural Network</li>
</ul>
</footer>
</div>
</div>
</div>
</div>
</section>
</section>
<section id="resume" class="thirdPage">
<h3>More of my credentials</h3>
<h4>Work Experience</h4>
<div class="container">
<div class="timeline-block timeline-block-left">
<div class="marker">
</i>
</div>
<div class="timeline-content">
<h3>Application Developer</h3>
<span>April 2021 - Present</span>
<p>
Working on Developing new libraries for University with Micro Service based architature
using <strong>
PHP, Rest APIs and
Symfony framework</strong>. Tested codebase using <strong>PHPUnit and Puppeter</strong>
</p>
<p>
Migrated the existing javascript framework to jQuery and React.Js .
Responsible for maintance and development of 100+ resuable components that reduced page load
times by 60%
</p>
</div>
</div>
<div class="timeline-block timeline-block-right">
<div class="marker">
</i>
</div>
<div class="timeline-content">
<h3>Senior Systems Engineer</h3>
<span>July 2020 - Jan 2021</span>
<p>
Developed Rest APIs using <strong> Spring Boot ,Kafka and Mulesoft</strong>.
Created User Interfaces using <strong>React Js and JQuery </strong>.
</p>
<p>
Improved database performance and loading speed by 80%, through SQL query optimization and
database defragmentation. Performed regular database backup and restoration of MySQL
Database servers to ensure data safety and security. Monitored deployments for capacity,
performance, and reliability. Managed database migrations with help of <strong>Doctrine
ORM</strong>.
</p>
</div>
</div>
<div class="timeline-block timeline-block-left">
<div class="marker">
</i>
</div>
<div class="timeline-content">
<h3>Systems Engineer</h3>
<span>July 2018 - June 2020 </span>
<p>working on AI-powered financial advisor using predictive algorithms and supervised learning
and integrating it in the client's mobile application. Developed a project in the financial
domain, using Mulesoft and python on integration
and automation of due-diligence systems and contract discovery. Deployed the application to
AWS for data storage and IaaS solution.
</p>
</div>
</div>
<div class="timeline-block timeline-block-right">
<div class="marker">
</i>
</div>
<div class="timeline-content">
<h3>Systems Engineer Intern</h3>
<span>January 2018 - May 2018</span>
<p>
Built a web Application based NLP project called <strong>Automatic Query Evaluator</strong>
which generated complex sql queries from simple non technical statments using
nltk,spaCy,pyTorch
and Flask.
Core Algorithm managed to achive 87 % accuracy and Built a User Interfaces Using React JS.
</p>
</div>
</div>
</div>
<h4>Education</h4>
<div class="container">
<div class="timeline-block timeline-block-right">
<div class="marker">
</i>
</div>
<div class="timeline-content">
<h3>University Of North Carolina ,Charlotte</h3>
<span>Jan 2021 - (Expected) May 2022</span>
<p>I am pursuing Master's in Computer Science at University of North Carolina,Charlotte.
<br>
⚫ Coursework : Parallel Computing , Inteligent Systems , Cloud Computing, Applied Machine
Learning
</p>
</div>
</div>
<div class="timeline-block timeline-block-left">
<div class="marker">
</i>
</div>
<div class="timeline-content">
<h3>Dharamsinh Desai University</h3>
<span>August 2014 - May 2018</span>
<p>I have completed my Bachelors in Information Technology at DDU, Nadiad.
⚫ Coursework : Distributed Computing , Data Anaylsis and Abstraction, Design Patterns and
Applied Framework , Database Design
</p>
</div>
</div>
</div>
</section>
<section id="hire" class="fourthPage">
<h4>CONTACT</h4>
<h3>I would Love To Hear From You.</h3>
<h6>You can leave your message below.</h6>
<div class="formMain">
<form action="https://formspree.io/f/myylwrjr" method="POST">
<input name="contactName" type="text" id="contactName" placeholder="Name" value="" minlength="2"
required="">
<input name="contactEmail" type="email" id="contactEmail" placeholder="Email" value="" required="">
<textarea name="contactMessage" id="contactMessage" placeholder="Message" rows="5" cols="40"
required=""></textarea>
<button class="submitform" type="submit">Submit</button>
</form>
</div>
<div class="address">
<i class="fas fa-street-view fa-2x"></i>
<br /><strong>where to find me</strong>
<br />Charlotte,North Carolina
<br />United States
</div>
</section>
<footer>
<div class="copyright">
<span>
"© Copyright"
<script>document.write(new Date().getFullYear())</script>
</span>
</div>
<section class="socialMediaFooter">
<ul>
<li>
<a href="https://www.facebook.com/shahraj.111" target="_blank"><i
class="fab fa-facebook-f "></i></a>
</li>
<li>
<a href="https://www.linkedin.com/in/rajshah121" target="_blank"><i
class="fab fa-linkedin-in "></i></a>
</li>
<li>
<a href="https://github.com/rajshah1" target="_blank"><i class="fab fa-github "></i></a>
</li>
<li>
<a href=" mailto: shahraj121997@gmail.com "><i class="fas fa-envelope"></i></a>
</li>
<li>
<a href="https://www.instagram.com/rajshah_777?r=nametag" target="_blank"><i
class="fab fa-instagram "></i></a>
</li>
</ul>
</section>
</footer>
</div>
</body>
<script src="javascript/app.js" type="text/javascript"></script>
<script src="javascript/pace.min.js" type="text/javascript"></script>
</html>