Last active
April 19, 2022 15:24
-
-
Save gherkins/a1c005590f28c6c19b6089ddffcbd99a 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": "stackoverflow" | |
}, | |
"basics": { | |
"name": "Max Girkens", | |
"label": "Web Development", | |
"summary": "", | |
"website": "https://web-development.cc/", | |
"city": "Aachen", | |
"countryCode": "DE" | |
}, | |
"education": [ | |
{ | |
"endDate": "2012-12-12", | |
"startDate": "2010-01-01", | |
"area": "Media Production", | |
"studyType": "B.Sc., Media Production", | |
"institution": "Middlesex University, London" | |
} | |
], | |
"references": [ | |
], | |
"skills": [ | |
{ | |
"keywords": [ | |
"Planung und Konzeption", | |
"Software-Entwicklung", | |
"Technische Beratung", | |
"Daten-Analyse", | |
"DevOps" | |
], | |
"name": "expertise" | |
}, | |
{ | |
"keywords": [ | |
"Javascript", | |
"Python", | |
"PHP", | |
"CI/CD", | |
"HTML", | |
"CSS" | |
], | |
"name": "languages" | |
} | |
], | |
"work": [ | |
{ | |
"summary": "Freelance Developer", | |
"name": "freelance", | |
"website": "https://web-development.cc", | |
"location": "Aachen / Köln", | |
"position": "Software Engineer", | |
"startDate": "2009-01-01", | |
"highlights": [ | |
"Technische Konzeption von Web-Anwendungen", | |
"PHP-Programmierung mit Symfony", | |
"Javascript Programmierung mit react und node", | |
"Frontend-Wentwicklung mit HTML und CSS" | |
] | |
} | |
], | |
"projects": [ | |
{ | |
"name": "ERP-Software/Microservice-Architektur", | |
"description": "Entwicklung von 10+ Symfony-Apps in Microservice Architektur", | |
"keywords": [ | |
"Konzeption der REST-API", | |
"Schema-Validierung und automatisiertes Testing", | |
"Planung und Implementierung von Authentifizierung und Tracing", | |
"Organisation allgemeiner Komponenten als vendor bundles" | |
], | |
"startDate": "2018-01-01" | |
} | |
], | |
"languages": [ | |
{ | |
"language": "German", | |
"fluency": "native" | |
}, | |
{ | |
"language": "English", | |
"fluency": "fluent" | |
}, | |
{ | |
"language": "French", | |
"fluency": "basic" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment