Skip to content

Instantly share code, notes, and snippets.

@kewp
Last active January 30, 2023 04:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kewp/d5757f188b8453b60ab17309bbb7d21b to your computer and use it in GitHub Desktop.
Save kewp/d5757f188b8453b60ab17309bbb7d21b to your computer and use it in GitHub Desktop.
{
"meta": { "theme": "macchiato" },
"basics": {
"name": "Karl Penzhorn",
"label": "Data aquisition and interactive apps",
"email": "karl@penz.work",
"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