-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.json
84 lines (82 loc) · 3.09 KB
/
resume.json
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
{
"IMPORTANTE": "Mettere in alto le informazioni più recenti per ripettare l'ordine cronologico",
"IMPORTANT": "Put the most recent information at the top to respect the chronological order",
"education": [
{
"school_logo": "sapienza.jpg",
"school_it": "Sapienza University of Rome",
"time_it": "2024 — Now",
"description_it": "Master's degree in Computer Science focused on Artificial Intelligence and Data Science"
},
{
"school_logo": "sapienza.jpg",
"school_it": "Sapienza University of Rome",
"time_it": "2021 — 2024",
"description_it": "Bachelor's degree in Computer Engineering"
},
{
"school_logo": "fermi.png",
"school_it": "Enrico Fermi Technical High School",
"time_it":"2016 — 2021",
"description_it": "High School diploma in Computer Science"
}
],
"experience": [
{
"logo": "digilab.jpg",
"title_it": "Web Developer Scolarship @ DigiLab Sapienza",
"time_it": "2024 - Now",
"description_it": "Work as web developer at DigiLab Sapienza, a university laboratory focused on innovation and technology"
},
{
"logo": "winch.webp",
"title_it": "Steward @ Winch",
"time_it": "2023 - 2024",
"description_it": "Work as steward at Stadio Olimpico in Rome during football matches and concerts"
},
{
"logo": "asi.jpg",
"time_it": "2018 - 2019",
"title_it": "CanSat Competition @ Italian Space Agency & E. Fermi High School",
"description_it": "Work as software developer in a team that partecipated in the CanSat competition organized by the Italian Space Agency"
}
],
"certifications": [
{
"logo": "cambridge.jpeg",
"title_it": "Cambridge English B2",
"time_it": "2021",
"description_it": "Certification of English language proficiency"
},
{
"logo": "cc.jpg",
"title_it": "CyberChallenge.IT",
"time_it": "2020",
"description_it": "Certification of CyberSecurity skills"
},
{
"logo": "mongodb.png",
"title_it": "MongoDB Basics M001",
"time_it": "2020",
"description_it": "Certification of CyberSecurity skills"
},
{
"logo": "cisco.png",
"title_it": "Cisco CyberSecurity Essentials",
"time_it": "2020",
"description_it": "Certification of CyberSecurity skills"
},
{
"logo": "cisco.png",
"title_it": "Cisco Introduction to CyberSecurity",
"time_it": "2020",
"description_it": "Certification of basic CyberSecurity skills"
},
{
"logo": "cisco.png",
"title_it": "Cisco IT Essentials",
"time_it": "2019",
"description_it": "Certification of basic IT skills"
}
]
}