Last active
October 7, 2020 17:32
-
-
Save romanroibu/f6a6209b3fe773c78c532eb8ade44ebf to your computer and use it in GitHub Desktop.
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
{ | |
"meta": { | |
"theme": "flat" | |
}, | |
"basics": { | |
"name": "Roman Roibu", | |
"label": "Software Engineer", | |
"email": "[email protected]", | |
"summary": "I'm a motivated Software Engineer, with an eye for designing complex systems. Passionate about solving challenging technical problems. Most often I write high-quality Swift code. I also regularly find myself working with modern C++, Python, and TypeScript, and experimenting with Rust. Interested in Artificial Intelligence, Computer Vision, and Reinforcement Learning. Always on the lookout for opportunities to learn.", | |
"profiles": [ | |
{ | |
"network": "Github", | |
"username": "romanroibu", | |
"url": "http://github.com/romanroibu" | |
} | |
] | |
}, | |
"work": [ | |
{ | |
"company": "Pupil Labs", | |
"position": "Software Engineer", | |
"website": "https://pupil-labs.com", | |
"startDate": "2019-04-01", | |
"summary": "", | |
"highlights": [] | |
}, | |
{ | |
"company": "European Central Bank", | |
"position": "Analyst", | |
"website": "https://www.ecb.europa.eu", | |
"startDate": "2018-10-15", | |
"endDate": "2019-03-15", | |
"summary": "Short-term contract.", | |
"highlights": [ | |
] | |
}, | |
{ | |
"company": "German Autolabs", | |
"position": "iOS Developer", | |
"website": "https://www.germanautolabs.com", | |
"startDate": "2017-11-01", | |
"endDate": "2018-09-30", | |
"summary": "", | |
"highlights": [ | |
"Conceptualizing and assisting in building a scriptable Dialog Management module for the virtual driving assistant.", | |
"Collaborating with AI/NLU team to integrate and fine-tune Automatic Speech Recognition implementation.", | |
"Integrating third-party services and provided control interfaces for the Dialog Management module." | |
] | |
}, | |
{ | |
"company": "Pushpass", | |
"position": "Software Engineer", | |
"website": "https://linkedin.com/company/pushpass", | |
"startDate": "2015-11-01", | |
"endDate": "2016-12-31", | |
"summary": "", | |
"highlights": [ | |
"Architected, designed and built the iOS password manager app, which provided a secure way to store user passwords and access them across paired devices via Bluetooth Low Energy.", | |
"Prototyped and iterated on a macOS app, and an accompanying Safari browser extension, which interacted with the iOS app." | |
] | |
}, | |
{ | |
"company": "UNIMEDIA", | |
"position": "iOS Developer", | |
"website": "http://unimedia.info", | |
"startDate": "2014-03-01", | |
"endDate": "2014-10-31", | |
"summary": "Freelance contract.", | |
"highlights": [ | |
"Architected, designed, built and iterated on the iOS app for one of the biggest news portals in the country." | |
] | |
}, | |
{ | |
"company": "FusionWorks", | |
"position": "Ruby on Rails Developer", | |
"website": "http://fusionworks.md", | |
"startDate": "2013-03-01", | |
"endDate": "2013-09-30", | |
"summary": "", | |
"highlights": [ | |
"Built REST API for a hospital patient management system.", | |
"Increased the unit and integration automated test coverage by 40%." | |
] | |
} | |
], | |
"projects": [ | |
{ | |
"organization": "Organization", | |
"position": "Volunteer", | |
"website": "http://organization.com/", | |
"startDate": "2012-01-01", | |
"endDate": "2013-01-01", | |
"summary": "Description...", | |
"highlights": [ | |
"Awarded 'Volunteer of the Month'" | |
] | |
} | |
], | |
"education": [ | |
{ | |
"institution": "University", | |
"area": "Software Development", | |
"studyType": "Bachelor", | |
"startDate": "2011-01-01", | |
"endDate": "2013-01-01", | |
"gpa": "4.0", | |
"courses": [ | |
"DB1101 - Basic SQL" | |
] | |
} | |
], | |
"skills": [ | |
{ | |
"name": "Web Development", | |
"level": "Master", | |
"keywords": [ | |
"HTML", | |
"CSS", | |
"Javascript" | |
] | |
} | |
], | |
"languages": [ | |
{ | |
"language": "English", | |
"fluency": "Native speaker" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment