Last active
May 21, 2020 10:10
-
-
Save stefthoen/cdef72b2316b086f2d7d4089fde6f2d3 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
{ | |
"basics": { | |
"name": "Stef Thoen", | |
"label": "Web Developer", | |
"summary": "I’m a full stack web developer who can build apps from the ground up. I've worked mostly as a freelancer so I am used to wearing many hats. I have a lot of experience working with distributed teams.", | |
"website": "https://stef.co", | |
"email": "[email protected]", | |
"location": { | |
"city": "Cussy-en-Morvan", | |
"countryCode": "FR" | |
}, | |
"profiles": [{ | |
"username": "stefthoen", | |
"url": "https://twitter.com/stefthoen", | |
"network": "twitter" | |
}, | |
{ | |
"url": "https://github.com/stefthoen", | |
"username": "stefthoen", | |
"network": "github" | |
} | |
] | |
}, | |
"education": [{ | |
"endDate": "2004-07-01", | |
"startDate": "1999-09-01", | |
"area": "ICT", | |
"studyType": "Bachelors", | |
"institution": "Haagse Hogeschool" | |
}, | |
{ | |
"endDate": "2007-07-01", | |
"startDate": "2004-09-01", | |
"area": "Philosophy (incomplete)", | |
"studyType": "Bachelors", | |
"institution": "Rijksuniversiteit Groningen" | |
} | |
], | |
"skills": [{ | |
"name": "Frontend", | |
"level": "Senior", | |
"keywords": [ | |
"HTML / Twig / Blade / JSX", | |
"CSS / Sass / PostCSS / BEM / Styled Components", | |
"Javascript / Typescript", | |
"React / Redux / Vue / Elm / Svelte", | |
"Grunt / Gulp / webpack" | |
] | |
}, | |
{ | |
"name": "Backend", | |
"level": "Senior", | |
"keywords": [ | |
"PHP / Laravel / Symfony / WordPress / Woocommerce", | |
"Ruby / Ruby on Rails", | |
"Elixir / Phoenix", | |
"Node", | |
"MySQL, PosgreSQL" | |
] | |
}, | |
{ | |
"name": "Devops", | |
"level": "Senior", | |
"keywords": [ | |
"Docker / Vagrant / Ansible", | |
"DigitalOcean / Vultr / AWS / Heroku / Netlify", | |
"CI/CD / CircleCI" | |
] | |
} | |
], | |
"work": [{ | |
"summary": "Freelance web-development consultancy", | |
"website": "https://stef.co", | |
"company": "Stef Thoen", | |
"pinned": true, | |
"location": "Cussy-en-Morvan", | |
"position": "Founder", | |
"startDate": "2010-12-15", | |
"highlights": [ | |
"Frontend dev-lead for startup in the notary space (https://quaidesnotaires.com) where we build a React/Redux client", | |
"Build a premium subscription module for De Speld (https://speld.nl)" | |
] | |
} | |
], | |
"interests": [{ | |
"name": "Sports", | |
"keywords": [ | |
"Ultra-trail running", | |
"Cycling", | |
"Mountain biking", | |
"Climbing", | |
"Mountaineering", | |
"Hiking" | |
] | |
}, | |
{ | |
"name": "Music", | |
"keywords": [ | |
"Piano", | |
"Guitar" | |
] | |
}, | |
{ | |
"name": "Reading" | |
}, | |
{ | |
"name": "Homelab" | |
}, | |
{ | |
"name": "DIY", | |
"keywords": [ | |
"Woodworking" | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment