Last active
February 10, 2023 08:05
-
-
Save Hasnep/c9b3660dd76962cc7cadc13cd01044ef to your computer and use it in GitHub Desktop.
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
{ | |
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json", | |
"basics": { | |
"email": "[email protected]", | |
"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