-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
737 lines (701 loc) · 32.3 KB
/
index.html
File metadata and controls
737 lines (701 loc) · 32.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.min.css">
<link rel="stylesheet" href="print.min.css" media="print">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
<title>Lapo Elisacci</title>
</head>
<body>
<div class="container-lg shadow">
<div class="row mt-5">
<div class="col-sm-12 col-md-8 col-lg-8 bg-grey offset-md-4 offset-lg-4 rounded-top">
<div class="text-end">
<b>// Software Engineering Manager</b>
</div>
</div>
</div>
<!-- PROFILE BANNER -->
<div class="row h-200p">
<div class="col-4 align-items-center d-none d-md-block">
<div class="row mt-50 relative">
<div class="col-6 h-100p bg-dark-grey relative animate__animated animate__slideInLeft">
<div class="profile-image shadow animate__animated animate__zoomIn">
<img src="images/profile.png" class="img-thumbnail" alt="profile picture">
</div>
</div>
</div>
</div>
<div class="col-sm-12 col-md-8 bg-grey pad-0 absolute">
<div class="row mt-50 shifted">
<div class="col-sm-12 h-100p lh-100p bg-dark-grey rounded-start animate__animated animate__slideInDown">
<p class="fs-1 text-light fw-semibold">LAPO ELISACCI</p>
</div>
</div>
</div>
</div>
<!-- END PROFILE BANNER -->
<div class="row">
<!-- SIDEBAR -->
<div class="col-md-4 d-none d-md-block">
<div class="row mt-3 text-light animate__animated animate__fadeIn animate__delay-1s">
<div class="col-12 text-center">
Born in Nov 7, 1996
</div>
</div>
<div class="row mt-3 animate__animated animate__fadeIn animate__delay-2s">
<div class="col-12 text-green">
<ul>
<li class="text-violet">{</li>
<li>
<ul>
<li>
Languages: <span class="text-light">[</span>
<ul class="mb-0 array">
<li class="text-yellow">Italian</li>
<li class="text-yellow">English</li>
</ul>
<span class="text-light">],</span>
</li>
<li>
Skills: <span class="text-light">[</span>
<ul class="mb-0 array">
<li class="text-yellow">Leadership</li>
<li class="text-yellow">Software Development</li>
<li class="text-yellow">People Management</li>
</ul>
<span class="text-light">],</span>
</li>
<li>
Hobbies: <span class="text-light">[</span>
<ul class="mb-0 array">
<li class="text-yellow">Chess</li>
</ul>
<span class="text-light">],</span>
</li>
<li>
Tools: <span class="text-light">[</span>
<ul class="mb-0 array">
<li class="text-yellow"><img class="tool-icon" src="images/icons/atlassian.png" alt="">Atlassian</li>
<li class="text-yellow"><img class="tool-icon" src="images/icons/argocd.png" alt="">ArgoCD</li>
<li class="text-yellow"><img class="tool-icon" src="images/icons/aws.png" alt="">AWS</li>
<li class="text-yellow"><img class="tool-icon" src="images/icons/cassandra.png" alt="">Cassandra</li>
<li class="text-yellow"><img class="tool-icon" src="images/icons/circleci.png" alt="">CircleCI</li>
<li class="text-yellow"><img class="tool-icon" src="images/icons/confluence.png" alt="">Confluence</li>
<li class="text-yellow"><img class="tool-icon" src="images/icons/css.png" alt="">CSS3</li>
<li class="text-yellow"><img class="tool-icon" src="images/icons/datadog.png" alt="">DataDog</li>
<li class="text-yellow"><img class="tool-icon" src="images/icons/django.png" alt="">Django</li>
<li class="text-yellow"><img class="tool-icon" src="images/icons/docker.png" alt="">Docker</li>
<li class="text-yellow"><img class="tool-icon" src="images/icons/docker_compose.png" alt="">Docker Compose</li>
<li class="text-yellow"><img class="tool-icon" src="images/icons/elasticsearch.png" alt="">Elasticsearch</li>
<li class="text-yellow"><img class="tool-icon" src="images/icons/git.png" alt="">Git</li>
<li class="text-yellow"><img class="tool-icon" src="images/icons/github.png" alt="">Github</li>
<li class="text-yellow"><img class="tool-icon" src="images/icons/google.png" alt="">G Suite</li>
<li class="text-yellow"><img class="tool-icon" src="images/icons/graphql.png" alt="">GraphQL</li>
<li class="text-yellow"><img class="tool-icon" src="images/icons/hanami.png" alt="">Hanami</li>
<li class="text-yellow"><img class="tool-icon" src="images/icons/html.png" alt="">HTML5</li>
<li class="text-yellow"><img class="tool-icon" src="images/icons/influxdb.png" alt="">InfluxDB</li>
<li class="text-yellow"><img class="tool-icon" src="images/icons/javascript.png" alt="">Javascript</li>
<li class="text-yellow"><img class="tool-icon" src="images/icons/jira.png" alt="">Jira</li>
<li class="text-yellow"><img class="tool-icon" src="images/icons/kafka.png" alt="">Kafka</li>
<li class="text-yellow"><img class="tool-icon" src="images/icons/kubernetes.png" alt="">Kubernetes</li>
<li class="text-yellow"><img class="tool-icon" src="images/icons/ksqldb.png" alt="">KsqlDB</li>
<li class="text-yellow"><img class="tool-icon" src="images/icons/laravel.png" alt="">Laravel</li>
<li class="text-yellow"><img class="tool-icon" src="images/icons/mongodb.png" alt="">MongoDB</li>
<li class="text-yellow"><img class="tool-icon" src="images/icons/mysql.png" alt="">MySQL</li>
<li class="text-yellow"><img class="tool-icon" src="images/icons/neo4j.png" alt="">Neo4j</li>
<li class="text-yellow"><img class="tool-icon" src="images/icons/okteto.png" alt="">Okteto</li>
<li class="text-yellow"><img class="tool-icon" src="images/icons/postgres.png" alt="">Postgres</li>
<li class="text-yellow"><img class="tool-icon" src="images/icons/python.png" alt="">Python</li>
<li class="text-yellow"><img class="tool-icon" src="images/icons/rabbitmq.png" alt="">RabbitMQ</li>
<li class="text-yellow"><img class="tool-icon" src="images/icons/redis.png" alt="">Redis</li>
<li class="text-yellow"><img class="tool-icon" src="images/icons/rollbar.png" alt="">Rollbar</li>
<li class="text-yellow"><img class="tool-icon" src="images/icons/ruby.png" alt="">Ruby</li>
<li class="text-yellow"><img class="tool-icon" src="images/icons/rails.png" alt="">Ruby on Rails</li>
<li class="text-yellow"><img class="tool-icon" src="images/icons/solr.png" alt="">Solr</li>
<li class="text-yellow"><img class="tool-icon" src="images/icons/teamretro.png" alt="">TeamRetro</li>
<li class="text-yellow"><img class="tool-icon" src="images/icons/timescaledb.webp" alt="">TimescaleDB</li>
<li class="text-yellow"><img class="tool-icon" src="images/icons/trello.png" alt="">Trello</li>
<li class="text-yellow"><img class="tool-icon" src="images/icons/vue.png" alt="">Vue</li>
</ul>
<span class="text-light">]</span>
</li>
</ul>
</li>
<li class="text-violet">}</li>
</ul>
</div>
</div>
</div>
<!-- END SIDEBAR -->
<!-- SECTION -->
<div class="col-sm-12 col-md-8 bg-grey">
<!-- Personal Statement -->
<div class="row mt-3 animate__animated animate__fadeIn animate__delay-1s">
<div class="col-12 title mb-3 text-dark-blue">
Personal Statement
</div>
<div class="col-12 mt-3 mb-3 px-5">
<p>
I've been coding for many years, willing to face increasingly demanding challenges, and quickly shifted to the engineering management world so that I can hand down what I've learned over my past experiences and support the staff in the day-to-day performance of their jobs, overseeing the design while ensuring the best practices around software development.
</p>
</div>
</div>
<!-- End Personal Statement -->
<!-- Work Experience -->
<div class="row animate__animated animate__fadeIn animate__delay-2s">
<div class="col-12 title mt-4 mb-4 text-dark-blue">
Work Experience
</div>
<!-- Work Experience -->
<dl class="row">
<dt class="col-sm-2 pr-0">
<small class="text-grey text-tiny">
Apr 2023 - Current
</small>
</dt>
<dd class="col-sm-10 relative">
<img src="images/fiscozen-logo.png" class="company-logo img-fluid rounded-end" alt="fiscozen-logo">
<h5 class="card-title text-blue">
Tech Team Leader
</h5>
<h6 class="card-subtitle mb-3">
<a href="https://www.fiscozen.it/" class="text-light-blue" target="_blank">Fiscozen</a>
</h6>
</dd>
<dd class="col-sm-10 offset-sm-2">
<p class="card-text">
Managing an Agile Software Engineering Team, leading Scrum Activities and monitoring the professional growth of the individuals while ensuring the best practices around software development.
</p>
<p class="card-text">
Gathering and providing technical insights during the Product Discovery phase, to accurately define milestones for the roadmap.
</p>
<p class="card-text">
Running technical recruiting interviews to spot potential talent over the candidates' pool.
</p>
</dd>
</dl>
<!-- End Work Experience -->
<!-- Work Experience -->
<dl class="row">
<dt class="col-sm-2 pr-0">
<small class="text-grey text-tiny">
Giu 2023 - Current
</small>
</dt>
<dd class="col-sm-10 relative">
<img src="images/fsi-logo.png" class="company-logo img-fluid rounded-end" alt="fsi-logo">
<h5 class="card-title text-blue">
National Arbiter
</h5>
<h6 class="card-subtitle mb-3">
<a href="https://www.federscacchi.it/" class="text-light-blue" target="_blank">Federazione Scacchistica Italiana</a>
</h6>
</dd>
<dd class="col-sm-10 offset-sm-2">
<p class="card-text">
Directing chess tournaments representing the Italian Chess Federation at official events.
</p>
</dd>
</dl>
<!-- End Work Experience -->
<!-- Work Experience -->
<dl class="row">
<dt class="col-sm-2 pr-0">
<small class="text-grey text-tiny">
Sep 2022 - Apr 2023
</small>
</dt>
<dd class="col-sm-10 relative">
<img src="images/over-haul-logo.png" class="company-logo img-fluid rounded-end" alt="over-haul-logo">
<h5 class="card-title text-blue">
Senior Software Engineer
</h5>
<h6 class="card-subtitle mb-3">
<a href="https://www.over-haul.com/" class="text-light-blue" target="_blank">OverHaul</a>
</h6>
</dd>
<dd class="col-sm-10 offset-sm-2">
<p class="card-text">Developed and maintained a distributed Supply Chain Control and Risk Management platform.</p>
<p class="card-text">
Onboarded into the Engineering Management team by actively participating in decisional, planning and review meetings following Agile methodologies to manage projects from the early analysis to delivery.
</p>
</dd>
</dl>
<!-- End Work Experience -->
<!-- Work Experience -->
<dl class="row">
<dt class="col-sm-2 pr-0">
<small class="text-grey text-tiny">
Oct 2021 - Aug 2022
</small>
</dt>
<dd class="col-sm-10 relative">
<img src="images/extendi-logo.png" class="company-logo img-fluid" alt="extendi-logo">
<h5 class="card-title text-blue">
Lead Software Engineer
</h5>
<h6 class="card-subtitle mb-3">
<a href="https://www.extendi.it/" class="text-light-blue" target="_blank">Extendi</a>
</h6>
</dd>
<dd class="col-sm-10 offset-sm-2">
<p class="card-text">
Supervised the backend development team of <a href="https://www.pulsarplatform.com/" class="text-body" target="_blank">Pulsarplatform</a>, a Social Listening and Audience Intelligence platform.
</p>
<p class="card-text">
Research and development of innovative and practical solutions to overcome Big Data analysis challenges.
</p>
</dd>
</dl>
<!-- End Work Experience -->
<!-- Work Experience -->
<dl class="row">
<dt class="col-sm-2 pr-0">
<small class="text-grey text-tiny">
Mar 2020 - Oct 2021
</small>
</dt>
<dd class="col-sm-10 relative">
<h5 class="card-title text-blue">
Software Engineer
</h5>
<h6 class="card-subtitle mb-3">
<a href="https://www.extendi.it/" class="text-light-blue" target="_blank">Extendi</a>
</h6>
</dd>
<dd class="col-sm-10 offset-sm-2">
<p class="card-text">
Planned, designed, developed, tested, deployed, and maintained large-scale infrastructure applications of <a href="https://www.pulsarplatform.com/" class="text-body" target="_blank">Pulsarplatform</a>.
</p>
</dd>
</dl>
<!-- End Work Experience -->
<!-- Work Experience -->
<dl class="row">
<dt class="col-sm-2 pr-0">
<small class="text-grey text-tiny">
Jul 2019 - Mar 2020
</small>
</dt>
<dd class="col-sm-10 relative">
<img src="images/codever-logo.png" class="company-logo img-fluid" alt="codever-logo">
<h5 class="card-title text-blue">
Full-Stack Developer
</h5>
<h6 class="card-subtitle mb-3">
<a href="https://www.codever.it/" class="text-light-blue" target="_blank">Codever</a>
</h6>
</dd>
<dd class="col-sm-10 offset-sm-2">
<p class="card-text">
Developed and maintained Laravel + Vue applications and websites.
</p>
<p class="card-text">
Provided effective troubleshooting and remediation for web application challenges.
</p>
</dd>
</dl>
<!-- End Work Experience -->
</div>
<!-- End Work Experience -->
<!-- Volunteering -->
<div class="row animate__animated animate__fadeIn animate__delay-3s">
<div class="col-12 title mt-4 mb-4 text-dark-blue">
Volunteering
</div>
<!-- Volunteering Experience -->
<dl class="row">
<dt class="col-sm-2 pr-0">
<small class="text-grey text-tiny">
Dec 2022 - Current
</small>
</dt>
<dd class="col-sm-10 relative">
<img src="images/avis-logo.png" class="company-logo img-fluid rounded-end" alt="avis-logo">
<h5 class="card-title text-blue">
Associate Blood Donor
</h5>
<h6 class="card-subtitle mb-3">
<a href="https://www.avis.it/it" class="text-light-blue" target="_blank">AVIS</a>
</h6>
</dd>
</dl>
<!-- End Volunteering Experience -->
<!-- Volunteering Experience -->
<dl class="row">
<dt class="col-sm-2 pr-0">
<small class="text-grey text-tiny">
Feb 2022 - Jan 2023
</small>
</dt>
<dd class="col-sm-10 relative">
<img src="images/first-ruby-friend-logo.png" class="company-logo img-fluid rounded-end" alt="first-ruby-friend-logo">
<h5 class="card-title text-blue">
Ruby Mentor
</h5>
<h6 class="card-subtitle mb-3">
<a href="https://firstrubyfriend.org/" class="text-light-blue" target="_blank">Firstrubyfriend.org</a>
</h6>
</dd>
</dl>
<!-- End Volunteering Experience -->
</div>
<!-- End Volunteering -->
<!-- Professional Certifications -->
<div class="row animate__animated animate__fadeIn animate__delay-4s">
<div class="col-12 title mt-4 mb-4 text-dark-blue">
Professional Certifications
</div>
<!-- Professional Certification -->
<dl class="row">
<dt class="col-sm-2 pr-0">
<small class="text-grey text-tiny">
Jul 2022
</small>
</dt>
<dd class="col-sm-10 relative">
<img src="images/neo4j-logo.png" class="company-logo img-fluid rounded-end" alt="neo4j-logo">
<h5 class="card-title text-blue">
Neo4j Certified Professional
</h5>
<h6 class="card-subtitle text-light-blue mb-3">
Neo4j Graph Academy
</h6>
<small>
<a href="https://www.google.com/url?q=https://graphacademy.neo4j.com/certificates/1cd3289e9bd004b64b3b3eab4696e9020eed4082cb92294a23f3c7a8f555f30c.pdf&sa=D&source=apps-viewer-frontend&ust=1684772452819005&usg=AOvVaw17uiZQuYksMTH--_4Kp8de&hl=en-GB" class="text-grey" target="_blank">View Certificate</a>
</small>
</dd>
</dl>
<!-- End Professional Certification -->
<!-- Professional Certification -->
<dl class="row">
<dt class="col-sm-2 pr-0">
<small class="text-grey text-tiny">
Dec 2021
</small>
</dt>
<dd class="col-sm-10 relative">
<img src="images/google-logo.png" class="company-logo img-fluid rounded-end" alt="google-logo">
<h5 class="card-title text-blue">
Google Project Management
</h5>
<h6 class="card-subtitle text-light-blue mb-3">
Google - Coursera
</h6>
<small>
<a href="https://www.coursera.org/account/accomplishments/specialization/certificate/ZCQ8E8F4CUAT" class="text-grey" target="_blank">View Certificate</a>
</small>
</dd>
</dl>
<!-- End Professional Certification -->
<!-- Professional Certification -->
<dl class="row">
<dt class="col-sm-2 pr-0">
<small class="text-grey text-tiny">
Jul 2021
</small>
</dt>
<dd class="col-sm-10 relative">
<h5 class="card-title text-blue">
Google Data Analytics
</h5>
<h6 class="card-subtitle text-light-blue mb-3">
Google - Coursera
</h6>
<small>
<a href="https://www.coursera.org/account/accomplishments/specialization/certificate/XXQ4ECB5U798" class="text-grey" target="_blank">View Certificate</a>
</small>
</dd>
</dl>
<!-- End Professional Certification -->
<!-- Professional Certification -->
<dl class="row">
<dt class="col-sm-2 pr-0">
<small class="text-grey text-tiny">
Jun 2021
</small>
</dt>
<dd class="col-sm-10 relative">
<img src="images/harvard-logo.png" class="company-logo img-fluid rounded-end" alt="harvard-logo">
<h5 class="card-title text-blue">
CS50AI - AI w/ Python
</h5>
<h6 class="card-subtitle text-light-blue mb-3">
Harvard - EdX
</h6>
<small>
<a href="https://certificates.cs50.io/e86da655-ed05-4006-b3c3-4b45e2d56966.pdf?size=letter" class="text-grey" target="_blank">View Certificate</a>
</small>
</dd>
</dl>
<!-- End Professional Certification -->
<!-- Professional Certification -->
<dl class="row">
<dt class="col-sm-2 pr-0">
<small class="text-grey text-tiny">
Jul 2019
</small>
</dt>
<dd class="col-sm-10 relative">
<img src="images/regione-toscana-logo.png" class="company-logo img-fluid" alt="regione-toscana-logo">
<h5 class="card-title text-blue">
Master of Web Development
</h5>
<h6 class="card-subtitle text-light-blue mb-3">
Regione Toscana
</h6>
</dd>
</dl>
<!-- End Professional Certification -->
</div>
<!-- End Professional Certifications -->
<!-- Certifications -->
<div class="row animate__animated animate__fadeIn animate__delay-5s">
<div class="col-12 title mt-4 mb-4 text-dark-blue">
Certifications
</div>
<!-- Certification -->
<dl class="row">
<dt class="col-sm-2 pr-0">
<small class="text-grey text-tiny">
Giu 2022
</small>
</dt>
<dd class="col-sm-10 relative">
<img src="images/fide-logo.png" class="company-logo img-fluid" alt="fide-logo">
<h5 class="card-title text-blue">
FIDE National Arbiter
</h5>
<h6 class="card-subtitle text-light-blue mb-3">
FIDE - Interational Chess Federation
</h6>
</dd>
</dl>
<!-- End Certification -->
<!-- Certification -->
<dl class="row">
<dt class="col-sm-2 pr-0">
<small class="text-grey text-tiny">
Apr 2022
</small>
</dt>
<dd class="col-sm-10 relative">
<img src="images/atlassian-logo.png" class="company-logo img-fluid" alt="atlassian-logo">
<h5 class="card-title text-blue">
Confluence Foundamentals Badge
</h5>
<h6 class="card-subtitle text-light-blue mb-3">
Atlassian University
</h6>
<small>
<a href="https://university.atlassian.com/student/award/u1zyxxK8zX6cc9zFNRJ6PeNK" class="text-grey" target="_blank">View Certificate</a>
</small>
</dd>
</dl>
<!-- End Certification -->
<!-- Certification -->
<dl class="row">
<dt class="col-sm-2 pr-0">
<small class="text-grey text-tiny">
Mar 2022
</small>
</dt>
<dd class="col-sm-10 relative">
<h5 class="card-title text-blue">
Jira Foundamentals Badge
</h5>
<h6 class="card-subtitle text-light-blue mb-3">
Atlassian University
</h6>
<small>
<a href="https://university.atlassian.com/student/award/iUthhhtFCy9orjoRUnBvCGMm" class="text-grey" target="_blank">View Certificate</a>
</small>
</dd>
</dl>
<!-- End Certification -->
<!-- Certification -->
<dl class="row">
<dt class="col-sm-2 pr-0">
<small class="text-grey text-tiny">
Jun 2022
</small>
</dt>
<dd class="col-sm-10 relative">
<img src="images/mongodb-logo.png" class="company-logo img-fluid" alt="mongodb-logo">
<h5 class="card-title text-blue">
M001: MongoDB Basics
</h5>
<h6 class="card-subtitle text-light-blue mb-3">
MongoDB University
</h6>
<small>
<a href="https://university.mongodb.com/course_completion/0bd7a20b-6614-493f-97f5-14a8b101d327" class="text-grey" target="_blank">View Certificate</a>
</small>
</dd>
</dl>
<!-- End Certification -->
<!-- Certification -->
<dl class="row">
<dt class="col-sm-2 pr-0">
<small class="text-grey text-tiny">
Jun 2022
</small>
</dt>
<dd class="col-sm-10 relative">
<h5 class="card-title text-blue">
M100: MongoDB for SQL Pros
</h5>
<h6 class="card-subtitle text-light-blue mb-3">
MongoDB University
</h6>
<small>
<a href="https://university.mongodb.com/course_completion/7d927356-a930-4d8b-8fd3-b959abab8edd" class="text-grey" target="_blank">View Certificate</a>
</small>
</dd>
</dl>
<!-- End Certification -->
<!-- Certification -->
<dl class="row">
<dt class="col-sm-2 pr-0">
<small class="text-grey text-tiny">
Jun 2022
</small>
</dt>
<dd class="col-sm-10 relative">
<h5 class="card-title text-blue">
M112: Diagnostic Thinking
</h5>
<h6 class="card-subtitle text-light-blue mb-3">
MongoDB University
</h6>
<small>
<a href="https://university.mongodb.com/course_completion/5e6fea82-f0e2-4f9d-8865-b8d541fe9d59" class="text-grey" target="_blank">View Certificate</a>
</small>
</dd>
</dl>
<!-- End Certification -->
<!-- Certification -->
<dl class="row">
<dt class="col-sm-2 pr-0">
<small class="text-grey text-tiny">
Jun 2022
</small>
</dt>
<dd class="col-sm-10 relative">
<h5 class="card-title text-blue">
M150: Authentication & Authorization
</h5>
<h6 class="card-subtitle text-light-blue mb-3">
MongoDB University
</h6>
<small>
<a href="https://university.mongodb.com/course_completion/59621f8b-2117-4da8-8ec5-33c332f7e107" class="text-grey" target="_blank">View Certificate</a>
</small>
</dd>
</dl>
<!-- End Certification -->
<!-- Certification -->
<dl class="row">
<dt class="col-sm-2 pr-0">
<small class="text-grey text-tiny">
Jul 2022
</small>
</dt>
<dd class="col-sm-10 relative">
<img src="images/influxdb-logo.png" class="company-logo img-fluid" alt="influxdb-logo">
<h5 class="card-title text-blue">
InfluxDB Essentials
</h5>
<h6 class="card-subtitle text-light-blue mb-3">
InfluxDB University
</h6>
<small>
<a href="https://university.influxdata.com/certificates/906c277919ec4d46bdadfcf100a5b23a/" class="text-grey" target="_blank">View Certificate</a>
</small>
</dd>
</dl>
<!-- End Certification -->
<!-- Certification -->
<dl class="row">
<dt class="col-sm-2 pr-0">
<small class="text-grey text-tiny">
Jul 2022
</small>
</dt>
<dd class="col-sm-10 relative">
<h5 class="card-title text-blue">
Data Collection with Telegraf
</h5>
<h6 class="card-subtitle text-light-blue mb-3">
InfluxDB University
</h6>
<small>
<a href="https://university.influxdata.com/certificates/0a90bfe7b2a54b2fbc0b8faf2b7b2502/" class="text-grey" target="_blank">View Certificate</a>
</small>
</dd>
</dl>
<!-- End Certification -->
<!-- Certification -->
<dl class="row">
<dt class="col-sm-2 pr-0">
<small class="text-grey text-tiny">
Jul 2022
</small>
</dt>
<dd class="col-sm-10 relative">
<h5 class="card-title text-blue">
Exploring InfluxDB Cloud
</h5>
<h6 class="card-subtitle text-light-blue mb-3">
InfluxDB University
</h6>
<small>
<a href="https://university.influxdata.com/certificates/2eb85784e8c74a9cb6cdf8f12e4e9d5b/" class="text-grey" target="_blank">View Certificate</a>
</small>
</dd>
</dl>
<!-- End Certification -->
<!-- Certification -->
<dl class="row">
<dt class="col-sm-2 pr-0">
<small class="text-grey text-tiny">
Oct 2020
</small>
</dt>
<dd class="col-sm-10 relative">
<img src="images/google-logo.png" class="company-logo img-fluid" alt="google-logo">
<h5 class="card-title text-blue">
Digital Training
</h5>
<h6 class="card-subtitle text-light-blue mb-3">
Google
</h6>
<small>
<a href="https://learndigital.withgoogle.com/digitaltraining/validate-certificate-code" class="text-grey" target="_blank">View Certificate</a> ID: KTW VMP 42V
</small>
</dd>
</dl>
<!-- End Certification -->
</div>
</div>
<!-- END SECTION -->
</div>
<footer class=" d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">
<div class="col-md-4 d-flex align-items-center">
<span class="mb-3 mb-md-0 text-light">© 2023 Lapo Elisacci</span>
</div>
<ul class="nav col-md-4 justify-content-end list-unstyled d-flex">
<li class="ms-3"><a class="text-light" href="https://www.linkedin.com/in/lapo-elisacci/" target="_blank">LinkedIn</a></li>
<li class="ms-3"><a class="text-light" href="https://github.com/LapoElisacci" target="_blank">Github</a></li>
<li class="ms-3"><a class="text-light" href="https://rubygems.org/profiles/LapoElisacci" target="_blank">RubyGems</a></li>
</ul>
</footer>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe" crossorigin="anonymous"></script>
</body>
</html>