Last active
January 14, 2021 17:59
-
-
Save ignaciobll/0349ea586fc92764de643c0d1ca454bf to your computer and use it in GitHub Desktop.
CV
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
{ | |
"$schema": "https://json.schemastore.org/resume", | |
"basics": { | |
"name": "Ignacio Ballesteros González", | |
"label": "--", | |
"image": "", | |
"email": "[email protected]", | |
"phone": "", | |
"url": "", | |
"summary": "", | |
"location": { | |
"countryCode": "ES", | |
"address": "" | |
}, | |
"profiles": [ | |
{ | |
"network": "LinkedIn", | |
"username": "ACoAABRDt-IBParXlHUYDCGgUGdpU20YXKK9G4g", | |
"url": "https://www.linkedin.com/in/ACoAABRDt-IBParXlHUYDCGgUGdpU20YXKK9G4g/" | |
} | |
] | |
}, | |
"work": [ | |
{ | |
"name": "VIPERA Plc", | |
"startDate": "2019-08-31", | |
"endDate": "2021-01-14", | |
"highlights": [], | |
"url": "https://www.linkedin.com/company/vipera-plc/" | |
}, | |
{ | |
"name": "Universidad Politécnica de Madrid", | |
"startDate": "2019-05-31", | |
"endDate": "2019-07-31", | |
"highlights": [], | |
"url": "https://www.linkedin.com/school/universidad-politecnica-de-madrid/" | |
} | |
], | |
"volunteer": [], | |
"education": [ | |
{ | |
"institution": "Universidad Politécnica de Madrid", | |
"area": "Ingeniería informática", | |
"studyType": "Grado en Ingeniería", | |
"startDate": "2014-12-31", | |
"endDate": "2019-12-31", | |
"gpa": "", | |
"courses": [] | |
}, | |
{ | |
"institution": "Universidad Politécnica de Madrid", | |
"area": "Formal Methods", | |
"studyType": "Master's degree", | |
"startDate": "2019-09-09", | |
"endDate": "2021-06-01", | |
"gpa": "", | |
"courses": [] | |
} | |
], | |
"awards": [], | |
"publications": [], | |
"skills": [ | |
{ | |
"name": "Python", | |
"level": "", | |
"keywords": [] | |
}, | |
{ | |
"name": "Linux", | |
"level": "", | |
"keywords": [] | |
}, | |
{ | |
"name": "Git", | |
"level": "", | |
"keywords": [] | |
}, | |
{ | |
"name": "Desarrollo de software", | |
"level": "", | |
"keywords": [] | |
}, | |
{ | |
"name": "Erlang", | |
"level": "", | |
"keywords": [] | |
}, | |
{ | |
"name": "SQL", | |
"level": "", | |
"keywords": [] | |
}, | |
{ | |
"name": "Programación", | |
"level": "", | |
"keywords": [] | |
}, | |
{ | |
"name": "Haskell", | |
"level": "", | |
"keywords": [] | |
} | |
], | |
"languages": [ | |
{ | |
"language": "es", | |
"fluency": "Native Speaker" | |
} | |
], | |
"interests": [], | |
"references": [], | |
"projects": [], | |
"meta": { | |
"version": "v0.1.3", | |
"canonical": "https://github.com/jsonresume/resume-schema/blob/v0.1.3/schema.json" | |
}, | |
"certificates": [ | |
{ | |
"title": "Functional programming in Scala", | |
"issuer": "Habla Computing", | |
"endDate": "2016-12-31", | |
"startDate": "2016-11-30", | |
"url": "http://www.hablapps.com/#functional-101-ed5" | |
}, | |
{ | |
"title": "Introduction to Scala", | |
"issuer": "Habla Computing", | |
"endDate": "2016-11-30", | |
"startDate": "2016-11-30", | |
"url": "http://www.hablapps.com/#scala-101-ed4" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment