Last active
April 18, 2020 19:02
-
-
Save stolksdorf/6bcd4d7a26c277cda4cfc52150210d47 to your computer and use it in GitHub Desktop.
my resume - https://registry.jsonresume.org/stolksdorf
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
{ | |
"basics": { | |
"name": "Scott Tolksdorf", | |
"label": "Software Developer", | |
"picture": "https://s.gravatar.com/avatar/8aae4225a941c639109291dae503668f?s=80", | |
"email": "[email protected]", | |
"website": "https://github.com/stolksdorf", | |
"summary": "I really need to fill this out?", | |
"location": { | |
"city": "Kitchener", | |
"countryCode": "CA", | |
"region": "Ontario" | |
}, | |
"profiles": [ | |
{ | |
"network": "Github", | |
"username": "stolksdorf", | |
"url": "https://github.com/stolksdorf" | |
} | |
] | |
}, | |
"work": [ | |
{ | |
"company": "Thalmic Labs", | |
"position": "Rapid Prototyper", | |
"website": "http://thalmic.com", | |
"startDate": "2016-09-01", | |
"endDate": "2019-02-01", | |
"summary": "", | |
"highlights": [] | |
}, | |
{ | |
"company": "Thalmic Labs", | |
"position": "Lead Web Developer", | |
"website": "http://thalmic.com", | |
"startDate": "2014-02-14", | |
"endDate": "2016-09-01", | |
"summary": "", | |
"highlights": [] | |
}, | |
{ | |
"company": "Freelance", | |
"position": "Start-up Consultant", | |
"startDate": "2013-01-01", | |
"endDate": "2014-02-14", | |
"summary": "", | |
"highlights": [] | |
} | |
], | |
"volunteer": [ | |
{ | |
"organization": "BrainStation", | |
"position": "Teacher", | |
"website": "https://brainstation.io/", | |
"startDate": "2015-07-01", | |
"endDate": "2015-10-01", | |
"summary": "Ran an 8-week Intro to Web Development course. The students came in with no experience, learned HTML, CSS, and the basics of JS. They all left the course with", | |
"highlights": [ | |
"Designed the cirriculum myself", | |
"One student designed an interactive Map game using Google Maps", | |
"Another student replaced their Parent's " | |
] | |
} | |
], | |
"education": [ | |
{ | |
"institution": "University of Waterloo", | |
"area": "Computational Mathematics", | |
"studyType": "Bachelor", | |
"startDate": "2006-09-01", | |
"endDate": "2011-01-01", | |
"courses": [ | |
"Mathematical Logic", | |
"Optimization", | |
"Linear Algebra", | |
"Calculus" | |
] | |
} | |
], | |
"awards": [], | |
"publications": [], | |
"skills": [ | |
{ | |
"name": "Front End", | |
"level": "Master", | |
"keywords": [ | |
"HTML", | |
"CSS", | |
"Javascript" | |
] | |
}, | |
{ | |
"name": "Web Dev", | |
"level": "Master", | |
"keywords": [ | |
"Heroku", | |
"OAuth" | |
] | |
}, | |
{ | |
"name": "Optimization & Automation", | |
"level": "Master", | |
"keywords": [ | |
"Autohotkey", | |
"Slack Bots", | |
"Javascript" | |
] | |
} | |
], | |
"languages": [ | |
{ | |
"language": "Javascript", | |
"fluency": "Native speaker" | |
}, | |
{ | |
"language": "Git", | |
"fluency": "Native speaker" | |
} | |
], | |
"interests": [ | |
{ | |
"name": "Outdoors", | |
"keywords": [ | |
"Rock climbing", | |
"Hiking and Camping" | |
] | |
}, | |
{ | |
"name": "Nerdy", | |
"keywords": [ | |
"D&D", | |
"Over 150 open source projects", | |
"Being the go to guy for solving weird and wacky problems" | |
] | |
} | |
], | |
"references": [] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment