Skip to content

Instantly share code, notes, and snippets.

@devanhurst
Last active March 31, 2023 18:33
Show Gist options
  • Save devanhurst/1246f8a8d3f1c26f9f251ce611478127 to your computer and use it in GitHub Desktop.
Save devanhurst/1246f8a8d3f1c26f9f251ce611478127 to your computer and use it in GitHub Desktop.
resume.json
{
"meta": {
"theme": "caffeine"
},
"basics": {
"name": "Devan Hurst",
"label": "Software Developer",
"image": "",
"email": "devan.hurst@gmail.com",
"phone": "+1 (416) 400-4380",
"url": "http://devdev.ca",
"summary": "Devan is a software developer with seven years of experience working on product teams. Passionate about giving his teams frameworks to excel at communication and decision making. Involved in online quizzing communities, he built tools to make it easy for game developers to build online trivia party games. His personal projects have been featured in Polygon and Kotaku.",
"location": {
"city": "Toronto",
"countryCode": "CA",
"region": "Ontario"
},
"profiles": [
{
"network": "GitHub",
"username": "devanhurst",
"url": "https://github.com/devanhurst"
}
]
},
"skills": [
{
"name": "Web Development",
"level": "Master",
"keywords": ["HTML", "CSS", "Javascript"]
}
],
"work": [
{
"name": "Draft (previously Contentfly)",
"location": "Toronto, ON",
"description": "Draft is a software company that helps companies build better content.",
"position": "Senior Software Developer",
"url": "http://draft.co",
"startDate": "2023-02-14",
"endDate": "2023-10-31",
"summary": "Built a new content marketplace for companies and individuals",
"highlights": [
"Built a new content marketplace for companies and individuals",
"Built a new content marketplace for companies and individuals",
"Built a new content marketplace for companies and individuals"
]
},
{
"name": "Nulogy",
"location": "Toronto, ON",
"description": "Nulogy is a software company that helps manufacturers and distributors run their operations more efficiently.",
"position": "Software Developer III",
"url": "http://nulogy.com",
"startDate": "2019-08-19",
"endDate": "2022-01-25",
"summary": "Ruby on Rails development and consulting",
"highlights": [
"Built a new content marketplace for companies and individuals",
"Built a new content marketplace for companies and individuals",
"Built a new content marketplace for companies and individuals"
]
},
{
"name": "Bounteous Canada (previously Demac Media)",
"location": "Toronto, ON",
"description": "Bounteous is a digital agency that helps companies build better digital experiences.",
"position": "Software Developer",
"url": "http://bounteous.ca",
"startDate": "2016-04-20",
"endDate": "2019-08-16",
"summary": "E-commerce development and consulting",
"highlights": [
"Built a new content marketplace for companies and individuals",
"Built a new content marketplace for companies and individuals",
"Built a new content marketplace for companies and individuals"
]
}
],
"education": [
{
"institution": "Bitmaker Labs",
"area": "Web Development",
"studyType": "Boot Camp",
"startDate": "2008-09-01",
"endDate": "2013-01-31",
"courses": []
},
{
"institution": "University of Toronto",
"area": "Linguistics, Psychology, Computer Science",
"studyType": "Bachelor",
"startDate": "2008-09-01",
"endDate": "2013-01-31",
"courses": []
}
],
"projects": [
{
"name": "Hackbox",
"description": "A game development platform for online trivia party games",
"highlights": [],
"keywords": ["Javascript", "socket.io", "node.js", "express"],
"startDate": "2016-08-24",
"endDate": "2016-08-24",
"url": "https://hackbox.ca",
"roles": ["Designer and Developer"],
"entity": "Hackbox",
"type": "application"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment