Last active
January 30, 2023 04:55
-
-
Save kewp/d5757f188b8453b60ab17309bbb7d21b 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": "macchiato" }, | |
"basics": { | |
"name": "Karl Penzhorn", | |
"label": "Data aquisition and interactive apps", | |
"email": "[email protected]", | |
"summary": "Experienced data professional with a background in mechanical engineering. Skilled in data acquisition, cleaning, and interaction, as well as front-end development and AI/mathematical modeling. Holds a master's degree in mechanical engineering.", | |
"location": { | |
"address": "25 Protea Road", | |
"postalCode": "7708", | |
"city": "Cape Town", | |
"countryCode": "ZA", | |
"region": "Western Cape" | |
}, | |
"profiles": [ | |
{ | |
"network": "LinkedIn", | |
"username": "Karl Penzhorn", | |
"url": "https://www.linkedin.com/in/karlpenzhorn" | |
} | |
] | |
}, | |
"work": [ | |
{ | |
"company": "Your current or most recent company", | |
"position": "Data Professional", | |
"startDate": "2018-01", | |
"summary": "Worked on data acquisition, clean-up and interaction. Wrote python scripts to pull data in from APIs and websites and developed a special state management library to handle the complexity of the data wrangling in front-end code. Developed several front-end applications using Svelte and JavaScript.", | |
"highlights": [ | |
"Developed a special state management library for front-end data wrangling", | |
"Wrote python scripts for data acquisition from APIs and websites", | |
"Developed front-end applications using Svelte and JavaScript" | |
] | |
}, | |
{ | |
"company": "Freelancer", | |
"position": "AI and Mathematical Modeling Consultant", | |
"startDate": "2015-01", | |
"endDate": "2018-01", | |
"summary": "Worked as a freelancer for various companies on experimental AI and mathematical modeling.", | |
"highlights": [ | |
"Worked on experimental AI projects", | |
"Involved in mathematical modeling projects" | |
] | |
}, | |
{ | |
"company": "Soliditch", | |
"position": "CRM and ERP Developer", | |
"website": "www.soliditech.com", | |
"startDate": "2010-01", | |
"endDate": "2015-01", | |
"summary": "Worked for a business software company writing CRM and ERP systems using Java.", | |
"highlights": [ | |
"Developed CRM and ERP systems using Java", | |
"Worked on large-scale enterprise software projects" | |
] | |
} | |
], | |
"education": [ | |
{ | |
"institution": "Your University", | |
"area": "Mechanical Engineering", | |
"studyType": "Master", | |
"startDate": "2005-01", | |
"endDate": "2010-01", | |
"courses": [ | |
"Differential Equations", | |
"Fluid dynamics", | |
"Thermodynamics" | |
], | |
"thesis": "Consistency and convergence of SPH derivative approximations" | |
} | |
], | |
"skills": [ | |
{ | |
"name": "Data Acquisition", | |
"level": "Expert" | |
}, | |
{ | |
"name": "Data Cleaning", | |
"level": "Expert" | |
}, | |
{ | |
"name": "Data Interaction", | |
"level": "Expert" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment