Last active
October 7, 2019 14:54
-
-
Save danihodovic/5803ebc85fa231d3f6cbc759f8e8c917 to your computer and use it in GitHub Desktop.
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
{ | |
"meta": { | |
"theme": "elegant" | |
}, | |
"basics": { | |
"name": "Dani Hodovic", | |
"label": "Programmer", | |
"picture": "https://i.imgur.com/Ad6g3J7.jpg", | |
"email": "[email protected]", | |
"phone": "", | |
"website": "https://hodovi.ch", | |
"summary": "Richard hails from Tulsa. He has earned degrees from the University of Oklahoma and Stanford. (Go Sooners and Cardinals!) Before starting Pied Piper, he worked for Hooli as a part time software developer. While his work focuses on applied information theory, mostly optimizing lossless compression schema of both the length-limited and adaptive variants, his non-work interests range widely, everything from quantum computing to chaos theory. He could tell you about it, but THAT would NOT be a “length-limited” conversation!", | |
"profiles": [ | |
{ | |
"network": "Github", | |
"username": "danihodovic", | |
"url": "https://github.com/danihodovic" | |
}, | |
{ | |
"network": "Linkedin", | |
"username": "danihodovic", | |
"url": "https://www.linkedin.com/in/danihodovic/" | |
}, | |
{ | |
"network": "Dev.to", | |
"username": "danihodovic", | |
"url": "https://dev.to/danihodovic" | |
} | |
] | |
}, | |
"work": [ | |
{ | |
"company": "Contentful", | |
"position": "Senior software engineer", | |
"website": "https://contentful.com", | |
"startDate": "2015-10-01", | |
"endDate": "2018-03-01", | |
"summary": "Developed the core that powers the Contentful API.", | |
"highlights": [ | |
"Architecture and the implementation of the component that powers the Developer Environments. https://www.contentful.com/developers/docs/concepts/multiple-environments/", | |
"Wrote the rate limiting layer with OpenResty and Redis.", | |
"Designed and implemented the Upload API. https://www.contentful.com/developers/docs/concepts/images/", | |
"Wrote the implementation behind the select operator which strips down responses for mobile clients. https://www.contentful.com/developers/docs/tutorials/general/modifying-api-responses/", | |
"Wrote auxiliary services responsible for data aggregation and billing." | |
] | |
}, | |
{ | |
"company": "Ericsson", | |
"position": "Software engineer", | |
"website": "https://github.com/jderehag/swat", | |
"startDate": "2014-05-01", | |
"endDate": "2015-06-01", | |
"summary": "A built a project which extracts and analyses metrics on source code. This was used to identify complex and problematic components in the Ericsson network infrastructure.", | |
"highlights": [ | |
"Built an API which exposes metrics on source code.", | |
"Built a frontend using D3.js which visualizes the metrics for software architects.", | |
"Wrote my thesis on how the number of contributors affect software quality. https://gupea.ub.gu.se/handle/2077/39966" | |
] | |
} | |
], | |
"education": [ | |
{ | |
"institution": "University of Gothenburg", | |
"area": "Software Engineering", | |
"studyType": "Bachelor", | |
"startDate": "2012-08-01", | |
"endDate": "2015-08-01" | |
} | |
], | |
"publications": [ | |
{ | |
"name": "Video compression for 3d media", | |
"publisher": "Hooli", | |
"releaseDate": "2014-10-01", | |
"website": "http://en.wikipedia.org/wiki/Silicon_Valley_(TV_series)", | |
"summary": "Innovative middle-out compression algorithm that changes the way we store data." | |
} | |
], | |
"skills": [ | |
{ | |
"name": "Backend development with Python & Django", | |
"level": "Master", | |
"keywords": [ | |
"HTML", | |
"CSS", | |
"Javascript" | |
] | |
}, | |
{ | |
"name": "Devops development", | |
"level": "Master", | |
"keywords": [ | |
"Cloud migrations", | |
"Docker", | |
"Deployments", | |
"CI/CD", | |
"Monitoring & alerting" | |
] | |
} | |
], | |
"languages": [ | |
{ | |
"language": "English", | |
"fluency": "Native speaker" | |
}, | |
{ | |
"language": "Swedish", | |
"fluency": "Native speaker" | |
}, | |
{ | |
"language": "Bosnian", | |
"fluency": "Native speaker" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment