Skip to content

Instantly share code, notes, and snippets.

@melgu
Last active April 29, 2020 16:09
Show Gist options
  • Save melgu/44fe0ca02d2dd4758bea796087046099 to your computer and use it in GitHub Desktop.
Save melgu/44fe0ca02d2dd4758bea796087046099 to your computer and use it in GitHub Desktop.
resume.json
{
"basics": {
"name": "Melvin Gundlach",
"label": "Computer Scientist",
"picture": "http://www.melvin-gundlach.de/about-me/files/ich-im-kreis.png",
"summary": "Programmer. Visual Effects Artist. Piano Player.",
"website": "http://www.melvin-gundlach.de",
"email": "mail@melvin-gundlach.de",
"location": {
"city": "Hamburg",
"countryCode": "DE"
},
"profiles": [
{
"url": "https://github.com/melgu",
"username": "melgu",
"network": "github"
},
{
"url": "https://twitter.com/MelvinGundlach",
"username": "@MelvinGundlach",
"network": "twitter"
},
{
"url": "https://mastodon.technology/@melgu",
"username": "@melgu@mastodon.technology",
"network": "mastodon"
}
]
},
"work": [
{
"summary": "High 4K is the First International 24/7 Ultra High Definition Entertainment Channel.",
"website": "http://footprintholding.com",
"company": "High 4K",
"position": "Visual Content Creator",
"endDate": "2017-02-28",
"startDate": "2013-12-24"
}
],
"education": [
{
"endDate": "2020-09-30",
"startDate": "2017-10-01",
"area": "Informatics (incomplete)",
"studyType": "Masters",
"institution": "Universität Hamburg",
"gpa": "1.1"
},
{
"endDate": "2017-09-30",
"startDate": "2014-10-01",
"area": "Informatics",
"studyType": "Bachelors",
"institution": "Universität Hamburg",
"gpa": "1.66"
}
],
"publications": [
{
"name": "Apple Watch as Input Device in VR (German)",
"releaseDate": "2017-11-06",
"website": "https://basilic.informatik.uni-hamburg.de/Publications/2017/Gun17/",
"summary": "Original Title: \"Apple Watch als Eingabegerät in VR\""
}
],
"skills": [
{
"keywords": [
"Swift",
"Unity3D"
],
"name": "Software Development"
},
{
"keywords": [
"After Effects",
"Final Cut Pro"
],
"name": "Visual Content Creation"
}
],
"languages": [
{
"language": "German",
"fluency": "Native speaker"
},
{
"language": "English",
"fluency": "Fluent"
}
],
"interests": [
{
"name": "Music",
"keywords": [
"Piano",
"A Capella",
"Standard & Latin Dance"
]
}
],
"meta": {
"theme": "eloquent"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment