Last active
April 23, 2024 17:40
-
-
Save jsrmalvarez/82c8ca2351d78171b7b537cb0adfd2aa to your computer and use it in GitHub Desktop.
My resume
This file contains 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": "http://json-schema.org/draft-04/schema#", | |
"basics": { | |
"name": "José Ramón Álvarez Rojo", | |
"label": "Software Engineer", | |
"email": "jsrmalvarez@ninjatic.engineer", | |
"url": "https://ninjatic.engineer", | |
"summary": "Software Engineer with over 15 years of expertise in C++, as well as React, embedded device development, Rust, Java and Python. Proficient in backend, frontend, and embedded systems projects, contributing in the process automation industry.", | |
"location": { | |
"region": "Madrid", | |
"countryCode": "ES" | |
}, | |
"profiles": [ | |
{ | |
"network": "LinkedIn", | |
"username": "jsrmalvarez", | |
"url": "https://www.linkedin.com/in/jsrmalvarez/" | |
} | |
] | |
}, | |
"work": [ | |
{ | |
"name": "ERNI Consulting España", | |
"location": "Madrid, Spain", | |
"description": "Software Engineering Company", | |
"position": "Software Engineer", | |
"url": "http://www.betterask.erni", | |
"startDate": "2019-03-01", | |
"summary": "Leading and developing complex software development projects across various domains including automation, defense, and broadcast.", | |
"highlights": [ | |
{ | |
"name": "Control System for Office Domotics", | |
"description": "Developed an advanced automation control system for office domotics enhancing operational efficiency.", | |
"startDate": "2023-12", | |
"highlights": [ | |
"Designed system architecture", | |
"Integrated control hardware with networking capabilities", | |
"Developed a user-friendly UI for improved interaction" | |
] | |
}, | |
{ | |
"name": "Next Generation Infusion Pump Family", | |
"description": "Created cutting-edge medical infusion pump systems focused on user-friendliness and scalable technology.", | |
"startDate": "2022-12", | |
"endDate": "2023-03", | |
"highlights": [ | |
"Oversaw software development", | |
"Enhanced system scalability and user interface" | |
] | |
}, | |
{ | |
"name": "Modern C++ based framework for automated coffee roaster", | |
"description": "Designed a modern C++ based framework for automated coffee roasters emphasizing sustainable and scalable solutions.", | |
"startDate": "2023-05", | |
"endDate": "2023-10", | |
"highlights": [ | |
"Led the software development and architectural design", | |
"Implemented advanced algorithms for precise recipe following" | |
] | |
} | |
] | |
} | |
], | |
"volunteer": [], | |
"education": [ | |
{ | |
"institution": "Universidad Carlos III de Madrid", | |
"url": "http://www.uc3m.es", | |
"area": "Telecommunications Engineering", | |
"studyType": "Bachelor", | |
"startDate": "2002-01-01", | |
"endDate": "2016-12-31", | |
"courses": [ | |
"Ultimate Rust 2: Intermediate Concepts", | |
"Ultimate Rust Crash Course", | |
"Ethereum and Solidity: The Complete Developer's Guide" | |
] | |
} | |
], | |
"awards": [], | |
"certificates": [ | |
{ | |
"name": "Certified Scrum Team Member", | |
"date": "2023-05-01", | |
"issuer": "Scrum.org" | |
} | |
], | |
"publications": [], | |
"skills": [ | |
{ | |
"name": "Software Development", | |
"level": "Expert", | |
"keywords": [ | |
"C++", | |
"Java", | |
"Python", | |
"Rust", | |
"React" | |
] | |
} | |
], | |
"languages": [ | |
{ | |
"language": "Spanish", | |
"fluency": "Native" | |
}, | |
{ | |
"language": "English", | |
"fluency": "Fluent" | |
}, | |
{ | |
"language": "German", | |
"fluency": "Beginner" | |
}, | |
{ | |
"language": "French", | |
"fluency": "Intermediate" | |
} | |
], | |
"interests": [], | |
"references": [], | |
"projects": [ | |
{ | |
"name": "Modern C++ based framework for automated coffee roaster", | |
"description": "Developed an automated coffee roasting machine capable of expert-level roasting with customizable settings.", | |
"highlights": [ | |
"Led the software development and architectural design.", | |
"Implemented advanced algorithms for precise recipe following and quality control." | |
], | |
"keywords": [ | |
"C++", | |
"Automation", | |
"UI/UX Design" | |
], | |
"startDate": "2023-05-01", | |
"endDate": "2023-10-01", | |
"url": "http://www.example.com/project", | |
"roles": [ | |
"Team Lead", | |
"Software Architect" | |
], | |
"entity": "ERNI Consulting España", | |
"type": "development" | |
} | |
], | |
"meta": { | |
"version": "v1.0.0", | |
"lastModified": "2024-04-22T10:00:00" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment