Last active
July 19, 2023 09:39
-
-
Save jesujcastillom/5465c3c7b4b4320fdd906dce95b7d8d9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"meta": { | |
"theme": "elegant" | |
}, | |
"basics": { | |
"name": "Jesú Castillo", | |
"label": "Frontend Developer", | |
"email": "[email protected]", | |
"location": { | |
"city": "Haarlem", | |
"countryCode": "NL" | |
}, | |
"profiles": [ | |
{ | |
"network": "LinkedIn", | |
"username": "jesucastillo", | |
"url": "https://www.linkedin.com/in/jesucastillo" | |
}, | |
{ | |
"network": "Twitter", | |
"username": "jesujcastillom", | |
"url": "https://twitter.com/jesujcastillom" | |
} | |
] | |
}, | |
"work": [ | |
{ | |
"name": "Booking.com", | |
"location": "Amsterdam, The Netherlands", | |
"description": "Online travel agency", | |
"position": "Software Engineer II", | |
"url": "https://www.booking.com", | |
"startDate": "2023-02-01" | |
}, | |
{ | |
"name": "Adyen N.V.", | |
"location": "Amsterdam, The Netherlands", | |
"description": "Payments service provider", | |
"position": "Frontend Engineer", | |
"url": "https://www.adyen.com/", | |
"startDate": "2021-03-01", | |
"endDate": "2023-01-31" | |
}, | |
{ | |
"name": "Evernote Corporation", | |
"location": "Santiago, Chile", | |
"description": "Note taking app", | |
"position": "Software Development Engineer", | |
"url": "https://www.evernote.com/", | |
"startDate": "2019-08-01", | |
"endDate": "2020-02-26" | |
}, | |
{ | |
"name": "Rankmi SPA", | |
"location": "Santiago, Chile", | |
"description": "HR SaaS Company", | |
"position": "Frontend Engineer", | |
"url": "https://www.rankmi.com/", | |
"startDate": "2017-05-15", | |
"endDate": "2019-07-19" | |
}, | |
{ | |
"name": "Adasme TI SPA", | |
"location": "Santiago, Chile", | |
"description": "Software Development Consultancy", | |
"position": "Software Development Engineer", | |
"url": "https://adasme.org/", | |
"startDate": "2016-11-24", | |
"endDate": "2017-05-12" | |
} | |
], | |
"education": [ | |
{ | |
"institution": "Universidad de Oriente", | |
"url": "http://www.anz.udo.edu.ve/", | |
"area": "Computers Science", | |
"studyType": "Bachelor", | |
"startDate": "2009-10-19", | |
"endDate": "2016-08-12" | |
} | |
], | |
"skills": [ | |
{ | |
"name": "Web Development", | |
"level": "Senior", | |
"keywords": ["HTML", "CSS", "JavaScript", "React", "Vue", "D3"] | |
} | |
], | |
"languages": [ | |
{ | |
"language": "Spanish", | |
"fluency": "Native" | |
}, | |
{ | |
"language": "English", | |
"fluency": "C1" | |
}, | |
{ | |
"language": "Dutch", | |
"fluency": "A1" | |
}, | |
{ | |
"language": "Italian", | |
"fluency": "A1" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment