forked from lucafaggianelli/resume-stack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.json
175 lines (175 loc) · 4.55 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
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
{
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/master/schema.json",
"basics": {
"name": "John Doe",
"label": "Software Engineer",
"summary": "Highly motivated software engineer with experience in developing web applications and strong problem-solving skills. Passionate about writing clean and efficient code to create user-friendly experiences.",
"image": "https://i.pravatar.cc/150?u=myprofile",
"location": {
"address": "Grand Place 1",
"city": "Brussels",
"postalCode": "1000",
"region": "Brussels Capital Region",
"countryCode": "BE"
},
"url": "https://velvetlab.tech",
"phone": "+32 123 456789",
"email": "[email protected]"
},
"education": [
{
"institution": "University of ABC",
"studyType": "BSc",
"area": "Computer Science",
"startDate": "2015",
"endDate": "2019"
}
],
"languages": [
{
"language": "Italian",
"fluency": "Native speaker"
},
{
"language": "French",
"fluency": "Working proficiency"
},
{
"language": "English",
"fluency": "Working proficiency"
},
{
"language": "Portuguese",
"fluency": "Basic"
}
],
"work": [
{
"name": "Resume Stack",
"logo": "/logo/company-3.svg",
"position": "Author",
"summary": "Created a resume template using HTML and CSS",
"startDate": "2023",
"highlights": [
"Created a resume template using HTML and CSS",
"Published the template on GitHub",
"Wrote a tutorial on how to create a resume using the template"
],
"location": "Remote",
"url": "https://github.com/lucafaggianelli/resume-stack"
},
{
"name": "ABC Corporation",
"logo": "/logo/company-2.svg",
"position": "Software Engineer",
"summary": "Designed and developed scalable web applications",
"startDate": "2019",
"endDate": "2021",
"highlights": [
"Designed and developed scalable web applications",
"Implemented RESTful APIs for data retrieval and manipulation",
"Optimized database queries for improved performance"
],
"location": "Brussels, Belgium"
},
{
"name": "XYZ Company",
"logo": "/logo/company-1.svg",
"position": "Software Engineer Intern",
"summary": "Developed and maintained web applications using HTML, CSS, and JavaScript",
"startDate": "2018",
"endDate": "2019",
"highlights": [
"Developed and maintained web applications using HTML, CSS, and JavaScript",
"Collaborated with team members to implement new features and resolve bugs",
"Conducted code reviews and provided feedback on coding best practices"
],
"location": "New York, NY"
}
],
"volunteer": [
{
"organization": "Beach Cleanup",
"position": "Volunteer",
"url": "https://organization.com",
"startDate": "2012-01-01",
"endDate": "2013-01-01",
"summary": "Cleanup south Italy beaches every weekend",
"highlights": [
"Awarded 'Volunteer of the Month'",
"Removed tons and tons of trash from the beaches"
]
}
],
"projects": [
{
"name": "An amazing Project",
"startDate": "2023-01-01",
"endDate": "2023-05-01",
"summary": "Summary...",
"highlights": [
"Won award at AIHacks 2016"
],
"url": "https://project.com/"
}
],
"skills": [
{
"name": "Java",
"level": "Advanced"
},
{
"name": "JavaScript",
"level": "Advanced"
},
{
"name": "HTML",
"level": "Advanced"
},
{
"name": "CSS",
"level": "Advanced"
},
{
"name": "Spring Framework",
"level": "Advanced"
},
{
"name": "Database Management",
"level": "Advanced"
},
{
"name": "Problem-solving",
"level": "Advanced"
},
{
"name": "Teamwork",
"level": "Advanced"
}
],
"certificates": [
{
"issuer": "PMI",
"name": "Project Management Professional",
"date": "2018",
"url": "https://www.pmi.org/certifications/types/project-management-pmp"
}
],
"awards": [
{
"title": "TopDad",
"date": "2023-03-12",
"awarder": "Family",
"summary": "Best dad ever"
}
],
"publications": [
{
"name": "New semiconductor materials",
"publisher": "IEEE",
"releaseDate": "2023-10-01",
"url": "https://www.ieee.org/",
"summary": "A new way to create semiconductors"
}
]
}