-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcv.json
205 lines (205 loc) · 6.16 KB
/
cv.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
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
{
"basics": {
"name": "Sebastián Salazar Solano",
"label": "Software developer",
"image": "/me.webp",
"email": "[email protected]",
"phone": "+506 85606405",
"summary": "A software engineering student, I am passionate about technology, innovation and renewable energy. Committed to technical excellence and creative problem solving, I seek opportunities to apply my knowledge in a dynamic environment and contribute to the development of innovative solutions.",
"location": {
"address": "",
"postalCode": "30201",
"city": "Paraíso",
"countryCode": "CRC",
"country": "Costa Rica"
},
"profiles": [
{
"network": "LinkedIn",
"username": "Sebastián Salazar Solano",
"url": "https://www.linkedin.com/in/sebastian-salazar-solano/"
},
{
"network": "GitHub",
"username": "salazarsebas",
"url": "https://github.com/salazarsebas"
}
]
},
"work": [
{
"name": "Personal Projects",
"position": "Software developer",
"startDate": "2023-01-01",
"endDate": null,
"summary": "Doing personal projects to improve my software development skills and working on projects as a freelance developer.",
"highlights": [
"The accomplishments are many, starting with the knowledge acquired"
]
}
],
"education": [
{
"institution": "Universidad Internacional de las Amércias",
"url": "https://uia.ac.cr/",
"area": "Software Engineering",
"studyType": "Bachelor",
"startDate": "2023-01-15",
"endDate": null,
"score": "9.3",
"courses": [
"DB1101 - Data Structures and Algorithms"
]
}
],
"certificates": [
{
"name": "Scrum Foundation Professional Certification",
"date": "2024-05",
"issuer": "CertiProf"
},
{
"name": "Introduction to Cybersecurity",
"date": "2023-04",
"issuer": "Cisco"
},
{
"name": "Introduction to Data Science",
"date": "2023-11",
"issuer": "Cisco"
},
{
"name": "Python Essentials I",
"date": "2023-05",
"issuer": "Cisco"
}
],
"skills": [
{
"name": "HTML",
"keywords": [
"Web development", "Frontend"
]
},
{
"name": "CSS",
"keywords": [
"Web development", "Frontend", "Responsive Design"
]
},
{
"name": "JavaScript",
"keywords": [
"Web development", "Frontend", "Backend", "Fullstack"
]
},
{
"name": "Java",
"keywords": [
"Android Mobile Development", "Web Application Development", "Backend", "Videogames Development"
]
},
{
"name": "Python",
"keywords": [
"Web development", "Backend", "Data Science", "Artificial Intelligence"
]
},
{
"name": "MySQL",
"keywords": [
"Bases de Datos", "SQL", "Database"
]
},
{
"name": "Git",
"keywords": [
"Version control", "Collaboration", "Source code"
]
},
{
"name": "SQL",
"keywords": [
"Database", "SQL", "Base de datos"
]
},
{
"name": "astro",
"keywords": [
"Web development", "Frontend", "Minismalist"
]
},
{
"name": "GitHub",
"keywords": [
"Version control", "Collaboration", "Source code", "Git"
]
}
],
"languages": [
{
"language": "Spanish",
"fluency": "Native speaker"
},
{
"language": "English",
"fluency": "Intermediate"
}
],
"projects": [
{
"name": "Web for Vivero La Orquídea",
"isActive": true,
"description": "A minimalist website developed with astro, containing dark and light mode, also a gallery of orchids, for a small business selling orchids.",
"highlights": [
"Web",
"Orchids"
],
"url": ""
},
{
"name": "API Rest Countries",
"isActive": false,
"description": "This C# .NET MAUI Blazor project uses the Rest Countries API to display detailed, accessible information about countries worldwide, including their flags and key data, in a user-friendly interface.",
"highlights": [
"API",
"Images from the API"
],
"url": ""
},
{
"name": "Minimalist Resume",
"isActive": true,
"description": "Minimalist resume made with Astro, very aesthetic.",
"highlights": [
"Minimalist"
],
"url": ""
},
{
"name": "Snake Game",
"description": "The snake game, very intuitive, displays the score obtained by the player.",
"highlights": [
"Very funny"
],
"url": ""
},
{
"name": "Stopwatch and clock",
"description": "A clock and a stopwatch programmed in Java (with graphical interface).",
"highlights": [
"Real-time clock",
"Timekeeping"
],
"url": ""
},
{
"name": "Calculator App",
"description": "A calculator programmed in Java (with graphical interface), with performs all basic level operations.",
"highlights": [
"Simple calculations"
],
"url": ""
}
]
}