-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
701 lines (669 loc) · 46.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Open Portfolio</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="Free HTML Templates" name="keywords">
<meta content="Free HTML Templates" name="description">
<!-- Favicon -->
<link href="img/favicon.ico" rel="icon">
<!-- Google Web Fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap" rel="stylesheet">
<!-- Font Awesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<!-- Libraries Stylesheet -->
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/lightbox/css/lightbox.min.css" rel="stylesheet">
<!-- Customized Bootstrap Stylesheet -->
<link href="css/style.css" rel="stylesheet">
</head>
<body data-spy="scroll" data-target=".navbar" data-offset="51">
<!-- Navbar Start -->
<nav class="navbar fixed-top shadow-sm navbar-expand-lg bg-light navbar-light py-3 py-lg-0 px-lg-5">
<a href="index.html" class="navbar-brand ml-lg-3">
<h1 class="m-0 display-5"><span class="text-primary">Port</span>Folio</h1>
</a>
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbarCollapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse px-lg-3" id="navbarCollapse">
<div class="navbar-nav m-auto py-0">
<a href="#home" class="nav-item nav-link active">Home</a>
<a href="#about" class="nav-item nav-link">About</a>
<a href="#qualification" class="nav-item nav-link">Quality</a>
<a href="#skill" class="nav-item nav-link">Skill</a>
<!-- <a href="#service" class="nav-item nav-link">Service</a>-->
<a href="#portfolio" class="nav-item nav-link">Project</a>
<a href="#testimonial" class="nav-item nav-link">Review</a>
<a href="#publication" class="nav-item nav-link">Publication</a>
<a href="#blog" class="nav-item nav-link">Blog</a>
<a href="#contact" class="nav-item nav-link">Contact</a>
</div>
<a href="#contact" class="btn btn-outline-primary d-none d-lg-block">Hire Me</a>
</div>
</nav>
<!-- Navbar End -->
<!-- Video Modal Start -->
<div class="modal fade" id="videoModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-body">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<!-- 16:9 aspect ratio -->
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="" id="video" allowscriptaccess="always" allow="autoplay"></iframe>
</div>
</div>
</div>
</div>
</div>
<!-- Video Modal End -->
<!-- Header Start -->
<div class="container-fluid bg-primary d-flex align-items-center mb-5 py-5" id="home" style="min-height: 100vh;">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-5 px-5 pl-lg-0 pb-5 pb-lg-0">
<img class="img-fluid w-100 rounded-circle shadow-sm" src="img/profile.jpeg" alt="">
</div>
<div class="col-lg-7 text-center text-lg-left">
<h3 class="text-white font-weight-normal mb-3">I'm</h3>
<h1 class="display-3 text-uppercase text-primary mb-2" style="-webkit-text-stroke: 2px #ffffff;">Bhagia Sheri</h1>
<h1 class="typed-text-output d-inline font-weight-lighter text-white"></h1>
<div class="typed-text d-none">Software Engineer, Backend Engineer, Java Developer, FullStack Engineer</div>
<div class="d-flex align-items-center justify-content-center justify-content-lg-start pt-5">
<a href="https://drive.google.com/file/d/1tQGUbAf6SWSmCfSty6mRtdEV3xk026S1/view?usp=sharing" target="_blank" class="btn btn-outline-light mr-5">Download CV</a>
<a href="#contact" class="btn btn-outline-light mr-5">Contact Me</a>
<!-- <button type="button" class="btn-play" data-toggle="modal"-->
<!-- data-src="https://www.youtube.com/embed/EG2CSoaayH8" data-target="#videoModal">-->
<!-- <span></span>-->
<!-- </button>-->
<!-- <h5 class="font-weight-normal text-white m-0 ml-4 d-none d-sm-block">Play Video</h5>-->
</div>
</div>
</div>
</div>
</div>
<!-- Header End -->
<!-- About Start -->
<div class="container-fluid py-5" id="about">
<div class="container">
<div class="position-relative d-flex align-items-center justify-content-center">
<h1 class="display-1 text-uppercase text-white" style="-webkit-text-stroke: 1px #dee2e6;">About</h1>
<h1 class="position-absolute text-uppercase text-primary">About Me</h1>
</div>
<div class="row align-items-center">
<div class="col-lg-5 pb-4 pb-lg-0">
<img class="img-fluid rounded w-100" src="img/about-without-background.png" alt="">
</div>
<div class="col-lg-7">
<h3 class="mb-4">Software Engineer</h3>
<p class="text-justify">Impact-Driven Software Engineer with 2+ years of experience, having worked in an early-stage startup as well as a large enterprise. I have contributed to e-commerce domains like growth, marketplace, and retail analytics, as well as the financial services domain. My extensive experience in developing, testing, debugging, maintaining, and refactoring large-scale distributed systems has enabled me to adopt the industry's best practices and due to that, I am a strong advocate of SDLC and agile methodologies. I am always committed to high code quality and extensive testing. I like to solve problems proactively and am always ready to go the extra mile. I manifest strong interpersonal and communication skills with an inclination toward leadership opportunities.</p>
<div class="row mb-3">
<div class="col-sm-12 py-2 text-justify"><h6><strong>Top Expertise:</strong> <span class="text-secondary"> Java, Kotlin, Spring Boot, Microservices, REST API, GraphQL, Apache Kafka, SQL (MySQL, PostgreSQL, Oracle), NoSQL (MongoDB, DynamoDB, HBase), Docker, Amazon Web Services (AWS), Kubernetes, and CI/CD.</span></h6></div>
<div class="col-sm-6 py-2"><h6><strong>Current Location:</strong> <span class="text-secondary">Fairfield, Iowa, USA</span></h6></div>
<div class="col-sm-12 py-2"><h6><strong>Available for full-time W2 Employment | Willing to Relocate within USA</strong></h6></div>
<!-- <div class="col-sm-6 py-2"><h6><strong>Experience:</strong> <span class="text-secondary">2+ Years</span></h6></div>-->
<!-- <div class="col-sm-6 py-2"><h6><strong>Phone:</strong> <span class="text-secondary">+1 (641) 233 9134</span></h6></div>-->
<!-- <div class="col-sm-6 py-2"><h6><strong>Email:</strong> <span class="text-secondary">[email protected]</span></h6></div>-->
<!-- <div class="col-sm-6 py-2"><h6><strong>Current Location:</strong> <span class="text-secondary">Fairfield Iowa, USA</span></h6></div>-->
<!-- <div class="col-sm-6 py-2"><h6><strong>Open to Opportunities: </strong> <span class="text-secondary">Yes</span></h6></div>-->
</div>
<a href="#contact" class="btn btn-outline-primary mr-4">Hire Me</a>
<a href="#qualification" class="btn btn-outline-primary">Learn More</a>
</div>
</div>
</div>
</div>
<!-- About End -->
<!-- Qualification Start -->
<div class="container-fluid py-5" id="qualification">
<div class="container">
<div class="position-relative d-flex align-items-center justify-content-center">
<h1 class="display-1 text-uppercase text-white" style="-webkit-text-stroke: 1px #dee2e6;">Quality</h1>
<h1 class="position-absolute text-uppercase text-primary">Education & Expericence</h1>
</div>
<div class="row align-items-center">
<div class="col-lg-6">
<h3 class="mb-4">My Education</h3>
<div class="border-left border-primary pt-2 pl-4 ml-2">
<div class="position-relative mb-4">
<i class="far fa-dot-circle text-primary position-absolute" style="top: 2px; left: -32px;"></i>
<h5 class="font-weight-bold mb-1">Master of Science in Computer Science - COMPRO</h5>
<p class="mb-0"><strong>Maharishi International University, United States </strong> | <small>2022 - Present</small></p>
<p class="mb-2"><strong>CGPA:</strong> 4.0 till now</p>
<p class="text-justify"><strong>Key Courses:</strong> Modern Programming Practices; Web Application Architecture & Framework; Algorithm; Big Data Technologies; Cloud Computing</p>
<p class="text-justify"><strong>In progress via distance education, the expected completion date is June 21, 2025</strong></p>
</div>
<div class="position-relative mb-4">
<i class="far fa-dot-circle text-primary position-absolute" style="top: 2px; left: -32px;"></i>
<h5 class="font-weight-bold mb-1">Bachelor of Science in Software Engineering</h5>
<p class="mb-0"><strong>Mehran University of Engineering & Technology, Pakistan</strong> | <small>2016 - 2021</small></p>
<p class="mb-2"><strong>CGPA:</strong> 3.98 | <small>First Position Holder, Silver Medalist | Faculty Topper, Gold Medalist</small></p>
<p class="text-justify"><strong>Key Courses:</strong> Object Oriented Programming; Data Structure & Algorithm; Database Management & Administration; Mobile Programming; Web Engineering; Cloud Computing; Data Analytics & Business Intelligence</p>
</div>
<div class="position-relative mb-4">
<i class="far fa-dot-circle text-primary position-absolute" style="top: 2px; left: -32px;"></i>
<h5 class="font-weight-bold mb-1">Tech Karo Coding Course - Web Development</h5>
<p class="mb-2"><strong>CIRCLE Women - Tech Karo</strong> | <small>April 2020 - November 2020</small></p>
<p class="text-justify"><strong>Key Topics:</strong> HTML5; CSS3; Bootstrap4; Tailwind CSS; JavaScript & ECMAScript; JQuery; ReactJS</p>
</div>
</div>
</div>
<div class="col-lg-6">
<h3 class="mb-4">My Expericence</h3>
<div class="border-left border-primary pt-2 pl-4 ml-2">
<div class="position-relative mb-4">
<i class="far fa-dot-circle text-primary position-absolute" style="top: 2px; left: -32px;"></i>
<h5 class="font-weight-bold mb-1">Bazaar Technologies, Karachi, Pakistan</h5>
<p class="mb-2"><strong>Software Engineer II</strong> | <small>Jan 2022 - Sept 2022</small></p>
<p class="text-justify">Promoted to Software Engineer II with an expanded focus on full stack development, cross squad collaboration and onboarding new squad members to Bazaar’s ecosystem.</p>
<p class="mb-2"><strong>Software Engineer I</strong> | <small>April 2021 - Dec 2021</small></p>
<p class="text-justify">Worked in an Agile team as a backend engineer for the e-commerce division, automating business processes and needs using microservices architecture.</p>
</div>
<div class="position-relative mb-4">
<i class="far fa-dot-circle text-primary position-absolute" style="top: 2px; left: -32px;"></i>
<h5 class="font-weight-bold mb-1">BMA Capital Management & Limited, Karachi, Pakistan</h5>
<p class="mb-2"><strong>Software Developer</strong> | <small>Nov 2020 - March 2021</small></p>
<p class="text-justify">Designing and developing software solutions to automate customer onboarding process, customer acquisition, and retention projects, for their in-house IT department.</p>
</div>
<div class="position-relative mb-4">
<i class="far fa-dot-circle text-primary position-absolute" style="top: 2px; left: -32px;"></i>
<h5 class="font-weight-bold mb-1">Gexton, Hyderabad, Pakistan</h5>
<p class="mb-2"><strong>Java Developer Intern</strong> | <small>May 2018 - July 2018</small></p>
<p class="text-justify">Analyzed requirements, designed databases, and implemented end-to-end applications from UI to backend. Completed 16+ Java desktop applications solving problems in several domains.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Qualification End -->
<!-- Skill Start -->
<div class="container-fluid py-5" id="skill">
<div class="container">
<div class="position-relative d-flex align-items-center justify-content-center">
<h1 class="display-1 text-uppercase text-white" style="-webkit-text-stroke: 1px #dee2e6;">Skills</h1>
<h1 class="position-absolute text-uppercase text-primary">Top 10 Skills</h1>
</div>
<div class="row align-items-center">
<div class="col-md-6">
<div class="skill mb-4">
<div class="d-flex justify-content-between">
<h6 class="font-weight-bold">Spring Boot</h6>
<h6 class="font-weight-bold">85%</h6>
</div>
<div class="progress">
<div class="progress-bar bg-primary" role="progressbar" aria-valuenow="85" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="skill mb-4">
<div class="d-flex justify-content-between">
<h6 class="font-weight-bold">Microservices</h6>
<h6 class="font-weight-bold">75%</h6>
</div>
<div class="progress">
<div class="progress-bar bg-warning" role="progressbar" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="skill mb-4">
<div class="d-flex justify-content-between">
<h6 class="font-weight-bold">Event-Driven Architecture</h6>
<h6 class="font-weight-bold">70%</h6>
</div>
<div class="progress">
<div class="progress-bar bg-danger" role="progressbar" aria-valuenow="70" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="skill mb-4">
<div class="d-flex justify-content-between">
<h6 class="font-weight-bold">Design Patterns</h6>
<h6 class="font-weight-bold">70%</h6>
</div>
<div class="progress">
<div class="progress-bar bg-info" role="progressbar" aria-valuenow="70" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="skill mb-4">
<div class="d-flex justify-content-between">
<h6 class="font-weight-bold">Amazon Web Services (AWS)</h6>
<h6 class="font-weight-bold">70%</h6>
</div>
<div class="progress">
<div class="progress-bar bg-warning" role="progressbar" aria-valuenow="70" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div>
<div class="col-md-6">
<div class="skill mb-4">
<div class="d-flex justify-content-between">
<h6 class="font-weight-bold">Java & Kotlin</h6>
<h6 class="font-weight-bold">85%</h6>
</div>
<div class="progress">
<div class="progress-bar bg-danger" role="progressbar" aria-valuenow="85" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="skill mb-4">
<div class="d-flex justify-content-between">
<h6 class="font-weight-bold">React JS</h6>
<h6 class="font-weight-bold">75%</h6>
</div>
<div class="progress">
<div class="progress-bar bg-dark" role="progressbar" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="skill mb-4">
<div class="d-flex justify-content-between">
<h6 class="font-weight-bold">Test Driven Development</h6>
<h6 class="font-weight-bold">80%</h6>
</div>
<div class="progress">
<div class="progress-bar bg-info" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="skill mb-4">
<div class="d-flex justify-content-between">
<h6 class="font-weight-bold">Relational Database (SQL)</h6>
<h6 class="font-weight-bold">85%</h6>
</div>
<div class="progress">
<div class="progress-bar bg-warning" role="progressbar" aria-valuenow="85" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="skill mb-4">
<div class="d-flex justify-content-between">
<h6 class="font-weight-bold">Non-Relational Database (No-SQL)</h6>
<h6 class="font-weight-bold">75%</h6>
</div>
<div class="progress">
<div class="progress-bar bg-dark" role="progressbar" aria-valuenow="55" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Skill End -->
<!-- <!– Services Start –>-->
<!-- <div class="container-fluid pt-5" id="service">-->
<!-- <div class="container">-->
<!-- <div class="position-relative d-flex align-items-center justify-content-center">-->
<!-- <h1 class="display-1 text-uppercase text-white" style="-webkit-text-stroke: 1px #dee2e6;">Service</h1>-->
<!-- <h1 class="position-absolute text-uppercase text-primary">My Services</h1>-->
<!-- </div>-->
<!-- <div class="row pb-3">-->
<!-- <div class="col-lg-4 col-md-6 text-center mb-5">-->
<!-- <div class="d-flex align-items-center justify-content-center mb-4">-->
<!-- <i class="fa fa-2x fa-laptop service-icon bg-primary text-white mr-3"></i>-->
<!-- <h4 class="font-weight-bold m-0">Web Design</h4>-->
<!-- </div>-->
<!-- <p>Justo sit justo eos amet tempor amet clita amet ipsum eos elitr. Amet lorem lorem lorem est amet labore eirmod erat clita</p>-->
<!-- <a class="border-bottom border-primary text-decoration-none" href="">Read More</a>-->
<!-- </div>-->
<!-- <div class="col-lg-4 col-md-6 text-center mb-5">-->
<!-- <div class="d-flex align-items-center justify-content-center mb-4">-->
<!-- <i class="fa fa-2x fa-laptop-code service-icon bg-primary text-white mr-3"></i>-->
<!-- <h4 class="font-weight-bold m-0">Web Development</h4>-->
<!-- </div>-->
<!-- <p>Justo sit justo eos amet tempor amet clita amet ipsum eos elitr. Amet lorem lorem lorem est amet labore eirmod erat clita</p>-->
<!-- <a class="border-bottom border-primary text-decoration-none" href="">Read More</a>-->
<!-- </div>-->
<!-- <div class="col-lg-4 col-md-6 text-center mb-5">-->
<!-- <div class="d-flex align-items-center justify-content-center mb-4">-->
<!-- <i class="fab fa-2x fa-android service-icon bg-primary text-white mr-3"></i>-->
<!-- <h4 class="font-weight-bold m-0">Apps Design</h4>-->
<!-- </div>-->
<!-- <p>Justo sit justo eos amet tempor amet clita amet ipsum eos elitr. Amet lorem lorem lorem est amet labore eirmod erat clita</p>-->
<!-- <a class="border-bottom border-primary text-decoration-none" href="">Read More</a>-->
<!-- </div>-->
<!-- <div class="col-lg-4 col-md-6 text-center mb-5">-->
<!-- <div class="d-flex align-items-center justify-content-center mb-4">-->
<!-- <i class="fab fa-2x fa-apple service-icon bg-primary text-white mr-3"></i>-->
<!-- <h4 class="font-weight-bold m-0">Apps Development</h4>-->
<!-- </div>-->
<!-- <p>Justo sit justo eos amet tempor amet clita amet ipsum eos elitr. Amet lorem lorem lorem est amet labore eirmod erat clita</p>-->
<!-- <a class="border-bottom border-primary text-decoration-none" href="">Read More</a>-->
<!-- </div>-->
<!-- <div class="col-lg-4 col-md-6 text-center mb-5">-->
<!-- <div class="d-flex align-items-center justify-content-center mb-4">-->
<!-- <i class="fa fa-2x fa-search service-icon bg-primary text-white mr-3"></i>-->
<!-- <h4 class="font-weight-bold m-0">SEO</h4>-->
<!-- </div>-->
<!-- <p>Justo sit justo eos amet tempor amet clita amet ipsum eos elitr. Amet lorem lorem lorem est amet labore eirmod erat clita</p>-->
<!-- <a class="border-bottom border-primary text-decoration-none" href="">Read More</a>-->
<!-- </div>-->
<!-- <div class="col-lg-4 col-md-6 text-center mb-5">-->
<!-- <div class="d-flex align-items-center justify-content-center mb-4">-->
<!-- <i class="fa fa-2x fa-edit service-icon bg-primary text-white mr-3"></i>-->
<!-- <h4 class="font-weight-bold m-0">Content Creating</h4>-->
<!-- </div>-->
<!-- <p>Justo sit justo eos amet tempor amet clita amet ipsum eos elitr. Amet lorem lorem lorem est amet labore eirmod erat clita</p>-->
<!-- <a class="border-bottom border-primary text-decoration-none" href="">Read More</a>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- <!– Services End –>-->
<!-- Portfolio Start -->
<div class="container-fluid pt-5 pb-3" id="portfolio">
<div class="container">
<div class="position-relative d-flex align-items-center justify-content-center">
<h1 class="display-1 text-uppercase text-white" style="-webkit-text-stroke: 1px #dee2e6;">Project</h1>
<h1 class="position-absolute text-uppercase text-primary">My Projects</h1>
</div>
<div class="row">
<div class="col-12 text-center mb-2">
<ul class="list-inline mb-4" id="portfolio-flters">
<li class="btn btn-sm btn-outline-primary m-1 active" data-filter="*">All</li>
<li class="btn btn-sm btn-outline-primary m-1" data-filter=".first">Backend</li>
<li class="btn btn-sm btn-outline-primary m-1" data-filter=".second">Frontend</li>
<li class="btn btn-sm btn-outline-primary m-1" data-filter=".third">Mobile Apps</li>
</ul>
</div>
</div>
<div class="row portfolio-container">
<div class="col-lg-4 col-md-6 mb-4 portfolio-item first">
<div class="position-relative overflow-hidden mb-2">
<img class="img-fluid rounded w-100" src="img/backend-project-1.png" alt="">
<div class="portfolio-btn bg-primary d-flex align-items-center justify-content-center">
<a href="img/backend-project-1.png" data-lightbox="portfolio">
<i class="fa fa-plus text-white" style="font-size: 60px;"></i>
</a>
</div>
<h5 class="font-weight-medium mt-4">Property Management Service</h5>
<a href="https://github.com/coderBoost-PK2USA/property-service" class="btn btn-outline-primary" target="_blank">GitHub Repo</a>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4 portfolio-item first">
<div class="position-relative overflow-hidden mb-2">
<img class="img-fluid rounded w-100" src="img/backend-project-2.jpg" alt="">
<div class="portfolio-btn bg-primary d-flex align-items-center justify-content-center">
<a href="img/backend-project-2.jpg" data-lightbox="portfolio">
<i class="fa fa-plus text-white" style="font-size: 60px;"></i>
</a>
</div>
<h5 class="font-weight-medium mt-4">Identity Microservice using SpringBoot</h5>
<a href="https://github.com/coderBoost-PK2USA/identity-service" class="btn btn-outline-primary" target="_blank">GitHub Repo</a>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4 portfolio-item first">
<div class="position-relative overflow-hidden mb-2">
<img class="img-fluid rounded w-100" src="img/backend-project-3.png" alt="">
<div class="portfolio-btn bg-primary d-flex align-items-center justify-content-center">
<a href="img/backend-project-3.png" data-lightbox="portfolio">
<i class="fa fa-plus text-white" style="font-size: 60px;"></i>
</a>
</div>
<h5 class="font-weight-medium mt-4">Post Service using Spring Boot</h5>
<a href="https://github.com/BhagiaSheri/post-service" class="btn btn-outline-primary" target="_blank">GitHub Repo</a>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4 portfolio-item second">
<div class="position-relative overflow-hidden mb-2">
<img class="img-fluid rounded w-100" src="img/frontend-project-1.png" alt="">
<div class="portfolio-btn bg-primary d-flex align-items-center justify-content-center">
<a href="img/frontend-project-1.png" data-lightbox="portfolio">
<i class="fa fa-plus text-white" style="font-size: 60px;"></i>
</a>
</div>
<h5 class="font-weight-medium mt-4">Real Estate UI | ReactJS | Redux</h5>
<a href="https://github.com/coderBoost-PK2USA/real-estate-UI" class="btn btn-outline-primary" target="_blank">GitHub Repo</a>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4 portfolio-item first">
<div class="position-relative overflow-hidden mb-2">
<img class="img-fluid rounded w-100" src="img/backend-project-4.png" alt="">
<div class="portfolio-btn bg-primary d-flex align-items-center justify-content-center">
<a href="img/backend-project-4.png" data-lightbox="portfolio">
<i class="fa fa-plus text-white" style="font-size: 60px;"></i>
</a>
</div>
<h5 class="font-weight-medium mt-4">Big Data Pipeline | Java, Kafka, Spark</h5>
<a href="https://github.com/BhagiaSheri/apache-spark-SQL" class="btn btn-outline-primary" target="_blank">GitHub Repo</a>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4 portfolio-item second">
<div class="position-relative overflow-hidden mb-2">
<img class="img-fluid rounded w-100" src="img/frontend-project-2.jpg" alt="">
<div class="portfolio-btn bg-primary d-flex align-items-center justify-content-center">
<a href="img/frontend-project-2.jpg" data-lightbox="portfolio">
<i class="fa fa-plus text-white" style="font-size: 60px;"></i>
</a>
</div>
<h5 class="font-weight-medium mt-4">Employee Management UI | ReactJS</h5>
<a href="https://github.com/BhagiaSheri/Employee-Management-UI" class="btn btn-outline-primary" target="_blank">GitHub Repo</a>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4 portfolio-item second">
<div class="position-relative overflow-hidden mb-2">
<img class="img-fluid rounded w-100" src="img/frontend-project-3.png" alt="">
<div class="portfolio-btn bg-primary d-flex align-items-center justify-content-center">
<a href="img/frontend-project-3.png" data-lightbox="portfolio">
<i class="fa fa-plus text-white" style="font-size: 60px;"></i>
</a>
</div>
<h5 class="font-weight-medium mt-4">Post Management UI using ReactJS</h5>
<a href="https://github.com/BhagiaSheri/post-UI" class="btn btn-outline-primary" target="_blank">GitHub Repo</a>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4 portfolio-item third">
<div class="position-relative overflow-hidden mb-2">
<img class="img-fluid rounded w-100" src="img/publication-2.png" alt="">
<div class="portfolio-btn bg-primary d-flex align-items-center justify-content-center">
<a href="img/publication-2.png" data-lightbox="portfolio">
<i class="fa fa-plus text-white" style="font-size: 60px;"></i>
</a>
</div>
<h5 class="font-weight-medium mt-4">Memory Stash Alzheimer's Aid</h5>
<a href="https://github.com/BhagiaSheri/AlzheimerApp" class="btn btn-outline-primary mr-2" target="_blank">GitHub Repo</a>
<a href="https://www.youtube.com/embed/dbZBPujxqZ8" class="btn btn-outline-primary" target="_blank">Live Demo</a>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio End -->
<!-- Testimonial Start -->
<div class="container-fluid py-5" id="testimonial">
<div class="container">
<div class="position-relative d-flex align-items-center justify-content-center">
<h1 class="display-1 text-uppercase text-white" style="-webkit-text-stroke: 1px #dee2e6;">Review</h1>
<h1 class="position-absolute text-uppercase text-primary">Teachers Say</h1>
</div>
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="owl-carousel testimonial-carousel">
<div class="text-center">
<i class="fa fa-3x fa-quote-left text-primary mb-4"></i>
<h4 class="font-weight-light mb-4">She is one of the exceptional student in the class, with growth mindset, teamwork and leadership skills. Her logical and programming skills are up to the mark and her passion for technology will definitely help her in reaching the skies. Highly recommended for any software development and leadership role.</h4>
<img class="img-fluid rounded-circle mx-auto mb-3" src="img/review-1.png" style="width: 80px; height: 80px;">
<h5 class="font-weight-bold m-0">Talia Asghar</h5>
<span>Frontend Engineer at Klarna</span>
</div>
<div class="text-center">
<i class="fa fa-3x fa-quote-left text-primary mb-4"></i>
<h4 class="font-weight-light mb-4">Hardworking , punctual and out of the box thinker.</h4>
<img class="img-fluid rounded-circle mx-auto mb-3" src="img/review-2.png" style="width: 80px; height: 80px;">
<h5 class="font-weight-bold m-0">Dr. Qasim Ali</h5>
<span>Assistant Professor at MUET</span>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Testimonial End -->
<!-- Publication Start -->
<div class="container-fluid pt-5" id="publication">
<div class="container">
<div class="position-relative d-flex align-items-center justify-content-center">
<h1 class="display-1 text-uppercase text-white" style="-webkit-text-stroke: 1px #dee2e6;">Publication</h1>
<h1 class="position-absolute text-uppercase text-primary">Latest Publications</h1>
</div>
<div class="row">
<div class="col-lg-4 mb-5">
<div class="position-relative mb-4">
<img class="img-fluid rounded w-100 h-100" src="img/publication-1.png" alt="">
<div class="blog-date">
<h4 class="font-weight-bold mb-n1">2020</h4>
<small class="text-white text-uppercase">June</small>
</div>
</div>
<h5 class="font-weight-medium mb-2">Conventional VS Blockchain Based E-Vote System</h5>
<p class="mb-4">Korean Society for Internet Information (KSII) 15th Asia Pacific International Conference</p>
<a class="btn btn-sm btn-outline-primary py-2" href="https://www.researchgate.net/publication/343017419_Conventional_VS_Blockchain-Based_E-Vote_System" target="_blank">See Publication</a>
</div>
<div class="col-lg-4 mb-5">
<div class="position-relative mb-4">
<img class="img-fluid rounded w-100 h-100" src="img/publication-2.png" alt="">
<div class="blog-date">
<h4 class="font-weight-bold mb-n1">2020</h4>
<small class="text-white text-uppercase">April</small>
</div>
</div>
<h5 class="font-weight-medium mb-2">Artificial Intelligence Based Memory Stash Alzheimer's Aid</h5>
<p class="mb-4">International Conference on Information Science and Communication Technology (ICISCT)</p>
<a class="btn btn-sm btn-outline-primary py-2" href="https://ieeexplore.ieee.org/document/9080030" target="_blank">See Publication</a>
</div>
<div class="col-lg-4 mb-5">
<div class="position-relative mb-4">
<img class="img-fluid rounded w-100" src="img/publication-3.png" alt="">
<div class="blog-date">
<h4 class="font-weight-bold mb-n1">2019</h4>
<small class="text-white text-uppercase">April</small>
</div>
</div>
<h5 class="font-weight-medium mb-2">Allrounder Property Management System </h5>
<p class="mb-4">1st International Conference on Computational Science and Technology (INCCST) | Pg. 150-152</p>
<a class="btn btn-sm btn-outline-primary py-2" href="https://drive.google.com/file/d/1F3b9q6hep7M8lHTkq0xshPwh8jQlaFPz/view" target="_blank">See Publication</a>
</div>
</div>
</div>
</div>
<!-- Publication End -->
<!-- Blog Start -->
<div class="container-fluid py-5" id="blog">
<div class="container">
<div class="position-relative d-flex align-items-center justify-content-center">
<h1 class="display-1 text-uppercase text-white" style="-webkit-text-stroke: 1px #dee2e6;">Blog</h1>
<h1 class="position-absolute text-uppercase text-primary">Latest Blog</h1>
</div>
<div class="row">
<div class="col-lg-6 mb-5">
<div class="position-relative mb-4">
<img class="img-fluid rounded w-100" src="img/blog-1.png" alt="">
<div class="blog-date">
<h4 class="font-weight-bold mb-n1">2023</h4>
<small class="text-white text-uppercase">May</small>
</div>
</div>
<h5 class="font-weight-medium mb-4">Deep Dive into EKS Infra and configuration | Part — I</h5>
<a class="btn btn-sm btn-outline-primary py-3" href="https://medium.com/@bhagiasheri24/deep-dive-into-elastic-kubernetes-service-eks-infrastructure-and-configuration-steps-part-i-9fee25d9f423" target="_blank">Read More</a>
</div>
<div class="col-lg-6 mb-5">
<div class="position-relative mb-4">
<img class="img-fluid rounded w-100" src="img/blog-2.png" alt="">
<div class="blog-date">
<h4 class="font-weight-bold mb-n1">2023</h4>
<small class="text-white text-uppercase">May</small>
</div>
</div>
<h5 class="font-weight-medium mb-4">ECR image Deployment on EKS | Part — 2</h5>
<a class="btn btn-sm btn-outline-primary py-3" href="https://medium.com/@bhagiasheri24/ecr-image-deployment-on-eks-part-2-2b4c0b0411f2" target="_blank">Read More</a>
</div>
</div>
</div>
</div>
<!-- Blog End -->
<!-- Contact Start -->
<div class="container-fluid pb-5" id="contact">
<div class="container">
<div class="position-relative d-flex align-items-center justify-content-center">
<h1 class="display-1 text-uppercase text-white" style="-webkit-text-stroke: 1px #dee2e6;">Contact</h1>
<h1 class="position-absolute text-uppercase text-primary">Contact Me</h1>
</div>
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="contact-form text-center">
<div id="success"></div>
<form name="sentMessage" id="contactForm" novalidate="novalidate">
<div class="form-row">
<div class="control-group col-sm-6">
<input type="text" class="form-control p-4" id="name" placeholder="Your Name"
required="required" data-validation-required-message="Please enter your name" />
<p class="help-block text-danger"></p>
</div>
<div class="control-group col-sm-6">
<input type="email" class="form-control p-4" id="email" placeholder="Your Email"
required="required" data-validation-required-message="Please enter your email" />
<p class="help-block text-danger"></p>
</div>
</div>
<div class="control-group">
<input type="tel" class="form-control p-4" id="phoneNum" placeholder="Your Phone Number (Optional)"/>
<p class="help-block text-danger"></p>
</div>
<div class="control-group">
<input type="text" class="form-control p-4" id="subject" placeholder="Message Title"
required="required" data-validation-required-message="Please enter a message title" />
<p class="help-block text-danger"></p>
</div>
<div class="control-group">
<textarea class="form-control py-3 px-4" rows="5" id="message" placeholder="Message"
required="required"
data-validation-required-message="Please enter your message"></textarea>
<p class="help-block text-danger"></p>
</div>
<div>
<button class="btn btn-outline-primary" type="submit" id="sendMessageButton">Send
Message</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<!-- Contact End -->
<!-- Footer Start -->
<div class="container-fluid bg-primary text-white mt-5 py-5 px-sm-3 px-md-5">
<div class="container text-center py-5">
<div class="d-flex justify-content-center mb-3">
<h4 class="px-3 text-white font-weight-bold">Let's Connect</h4>
</div>
<div class="d-flex justify-content-center mb-4">
<a class="btn btn-light btn-social mr-2" href="https://www.linkedin.com/in/bhagiasheri24/" target="_blank"><i class="fab fa-linkedin-in"></i></a>
<a class="btn btn-light btn-social mr-2" href="https://github.com/BhagiaSheri" target="_blank"><i class="fab fa-github"></i></a>
<a class="btn btn-light btn-social mr-2" href="mailto: [email protected]" target="_blank"><i class="fa fa-envelope"></i></a>
<a class="btn btn-light btn-social mr-2" href="https://twitter.com/BhagiaSheri" target="_blank"><i class="fab fa-twitter"></i></a>
<a class="btn btn-light btn-social" href="https://medium.com/@bhagiasheri24" target="_blank"><i class="fab fa-medium"></i></a>
</div>
<p class="m-0">© <a class="text-white font-weight-bold" href="https://bhagiasheri.click">bhagiasheri@click</a>. All Rights Reserved. Portfolio Template by <a class="text-white font-weight-bold" href="https://htmlcodex.com">HTML Codex</a> and modifications by <span class="text-white font-weight-bold">Bhagia Sheri</span>
</p>
</div>
</div>
<!-- Footer End -->
<!-- Scroll to Bottom -->
<a href="#about"><i class="fa fa-2x fa-angle-down text-white scroll-to-bottom"></i></i></a>
<!-- Back to Top -->
<a href="#" class="btn btn-outline-dark px-0 back-to-top"><i class="fa fa-angle-double-up"></i></a>
<!-- JavaScript Libraries -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js"></script>
<script src="lib/typed/typed.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/isotope/isotope.pkgd.min.js"></script>
<script src="lib/lightbox/js/lightbox.min.js"></script>
<!-- Contact Javascript File -->
<script src="mail/jqBootstrapValidation.min.js"></script>
<script src="mail/contact.js"></script>
<!-- Template Javascript -->
<script src="js/main.js"></script>
</body>
</html>