Last active
February 4, 2024 20:56
-
-
Save MaaxGr/8ee98f8268a9b1f6847c5647fbcf8638 to your computer and use it in GitHub Desktop.
resume.json
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": "kendall" | |
}, | |
"basics": { | |
"name": "Max Großmann", | |
"label": "Senior Full Stack Developer", | |
"image": "https://avatars.githubusercontent.com/u/43404580", | |
"email": "[email protected]", | |
"phone": "", | |
"url": "https://grossmax.net", | |
"summary": "Passion for Kotlin Backends, DevOps and Modern Web-Development with Vue.", | |
"location": { | |
"postalCode": "95028", | |
"city": "Hof", | |
"countryCode": "DE", | |
"region": "Franconia" | |
}, | |
"profiles": [ | |
{ | |
"network": "LinkedIn", | |
"username": "Max Großmann", | |
"url": "https://www.linkedin.com/in/grossmannmax/" | |
}, | |
{ | |
"network": "GitHub", | |
"username": "MaaxGr", | |
"url": "https://github.com/MaaxGr" | |
}, | |
{ | |
"network": "Twitter", | |
"username": "byCaelis", | |
"url": "https://twitter.com/byCaelis" | |
} | |
] | |
}, | |
"work": [ | |
{ | |
"name": "Güttler Logistik GmbH", | |
"position": "Senior Full Stack Developer", | |
"url": "https://guettlerlogistik.de", | |
"startDate": "2022-03", | |
"summary": "Built several modern Web-Apps, Android-Apps und Backend Systems", | |
"highlights": [ | |
"Built a web based Intranet as a Hub for every office employee", | |
"Built a CI/CD workflow for the IT-Team including Jenkins, Docker, MS-Teams Webhooks, Harbor und Renovate" | |
] | |
} | |
], | |
"volunteer": [ | |
{ | |
"organization": "Kulturdrang e.V.", | |
"position": "Volunteer", | |
"url": "https://www.linkedin.com/company/kulturdrang-e-v/", | |
"startDate": "2023-04-24", | |
"summary": "Service Worker, IT-Administration", | |
"highlights": [ | |
"Open the bar and café 'zur Auszeit' in Hof" | |
] | |
} | |
], | |
"education": [ | |
{ | |
"institution": "University of Applied Sciences Hof", | |
"url": "https://www.hof-university.com/", | |
"area": "Mobile Computing", | |
"studyType": "Bachelor", | |
"startDate": "2018-08", | |
"endDate": "2022-03", | |
"score": "1.1", | |
"courses": [ | |
"" | |
] | |
} | |
], | |
"awards": [ | |
], | |
"certificates": [ | |
], | |
"publications": [ | |
], | |
"skills": [ | |
{ | |
"name": "Web Development", | |
"level": "Master", | |
"keywords": [ | |
"Vue", | |
"Nuxt", | |
"Angular", | |
"TypeScript", | |
"JavaScript" | |
] | |
} | |
], | |
"languages": [ | |
{ | |
"language": "German", | |
"fluency": "Native speaker" | |
}, | |
{ | |
"language": "English", | |
"fluency": "Fluent" | |
} | |
], | |
"interests": [ | |
{ | |
"name": "Fitness", | |
"keywords": [ | |
"Gym", | |
"Home Workouts" | |
] | |
} | |
], | |
"references": [ | |
], | |
"projects": [ | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment