Last active
October 20, 2020 08:35
-
-
Save maxnowack/d8db68f16d423e60d1cca977eef311a9 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": "paper" }, | |
"basics": { | |
"name": "Max Nowack", | |
"label": "Software Developer", | |
"picture": "", | |
"email": "[email protected]", | |
"phone": "+49 171 4470 181", | |
"website": "", | |
"summary": "", | |
"location": { | |
"address": "Planckstr. 8", | |
"postalCode": "37073", | |
"city": "Göttingen", | |
"countryCode": "DE", | |
"region": "Lower Saxony" | |
}, | |
"profiles": [ | |
{ | |
"url": "https://github.com/maxnowack", | |
"username": "maxnowack", | |
"network": "github" | |
} | |
] | |
}, | |
"work": [{ | |
"company": "TeamGrid UG (haftungsbeschränkt)", | |
"position": "Chief Technology Officer", | |
"website": "https://teamgridapp.com", | |
"startDate": "2017-03-01", | |
"summary": "TeamGrid is a german project management software", | |
"highlights": [ | |
"Responsible for the entire product cycle (conception, development, deployment, support)", | |
"Managed a small team of developers" | |
] | |
}, { | |
"company": "TeamGrid UG (haftungsbeschränkt)", | |
"position": "CEO / CTO", | |
"website": "https://teamgridapp.com", | |
"startDate": "2015-11-01", | |
"endDate": "2017-02-28", | |
"summary": "TeamGrid is a german project management software (as a service)", | |
"highlights": [ | |
"Responsible for the entire product cycle (conception, development, deployment, support)", | |
"Participated in the founding process" | |
] | |
}, { | |
"company": "oaf | medium", | |
"position": "Full-Stack Developer", | |
"startDate": "2014-10-01", | |
"endDate": "2015-10-31", | |
"summary": "oaf was a small advertising agency in göttingen, germany", | |
"highlights": [ | |
"Self-sufficient customer care", | |
"Implementation of Design Mockups in Web Technology" | |
] | |
}, { | |
"company": "SYCOR mbs GmbH", | |
"position": "SharePoint Solution Developer", | |
"website": "http://sycor-mbs.de", | |
"startDate": "2011-04-01", | |
"endDate": "2014-09-30", | |
"summary": "", | |
"highlights": [ | |
"Development and consulting of individual software solutions for customers in various industries", | |
"Self-sufficient customer care" | |
] | |
}, { | |
"company": "mbs Marketing- und Bildungsservice GmbH", | |
"position": "IT-Service Coach", | |
"website": "http://mbs-it.de", | |
"startDate": "2010-06-19", | |
"endDate": "2011-03-31", | |
"summary": "", | |
"highlights": [] | |
}, { | |
"company": "mbs Marketing- und Bildungsservice GmbH", | |
"position": "Auszubildener Fachinformatiker (Anwendungsentwicklung)", | |
"website": "http://mbs-it.de", | |
"startDate": "2007-07-01", | |
"endDate": "2010-06-18", | |
"summary": "", | |
"highlights": [] | |
}], | |
"volunteer": [], | |
"education": [], | |
"awards": [], | |
"publications": [], | |
"skills": [ | |
{ | |
"keywords": [ | |
"HTML / JSX", | |
"CSS / Styled Components", | |
"Javascript / Typescript", | |
"React", | |
"Node", | |
"Meteor" | |
], | |
"level": "Senior", | |
"name": "Web" | |
}, | |
{ | |
"keywords": [ | |
"MongoDB", | |
"Postgres", | |
"MySQL / MariaDB", | |
"MSSQL" | |
], | |
"level": "Senior", | |
"name": "Databases" | |
}, | |
{ | |
"keywords": [ | |
"Docker", | |
"Kubernetes", | |
"SharePoint 2007 - 2013", | |
".NET Framework (wpf, wcf, asp.net)", | |
"VBA" | |
], | |
"level": "Senior", | |
"name": "Other" | |
} | |
], | |
"languages": [ | |
{ | |
"language": "German", | |
"fluency": "Native speaker" | |
}, { | |
"language": "English", | |
"fluency": "Fluent" | |
} | |
], | |
"interests": [], | |
"references": [] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment