Last active
December 12, 2019 09:51
-
-
Save pke/d109ebdce01b4625d8dc6d05a2c7ec3c to your computer and use it in GitHub Desktop.
resume for https://registry.jsonresume.org/pke
This file contains hidden or 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
{ | |
"basics": { | |
"name": "Philipp Kursawe", | |
"email": "[email protected]", | |
"phone": "+49-179-4693549", | |
"label": "Software Architect", | |
"summary": "Ship bug-free, tested, small functional code that uses the resources of the target system carefully.\nFavour convention over configuration.", | |
"location": { | |
"city": "Cologne" | |
}, | |
"profiles": [ | |
{ | |
"network": "github", | |
"url": "https://github.com/pke", | |
"username": "pke" | |
} | |
], | |
"url": "https://pke.fyi" | |
}, | |
"work": [ | |
{ | |
"startDate": "1999-04-28", | |
"endDate": "2001-04-01", | |
"company": "BlueByte GmbH", | |
"name": "BlueByte GmbH", | |
"url": "https://bluebyte.de", | |
"location": "Mühlheim/Ruhr", | |
"position": "Data Wizard, Tools Programmer", | |
"description": "Games", | |
"summary": "Managing assets, tooling and writing supporting game sound code", | |
"highlights": [ | |
"Automated asset management system \"Alienbrain\" with Internet Explorer COM plugins", | |
"Extended Sprite Editor to directly interact with asset management system and introduce batch conversion processes", | |
"Wrote a magenta border detector plugin for Autodesk \"3D Studio\" to remind them to turn off anti-aliasing against magenta backgrounds", | |
"I created a heavily modified InstallShield installer with background CD music custom themed UI", | |
"Made the custom map format executable (using ASM stub) for legal reasons to prevent creators from selling maps. It showed a preview of the map when executed." | |
], | |
"tags": ["C++", "MFC"] | |
} | |
], | |
"languages": [ | |
{ | |
"language": "German", | |
"fluency": "Native Speaker" | |
}, | |
{ | |
"language": "English", | |
"fluency": "fluent" | |
} | |
], | |
"skills": [ | |
{ | |
"name": "C++", | |
"level": "advanced" | |
}, | |
{ | |
"name": "Java", | |
"level": "advanced" | |
}, | |
{ | |
"name": "JavaScript", | |
"level": "master" | |
}, | |
{ | |
"name": "Win32 API", | |
"level": "master" | |
}, | |
{ | |
"name": "OSGi", | |
"level": "master" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment