Skip to content

Instantly share code, notes, and snippets.

@unmonoqueteclea
Last active July 20, 2023 10:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save unmonoqueteclea/b9cbe561fc498719916e92a69c2666cf to your computer and use it in GitHub Desktop.
Save unmonoqueteclea/b9cbe561fc498719916e92a69c2666cf to your computer and use it in GitHub Desktop.
CV Resume in JSON Resume format
{
"meta": {
"theme": "short"
},
"basics": {
"name": "Pablo González Carrizo",
"label": "Full-Stack Engineer",
"picture": "https://media.licdn.com/dms/image/D4D03AQGleXWaJjsPLA/profile-displayphoto-shrink_800_800/0/1674844697240?e=1695254400&v=beta&t=P7ULPJPKyFzD7W1eGSGoQfteDpTFfJZKfKNFNahSd-Q",
"image": "https://media.licdn.com/dms/image/D4D03AQGleXWaJjsPLA/profile-displayphoto-shrink_800_800/0/1674844697240?e=1695254400&v=beta&t=P7ULPJPKyFzD7W1eGSGoQfteDpTFfJZKfKNFNahSd-Q",
"email": "pgonzalezcarrizo@gmail.com",
"phone": "+34 686899046",
"website": "https://unmonoqueteclea.github.io/",
"summary": "I consider myself an end-to-end engineer, the kind of engineer that can transform product ideas into prototypes in a few nights with some cups of tea 🍵. \n\nSoftware is eating the world and Machine Learning is eating software. I've spent some years dealing with the development of Machine Learning-based products and I learned to design creative solutions for complex problems in this new paradigm. \n\n 🎧 In my free time, I maintain my little side project: voilib.com, an AI-based search engine for podcasts. If you are a podcast addict like me, you will like it!",
"location": {
"city": "Valencia",
"countryCode": "ES",
"region": "España"
},
"profiles": [
{
"network": "LinkedIn",
"username": "pgonzalezcarrizo",
"url": "https://www.linkedin.com/in/pgonzalezcarrizo/"
},
{
"network": "Twitter",
"username": "unmonoqueteclea",
"url": "https://twitter.com/unmonoqueteclea"
}
]
},
"work": [
{ "company": "Accushoot, Inc",
"position": "Full-Stack Engineer",
"website": "https://accushoot.com/",
"startDate": "2021-09",
"summary": "My involvement in this spin-off of BigML spans both the backend (Python/Django/Django Rest Framework) and frontend (VueJS) aspects, ensuring the seamless integration and functionality of the overall system.\n\nIn addition to my regular duties, I hold the responsibility of developing Computer Vision systems focused on analyzing shooters' body poses to provide guidance and assistance."
},
{
"company": "BigML, Inc",
"position": "Full-Stack Engineer",
"website": "https://bigml.com",
"startDate": "2018-09",
"summary": "At BigML, I lead projects that involve the creation of Machine Learning-driven web applications, leveraging the capabilities of the BigML platform. Additionally, I actively contribute to our platform's backend by developing new features.\n\n My daily responsibilities encompass a wide range of tasks, including backend development using Python (Django), frontend development using VueJS, and various Machine Learning-related activities such as feature engineering, model training, evaluation, and deployment."
},
{ "company": "ANBAN (Spanish Big Data Association)",
"position": "Machine Learning Trainer",
"website": "https://asociacionbigdata.es/",
"startDate": "2022-11",
"summary": "Educating individuals with no prior experience in Machine Learning by teaching them the fundamental concepts of this field. Through my instruction, I aim to provide a solid foundation and understanding of the key principles and techniques used in Machine Learning."
},
{
"company": "SolidQ (acquired by Grupo Verne)",
"endDate": "2017-07-31",
"highlights": [],
"position": "Data Platform Specialist",
"startDate": "2017-01-31",
"summary": "Database work and automation of ETL tasks using SQL Server and SQL Server Integration Services.",
"website": "https://www.crunchbase.com/organization/solidq"
},
{
"company": "Mobile Vision Research Lab, Universidad Alicante",
"endDate": "2016-06-30",
"highlights": [],
"position": "Internship Trainee",
"startDate": "2015-06-30",
"summary": "I gained extensive knowledge in Computer Vision based on Aruco markers, through collaboration with the Navilens team, who are pioneers in this field.",
"website": "https://web.ua.es/es/mvrlab/"
}
],
"volunteer": [],
"education": [
{
"institution": "Universitat Politècnica de València (UPV)",
"area": "Telecommunications Engineering",
"studyType": "Master's Degree",
"startDate": "2017-12-31",
"endDate": "2019-12-31",
"gpa": "9.1",
"courses": [
"Masther's thesis: Discrimination of oftalmologic issues in fundus eye images using convolutional neural networks"
]
},
{
"institution": "Universitat d'Alacant / Universidad de Alicante",
"area": "Sound and Image in Telecommunications Engineering",
"studyType": "Degree",
"startDate": "2013-12-31",
"endDate": "2017-12-31",
"gpa": "9.12",
"courses": [
"Final project: Analysis of automated chord estimation systems in digital audio"
]
}
],
"awards": [
{
"title": "👨‍🎓 Award for Excellence in Academic Performance",
"awarder": "Universidad de Alicante",
"summary": "Awarded to the person with the highest score in each promotion. "
},
{
"title": "🏆 Many prizes at competitions and hackathons!",
"awarder": "",
"summary": "Most of them during my years at University of Alicante. See unmonoqueteclea.github.io/awards"
}
],
"publications": [],
"skills": [
{
"name": "Backend Development",
"keywords": [
"Python (Django, DRF, FastAPI)",
"Clojure",
"Docker",
"REST"
]
},
{
"name": "Frontend development",
"keywords": [
"JS (VueJS, Svelte)",
"TailwindCSS"
]
},
{
"name": "Data",
"keywords": [
"SQL",
"Machine Learning",
"Deep Learning",
"Tensorflow",
"Scikit-Learn",
"OpenCV",
"Computer Vision",
"NLP"
]
}
],
"languages": [
{
"language": "Spanish",
"fluency": "Native-speaker"
},
{
"language": "English",
"fluency": "B2 - I work, daily, with non-spanish speakers"
}
],
"interests": [
{
"name": "Music (🎸 guitar)",
"keywords": [
"Professional Conservatory of Music (Albacete - 2009-2012)"
]
}
],
"references": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment