-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
588 lines (581 loc) · 31.8 KB
/
index.html
File metadata and controls
588 lines (581 loc) · 31.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<title>Bo Li Profolio</title>
<!-- Font Awesome -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"
/>
<!-- Google Fonts Roboto -->
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap"
/>
<!-- MDB -->
<link rel="stylesheet" href="css/mdb.min.css" />
</head>
<body style="background-color:rgba(243, 243, 243, 0.781); height: 100%">
<!-- Start your project here-->
<!-- Header -->
<header>
<!-- Navbar -->
<nav class="navbar navbar-expand-lg navbar-light bg-white">
<div class="container-fluid">
<a class="navbar-brand nav-link text-start" style="padding-left: 20px; padding-right: 20px;">
BL
</a>
<div class="vr" style="margin-right: 20px;"></div>
<button
class="navbar-toggler"
type="button"
data-mdb-toggle="collapse"
data-mdb-target="#profolioNavbar"
aria-controls="profolioNavbar"
aria-expanded="false"
aria-label="Toggle navigation"
>
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse text-end" id="profolioNavbar">
<ul class="navbar-nav me-auto mb-2 mb-lg-0 text-end">
<li class="nav-item active">
<a class="nav-link" aria-current="page" href="#education">Education</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#experience">Experience</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#research">Research</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#projects">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#skills">Skills</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<main style="margin-left: 10%;margin-right: 10%;">
<div class="container" style="margin-left: 0%; margin-right: 0%;">
<div class="row align-top">
<div class="col-3">
<div class="row align-items-center">
<!-- left top -->
<section class="text-center", style="margin-top: 3em;">
<img src="img/me.jpg" class="rounded-circle my-3" width="150" alt="personal photo">
<h2>Bo Li</h2>
<h6 class="my-3">
<a class="link-secondary" href="mailto: libo.tom.mail@gmail.com">
LIBO.TOM.MAIL@GMAIL.COM
</a>
</h6>
</section>
</div>
<hr class="my-3">
<div class="row align-items-center">
<!-- left-about -->
<section class="text-start">
<h5 style="margin-top: 2em; margin-bottom: 1em;">ABOUT</h5>
<P class="my-3 " style="line-height: 2.2em;">
Hi, I'm interested in the field of supervised learning and autonomous driving.
I am planing to work as software engineer after graduate.
</P>
<a class="btn btn-outline-dark btn-lg" style="margin-top: 2em; margin-bottom: 3em;" target="_blank" href="https://drive.google.com/file/d/14sAVOhbl-99k0W4yKfSjSqlksUSSRNov/view?usp=drive_link" role="button"> Resume</a>
</section>
</div>
<hr class="my-4">
<div class="row align-items-center">
<div class="text-start">
<!-- Section: Social media -->
<section class="p-4" style="color: rgba(133, 133, 133, 0.781);">
<!-- links -->
<div>
<a href="mailto: libo.tom.mail@gmail.com" target="_blank" class="me-4 text-reset">
<i class="fab fa-google"></i>
</a>
<a href="https://www.instagram.com/limbolavida/" target="_blank" class="me-4 text-reset">
<i class="fab fa-instagram"></i>
</a>
<a href="https://www.linkedin.com/in/bo-li-7b6a10105/" target="_blank" class="me-4 text-reset">
<i class="fab fa-linkedin"></i>
</a>
<a href="https://github.com/Li-Bo-github" target="_blank" class="me-4 text-reset">
<i class="fab fa-github"></i>
</a>
</div>
<!-- links -->
</section>
<!-- Section: Social media -->
</div>
</div>
</div>
<div class="col-9">
<div class="row align-items-center">
<div style="
margin-left: 10%;
margin-top: 5%;
margin-bottom: 5%;
box-shadow: 10px 5px 50px 5px rgba(0, 0, 0, 0.068);">
<div class="my-5"></div>
<div id="education" class="text-center my-3">
<h5>
EDUCATION
</h5>
</div>
<div class="row" style="margin-left: 5%;">
<a id="education" style=" position: relative;top: -60px;display: block;height: 0;overflow: hidden;"></a>
<ul class="list-unstyled">
<li>
<div>
<div class="row">
<h5>Master of Computer science</h5>
<p>University of Illinois Urbana-Champaign, <small>Jan 2024 - May 2025</small></p>
</div>
</div>
</li>
<li>
<div>
<div class="row">
<h5>B.S. Computer Science, Data Science</h5>
<p>University of Wisconsin-Madison, <small>Sep 2019 - May 2023</small></p>
</div>
</div>
</li>
</ul>
</div>
<hr class="my-4">
<div id="experience" class="text-center my-3">
<h5>
EXPERIENCE
</h5>
</div>
<div class="row" style="margin-left: 5%; margin-right: 7%;">
<a id="experience" style=" position: relative;top: -60px;display: block;height: 0;overflow: hidden;"></a>
<ul class="list-unstyled">
<li>
<div>
<div class="row">
<h5>Tharzen - Software Engineer Internship</h5>
<p><small>May 2024 - Aug 2024</small></p>
<ul style="margin-left: 5%;">
<li>Designed and developed a reversible PHP interpreter based on bidirectional evaluation, leading Test-Driven Development (TDD) to ensure robust feature implementation and comprehensive testing.</li>
<li>Implemented interpreter functionality using Rust classes and traits to enhance the core logic and maintainability of the reversible PHP interpreter.</li>
</ul>
</div>
</div>
</li>
<li>
<div>
<div class="row">
<h5>Spark Education Group - Software Engineer Internship</h5>
<p><small>Aug 2023 - Dec 2023</small></p>
<ul style="margin-left: 5%;">
<li>Designed and developed a Python application utilizing longchain embedding, chat completion, and vector store, allowing users to interact with the project codebase effectively.</li>
<li>Led the deployment of a large language model platform using React, Node.js, Python, FastAPI, and PostgreSQL, integrating new features such as user statistics, top prompts display, and custom masks.</li>
<li>Drove database and API enhancements, contributing to a 30% increase in weekly active users and achieving a peak of 185 daily active users.</li>
</ul>
</div>
</div>
</li>
<li>
<div>
<div class="row">
<h5>Amazon - Software Engineer Internship</h5>
<p><small>May 2022 - Aug 2022</small></p>
<ul style="margin-left: 5%;">
<li>Designed and implemented the backend API for the changelog function using Node.js and GraphQL, enhancing user interaction with changelog data based on permissions.</li>
<li>Created GraphQL schema, field resolver, and record resolver for seamless data mapping and CRUD operations, ensuring high performance and scalability.</li>
<li>Managed the end-to-end development cycle, from design documents and UI wireframes to code implementation, code review, and deployment.</li>
</ul>
</div>
</div>
</li>
<div class="my-4"></div>
</ul>
</div>
<hr class="my-4">
<div id="research" class="text-center my-3">
<h5>
RESEARCH
</h5>
</div>
<div class="row" style="margin-left: 5%; margin-right: 7%;">
<a id="research" style=" position: relative;top: -60px;display: block;height: 0;overflow: hidden;"></a>
<ul class="list-unstyled">
<li>
<div>
<div class="row">
<h5><a href="https://github.com/Li-Bo-github/ClaimTrust-A-Propagation-Based-Trust-Scoring-Framework-for-Retrieval-Augmented-Generation-Systems">ClaimTrust – A Propagation-Based Trust Scoring Framework for Retrieval-Augmented Generation (RAG) Systems</a></h5>
<p><small>Professor: Heng Ji, Aug 2024 - Dec 2024</small></p>
<ul style="margin-left: 5%;">
<li>Developed a graph-based trust scoring algorithm to evaluate document reliability, improving RAG system response quality by 11.2%.</li>
<li>Processed 814 articles to extract claims and classify relationships for trust propagation.</li>
<li>Optimized claim extraction and relationship classification, reducing computational complexity from O(n²) to O(n).</li>
</ul>
</div>
</div>
</li>
<li>
<div>
<div class="row">
<h5>Simulation of the Collaborative Automated Driving Systems</h5>
<p><small>Professor: Bin Ran, Feb 2022 - Dec 2022</small></p>
<ul style="margin-left: 5%;">
<li>working with the prediction group focusing on trajectory prediction of autonomous driving cars and investigating trajectory prediction methods for the project.</li>
<li>Generating status info of vehicles from Carla simulator in the format that can be used for future tasks as the data for fitting trajectory prediction models.</li>
<li>Contributed to the unification of simulator export data format and model input data format.</li>
</ul>
</div>
</div>
</li>
<div class="my-4"></div>
<li>
<div>
<div class="row">
<h5>Offloading pushdown db onto SmartNIC based JBOF device</h5>
<p><small>Professor: Ming Liu , Oct 2021 - Dec 2021</small></p>
<ul style="margin-left: 5%;">
<li>Customize FlexPushdownDB developed based on C++ hybrid with caching and pushdown capabilities and weighted cache policy from AWS cloud to JBOF device.</li>
</ul>
</div>
</div>
</li>
</ul>
</div>
<hr class="my-4">
<div id="projects" class="text-center my-3">
<h5>
PROJECTS
</h5>
</div>
<div class="row" style="margin-left: 5%; margin-right: 7%;">
<a id="projects" style=" position: relative;top: -60px;display: block;height: 0;overflow: hidden;"></a>
<ul class="list-unstyled">
<li>
<div>
<div class="row">
<h5><a href="https://github.com/Li-Bo-github/GEMstack">Auto parking with Gem e4 Vehicle</a></h5>
<p><small>algorithm developer</small></p>
<ul style="margin-left: 5%;">
<li>Designed and implemented image recognition and calibration transposition algorithms using lidar and camera sensors to enhance parking system accuracy.</li>
<li>Developed and deployed an MPC trajectory tracker and hybrid A* route planning for autonomous vehicle navigation.</li>
</ul>
</div>
</div>
</li>
<li>
<div>
<div class="row">
<h5>Cloud-Based IoT Infrastructure for Vehicle Monitoring</h5>
<p><small>AWS developer</small></p>
<ul style="margin-left: 5%;">
<li>Designed and deployed scalable IoT infrastructure using AWS IoT Core, AWS GreenGrass, and AWS IoT Analytics to monitor data from a fleet of 120,000 simulated vehicles.</li>
<li>Implemented AWS Lambda functions to analyze CO2 emissions and return diagnostics, utilizing the publish-subscribe MQTT model for seamless device communication.</li>
<li>Built data visualization pipelines with AWS Firehose, AWS Glue, and AWS Athena, leveraging AWS Sagemaker Jupyter Notebooks for insights.</li>
</ul>
</div>
</div>
</li>
<li>
<div>
<div class="row">
<h5><a href="https://github.com/Li-Bo-github/milk-farm-management-system">Farm data management system</a></h5>
<p><small>Java programmer</small></p>
<ul style="margin-left: 5%;">
<li>Designed the system and user interface using JavaFX and CSS.</li>
<li>Utilizing java packages processing data from csv documents for computing and visualizing.</li>
<li>Allows users to search data from the database on different categories, displaying the data by farm report, annual report, monthly report, and date Range report with percent of total weight.</li>
</ul>
</div>
</div>
</li>
<div class="my-4"></div>
<li>
<div>
<div class="row">
<h5><a href="https://github.com/CodySond/cs639-assocbank-team2">Account holders household clustering with associate bank</a></h5>
<p><small>Python programmer</small></p>
<ul style="margin-left: 5%;">
<li>Custom distance functions based on address and joint account information using scikit-learn hierarchical clustering, and access data from Snowflake flatform.</li>
<li>The cost of the model using i7-9700 CPUis exponential 1.21 seconds for 1000 records and 43.09 seconds for 10,000 records, and the highest accuracy of the model is 96.6% with different distance threshold.</li>
<li>Write a distance clustering function to weight address clustering method, utilize shared account relationship columns in clustering function, and test functionality of the project.</li>
</ul>
</div>
</div>
</li>
<div class="my-4"></div>
<li>
<div>
<div class="row">
<h5><a href="https://github.com/Li-Bo-github/school_undergrad-enrollment-study-and-visulization">Data research on undergraduate enrollment</a></h5>
<p><small>Data analysis</small></p>
<ul style="margin-left: 5%;">
<li>Utilized Python to develop web crawlers for collecting data from online databases.</li>
<li>Preprocessed data by slicing, reformatting, and implementing a pipeline with StandardScaler transformer.</li>
<li>Analyzed data using PCA and linear regression methods from the PyTorch library.</li>
</ul>
</div>
</div>
</li>
<div class="my-4"></div>
<li>
<div>
<div class="row">
<h5><a href="https://github.com/cssaatuwmadisonIT">Website for Chinese Students and Scholars Association at UW-MADISON</a></h5>
<p><small>Web develope</small></p>
<ul style="margin-left: 5%;">
<li>Maintained and updated the website for the Chinese Students and Scholars Association at UW-Madison.</li>
<li>Implemented new features and functionality based on user requirements.</li>
<li>Collected and analyzed data from blog and tweet sources. Extracted relevant insights and trends from the data for further analysis.</li>
</ul>
</div>
</div>
</li>
</ul>
</div>
<hr class="my-4">
<div id="skills" class="text-center my-3">
<h5>
SKILLS
</h5>
</div>
<div style="margin: 3%;">
<ul class="nav nav-tabs nav-fill mb-3" id="ex1" role="tablist">
<li class="nav-item" role="presentation">
<a
class="nav-link active"
id="ex2-tab-1"
data-mdb-toggle="tab"
href="#ex2-tabs-1"
role="tab"
aria-controls="ex2-tabs-1"
aria-selected="true"
>Language</a
>
</li>
<li class="nav-item" role="presentation">
<a
class="nav-link"
id="ex2-tab-2"
data-mdb-toggle="tab"
href="#ex2-tabs-2"
role="tab"
aria-controls="ex2-tabs-2"
aria-selected="false"
>ML Engineering</a
>
</li>
<li class="nav-item" role="presentation">
<a
class="nav-link"
id="ex2-tab-3"
data-mdb-toggle="tab"
href="#ex2-tabs-3"
role="tab"
aria-controls="ex2-tabs-3"
aria-selected="false"
>Web Developent</a
>
</li>
<li class="nav-item" role="presentation">
<a
class="nav-link"
id="ex2-tab-4"
data-mdb-toggle="tab"
href="#ex2-tabs-4"
role="tab"
aria-controls="ex2-tabs-4"
aria-selected="false"
>Framworks and tools</a
>
</li>
</ul>
<div class="tab-content" id="ex2-content">
<div
class="tab-pane fade show active"
id="ex2-tabs-1"
role="tabpanel"
aria-labelledby="ex2-tab-1"
>
<ul class="list-unstyled">
<li>
<div class="progress my-2" style="height: 20px;">
<div class="progress-bar bg-success text-start" role="progressbar" style="width: 100%;" aria-valuenow="5" aria-valuemin="0" aria-valuemax="5">Python</div>
</div>
</li>
<li>
<div class="progress my-2" style="height: 20px;">
<div class="progress-bar bg-success text-start" role="progressbar" style="width: 100%;" aria-valuenow="5" aria-valuemin="0" aria-valuemax="5">Java</div>
</div>
</li>
<li>
<div class="progress my-2" style="height: 20px;">
<div class="progress-bar bg-info text-start" role="progressbar" style="width: 20%;" aria-valuenow="1" aria-valuemin="0" aria-valuemax="5">Javascript</div>
</div>
</li>
<li>
<div class="progress my-2" style="height: 20px;">
<div class="progress-bar bg-warning text-start" role="progressbar" style="width: 40%;" aria-valuenow="2" aria-valuemin="0" aria-valuemax="5">SQLite3/SQL</div>
</div>
</li>
<li>
<div class="progress my-2" style="height: 20px;">
<div class="progress-bar bg-info text-start" role="progressbar" style="width: 100%;" aria-valuenow="5" aria-valuemin="0" aria-valuemax="5">HTML + CSS</div>
</div>
</li>
<li>
<div class="progress my-2" style="height: 20px;">
<div class="progress-bar bg-warning text-start" role="progressbar" style="width: 60%;" aria-valuenow="3" aria-valuemin="0" aria-valuemax="5">R</div>
</div>
</li>
<li>
<div class="progress my-2" style="height: 20px;">
<div class="progress-bar bg-success text-start" role="progressbar" style="width: 40%;" aria-valuenow="2" aria-valuemin="0" aria-valuemax="5">C++</div>
</div>
</li>
<li>
<div class="progress my-2" style="height: 20px;">
<div class="progress-bar bg-info text-start" role="progressbar" style="width: 20%;" aria-valuenow="1" aria-valuemin="0" aria-valuemax="5">Typescript</div>
</div>
</li>
</ul>
</div>
<div
class="tab-pane fade"
id="ex2-tabs-2"
role="tabpanel"
aria-labelledby="ex2-tab-2"
>
<ul class="list-unstyled">
<li>
<div class="progress my-2" style="height: 20px;">
<div class="progress-bar bg-success text-start" role="progressbar" style="width: 80%;" aria-valuenow="4" aria-valuemin="0" aria-valuemax="5">Scikit-Learn</div>
</div>
</li>
<li>
<div class="progress my-2" style="height: 20px;">
<div class="progress-bar bg-success text-start" role="progressbar" style="width: 80%;" aria-valuenow="4" aria-valuemin="0" aria-valuemax="5">PyTorch</div>
</div>
</li>
<li>
<div class="progress my-2" style="height: 20px;">
<div class="progress-bar bg-info text-start" role="progressbar" style="width: 40%;" aria-valuenow="2" aria-valuemin="0" aria-valuemax="5">Tensorflow</div>
</div>
</li>
<li>
<div class="progress my-2" style="height: 20px;">
<div class="progress-bar bg-success text-start" role="progressbar" style="width: 60%;" aria-valuenow="4" aria-valuemin="0" aria-valuemax="5">Numpy</div>
</div>
</li>
<li>
<div class="progress my-2" style="height: 20px;">
<div class="progress-bar bg-info text-start" role="progressbar" style="width: 20%;" aria-valuenow="1" aria-valuemin="0" aria-valuemax="5">Spark</div>
</div>
</li>
</ul>
</div>
<div
class="tab-pane fade"
id="ex2-tabs-3"
role="tabpanel"
aria-labelledby="ex2-tab-3"
>
<ul class="list-unstyled">
<li>
<div class="progress my-2" style="height: 20px;">
<div class="progress-bar bg-info text-start" role="progressbar" style="width: 20%;" aria-valuenow="1" aria-valuemin="0" aria-valuemax="5">React.js</div>
</div>
</li>
<li>
<div class="progress my-2" style="height: 20px;">
<div class="progress-bar bg-warning text-start" role="progressbar" style="width: 20%;" aria-valuenow="1" aria-valuemin="0" aria-valuemax="5">Node.js</div>
</div>
</li>
<li>
<div class="progress my-2" style="height: 20px;">
<div class="progress-bar bg-danger text-start" role="progressbar" style="width: 40%;" aria-valuenow="2" aria-valuemin="0" aria-valuemax="5">Amazon Web Services</div>
</div>
</li>
<li>
<div class="progress my-2" style="height: 20px;">
<div class="progress-bar bg-warning text-start" role="progressbar" style="width: 20%;" aria-valuenow="1" aria-valuemin="0" aria-valuemax="5">MongoDB</div>
</div>
</li>
<li>
<div class="progress my-2" style="height: 20px;">
<div class="progress-bar bg-danger text-start" role="progressbar" style="width: 20%;" aria-valuenow="1" aria-valuemin="0" aria-valuemax="5">ElasticSearch</div>
</div>
</li>
<li>
<div class="progress my-2" style="height: 20px;">
<div class="progress-bar bg-danger text-start" role="progressbar" style="width: 20%;" aria-valuenow="1" aria-valuemin="0" aria-valuemax="5">GraphQL</div>
</div>
</li>
<li>
<div class="progress my-2" style="height: 20px;">
<div class="progress-bar bg-danger text-start" role="progressbar" style="width: 20%;" aria-valuenow="1" aria-valuemin="0" aria-valuemax="5">Apollo Federation</div>
</div>
</li>
</ul>
</div>
<div
class="tab-pane fade"
id="ex2-tabs-4"
role="tabpanel"
aria-labelledby="ex2-tab-4"
>
<ul class="list-unstyled">
<li>
<div class="progress my-2" style="height: 20px;">
<div class="progress-bar bg-warning text-start" role="progressbar" style="width: 100%;" aria-valuenow="5" aria-valuemin="0" aria-valuemax="5">Git</div>
</div>
</li>
<li>
<div class="progress my-2" style="height: 20px;">
<div class="progress-bar bg-danger text-start" role="progressbar" style="width: 40%;" aria-valuenow="2" aria-valuemin="0" aria-valuemax="5">AWS</div>
</div>
</li>
<li>
<div class="progress my-2" style="height: 20px;">
<div class="progress-bar bg-success text-start" role="progressbar" style="width: 40%;" aria-valuenow="2" aria-valuemin="0" aria-valuemax="5">Spring Boot</div>
</div>
</li>
<li>
<div class="progress my-2" style="height: 20px;">
<div class="progress-bar bg-info text-start" role="progressbar" style="width: 20%;" aria-valuenow="1" aria-valuemin="0" aria-valuemax="5">DynamoDB</div>
</div>
</li>
<li>
<div class="progress my-2" style="height: 20px;">
<div class="progress-bar bg-danger text-start" role="progressbar" style="width: 20%;" aria-valuenow="1" aria-valuemin="0" aria-valuemax="5">GraphQL</div>
</div>
</li>
<li>
<div class="progress my-2" style="height: 20px;">
<div class="progress-bar bg-danger text-start" role="progressbar" style="width: 20%;" aria-valuenow="1" aria-valuemin="0" aria-valuemax="5">Apollo Federation</div>
</div>
</li>
</ul>
</div>
</div>
</div>
<div class="my-5"></div>
</div>
</div>
</div>
</div>
</div>
</main>
<!-- MDB -->
<script type="text/javascript" src="js/mdb.min.js"></script>
<!-- Custom scripts -->
<script type="text/javascript"></script>
</body>
</html>