-
Notifications
You must be signed in to change notification settings - Fork 329
/
cv_english.json
275 lines (275 loc) · 7.46 KB
/
cv_english.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
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
{
"basics": {
"name": "Miguel Ángel Durán",
"label": "Full-Stack developer with more than 15 years of experience & development content creator",
"image": "/me.webp",
"email": "[email protected]",
"phone": "+34 688888888",
"url": "https://midu.dev",
"summary": "+15 years of experience as a web developer. Currently I am a content creator and development dommunicator. I live in Barcelona, Spain. I have worked in different environments: from accelerating the development of start-ups to leading teams in multinational companies.",
"location": {
"address": "",
"postalCode": "08820",
"city": "el Prat de Llobregat",
"countryCode": "ES",
"region": "Spain"
},
"profiles": [
{
"network": "LinkedIn",
"username": "midudev",
"url": "https://linkedin.com/in/midudev"
},
{
"network": "X",
"username": "midudev",
"url": "https://x.com/midudev"
},
{
"network": "GitHub",
"username": "midudev",
"url": "https://github.com/midudev"
}
]
},
"work": [
{
"name": "midudev",
"position": "Web programming communicator",
"url": "https://twitch.tv/midudev",
"startDate": "2021-01-01",
"endDate": null,
"summary": "Most watched development streamer in Spanish on Twitch. +1 million followers across all my social networks. Recognised by Google, Microsoft and GitHub for my impact on the development community.",
"highlights": [
"Started the company"
]
},
{
"name": "Adevinta",
"position": "Lead Frontend Architect",
"url": "https://twitch.tv/midudev",
"startDate": "2016-06-01",
"endDate": "2022-09-01",
"summary": "I led a technical convergence between different products and migrated from a monolithic architecture to a more flexible and optimised one. I fostered best practices and performance culture improvements, as well as rapid delivery of value to users.",
"highlights": [
"Started the company"
]
},
{
"name": "Hubii",
"position": "Senior FrontEnd Developer",
"startDate": "2011-03-01",
"endDate": "2016-05-01",
"summary": "I developed a geolocated news platform and an API to consume the information. Scaled services to support the load of over hundreds of thousands of requests per day. Cut delivery times and deployments to production by half. Collaborated with Mozilla and Telefónica to develop the first FirefoxOS TV app.",
"highlights": [
"Started the company"
]
}
],
"volunteer": [{
"organization": "Organization",
"position": "Volunteer",
"url": "https://organization.com/",
"startDate": "2012-01-01",
"endDate": "2013-01-01",
"summary": "Description…",
"highlights": [
"Awarded 'Volunteer of the Month'"
]
}],
"education": [{
"institution": "Universitat Oberta de Catalunya",
"url": "https://www.uoc.edu/portal/es/index.html",
"area": "Software Engineer",
"studyType": "Bachelor",
"startDate": "2003-01-01",
"endDate": "2009-01-01",
"score": "4.0",
"courses": [
"DB1101 - Basic SQL"
]
}],
"awards": [{
"title": "Award",
"date": "2014-11-01",
"awarder": "Company",
"summary": "There is no spoon."
}],
"certificates": [{
"name": "Certificate",
"date": "2021-11-07",
"issuer": "Company",
"url": "https://certificate.com"
}],
"publications": [{
"name": "Publication",
"publisher": "Company",
"releaseDate": "2014-10-01",
"url": "https://publication.com",
"summary": "Description…"
}],
"skills": [
{
"name": "HTML",
"level": "Master",
"keywords": [
"Web development", "Frontend"
]
},
{
"name": "CSS",
"level": "Master",
"keywords": [
"Web development", "Frontend", "Diseño Responsive"
]
},
{
"name": "JavaScript",
"level": "Master",
"keywords": [
"Web development", "Frontend", "Backend", "Fullstack"
]
},
{
"name": "Tailwind",
"level": "Advanced",
"keywords": [
"Web development", "Frontend", "CSS Framework", "Diseño Responsive"
]
},
{
"name": "TypeScript",
"level": "Advanced",
"keywords": [
"Web development", "Frontend", "Backend", "JavaScript Superset"
]
},
{
"name": "Node",
"level": "Advanced",
"keywords": [
"Web development", "Backend", "JavaScript", "Servidor"
]
},
{
"name": "MySQL",
"level": "Advanced",
"keywords": [
"Bases de Datos", "SQL", "Database", "Backend"
]
},
{
"name": "Git",
"level": "Advanced",
"keywords": [
"Version control", "Colaboración", "Source code"
]
},
{
"name": "GitHub",
"level": "Advanced",
"keywords": [
"Version control", "Collaboration", "Source code", "Git"
]
},
{
"name": "Next.js",
"level": "Advanced",
"keywords": [
"Web development", "Frontend", "React Framework", "SSR", "Static Generation"
]
},
{
"name": "React",
"level": "Advanced",
"keywords": [
"Web development", "Frontend", "JavaScript Library", "UI"
]
}
],
"languages": [
{
"language": "Spanish",
"fluency": "Native speaker"
},
{
"language": "English",
"fluency": "Advanced"
}
],
"interests": [{
"name": "Wildlife",
"keywords": [
"Ferrets",
"Unicorns"
]
}],
"references": [{
"name": "Jane Doe",
"reference": "Reference…"
}],
"projects": [
{
"name": "mars.codes",
"isActive": true,
"description": "Interactive story with programming challenges to travel to Mars",
"highlights": [
"Choose your own adventure",
"In progress"
],
"url": "https://mars.codes"
},
{
"name": "AdventJS",
"isActive": true,
"description": "JavaScript programming challenges for every day of December until Christmas",
"highlights": [
"+1 million visits",
"Multilanguage",
"JavaScript & TypeScript"
],
"url": "https://advent.js/dev"
},
{
"name": "Codember",
"isActive": true,
"description": "Interactive programming game with challenges and secrets",
"highlights": [
"+2000 active users",
"Challenges for any language"
],
"url": "https://codember.dev"
},
{
"name": "codi.link",
"isActive": true,
"description": "Playground of HTML, CSS and JavaScript code for sharing",
"highlights": [
"100k monthly visit",
"Developed by the community"
],
"url": "https://codi.link",
"github": "https://github.com/midudev/codi.link"
},
{
"name": "Pruebas Técnicas",
"isActive": true,
"description": "List of technical tests of companies to practice programming",
"highlights": [
"100% free",
"+500 community solutions"
],
"url": "https://pruebastecnicas.com",
"github": "https://github.com/midudev/pruebas-tecnicas"
},
{
"name": "miduConf",
"description": "Streaming programming conference for the Spanish-speaking community with top talks",
"highlights": [
"+15k tickets handed over",
"+50k live viewers"
],
"url": "https://miduconf.com"
}
]
}