Skip to content

Instantly share code, notes, and snippets.

@Hasnep
Last active February 10, 2023 08:05
Show Gist options
  • Save Hasnep/c9b3660dd76962cc7cadc13cd01044ef to your computer and use it in GitHub Desktop.
Save Hasnep/c9b3660dd76962cc7cadc13cd01044ef to your computer and use it in GitHub Desktop.
{
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
"basics": {
"email": "h@nnes.dev",
"label": "Data Engineer",
"location": {
"city": "New Taipei CIty",
"countryCode": "TW"
},
"name": "Johannes Smit",
"profiles": [
{
"network": "GitHub",
"url": "https://github.com/hasnep",
"username": "hasnep"
}
],
"summary": "Experienced data engineer in Taiwan with a background in data science and mathematics.",
"url": "https://ha.nnes.dev"
},
"education": [
{
"area": "Mathematics",
"endDate": "2019",
"institution": "University of Exeter",
"score": "2:1",
"startDate": "2015",
"studyType": "Masters"
}
],
"languages": [
{
"fluency": "Native",
"language": "English"
},
{
"fluency": "Fluent",
"language": "Afrikaans"
},
{
"fluency": "Intermediate",
"language": "Spanish"
},
{
"fluency": "Beginner",
"language": "Mandarin"
}
],
"meta": {},
"skills": [
{
"keywords": ["Airflow", "Snowflake", "CI/CD", "Terraform"],
"name": "Data Engineering"
},
{
"keywords": ["Python", "Julia", "R", "Rust", "OCaml", "TypeScript"],
"name": "Software Engineering"
}
],
"work": [
{
"description": "Supermarket",
"endDate": "2022-11",
"highlights": ["asd"],
"location": "London, UK",
"name": "Sainsbury's",
"position": "Data Engineer",
"startDate": "2021-10",
"summary": ""
},
{
"description": "Consultancy",
"endDate": "2021-10",
"location": "London, UK",
"name": "Amey Strategic Consulting",
"position": "Strategic Consultant (Data Engineering)",
"startDate": "2019-07",
"summary": ""
},
{
"endDate": "2018-09",
"location": "Taipei, Taiwan",
"name": "Asia Analytics Taiwan",
"position": "Data Science Services Intern",
"startDate": "2018-06"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment