Skip to content

Instantly share code, notes, and snippets.

@jezhou
Last active March 29, 2020 22:04
Show Gist options
  • Save jezhou/421ccd3f4ca9374bd1afd67bbd08b746 to your computer and use it in GitHub Desktop.
Save jezhou/421ccd3f4ca9374bd1afd67bbd08b746 to your computer and use it in GitHub Desktop.
JSON Resume
{
"basics": {
"name": "Jesse Zhou",
"label": "Software Engineer",
"picture": "",
"email": "jesse.cy.zhou@gmail.com",
"website": "dev.jezhou.com",
"profiles": [{
"network": "Twitter",
"username": "john",
"url": "http://twitter.com/john"
}]
},
"work": [{
"company": "Gusto",
"position": "Software Engineering",
"website": "https://gusto.com",
"startDate": "2017-08-03",
"summary": "Employee Lifecycle Mission",
"highlights": [
"Product Tiering, specifically the Concierge tier",
"Holiday Pay",
"Team Insights (Employer-to-Employee surveys)",
"Admin Granular Permissioning",
"Org Chart 2.0",
"Email and Password Recovery",
"Gusto Brand Reskin",
"Self-Serve Custom Employer Documents"
]
}],
"volunteer": [{
"organization": "Organization",
"position": "Volunteer",
"website": "http://organization.com/",
"startDate": "2012-01-01",
"endDate": "2013-01-01",
"summary": "Description...",
"highlights": [
"Awarded 'Volunteer of the Month'"
]
}],
"education": [{
"institution": "University",
"area": "Software Development",
"studyType": "Bachelor",
"startDate": "2011-01-01",
"endDate": "2013-01-01",
"gpa": "4.0",
"courses": [
"DB1101 - Basic SQL"
]
}],
"awards": [{
"title": "Award",
"date": "2014-11-01",
"awarder": "Company",
"summary": "There is no spoon."
}],
"publications": [{
"name": "Publication",
"publisher": "Company",
"releaseDate": "2014-10-01",
"website": "http://publication.com",
"summary": "Description..."
}],
"skills": [{
"name": "Web Development",
"level": "Master",
"keywords": [
"HTML",
"CSS",
"Javascript"
]
}],
"languages": [{
"language": "English",
"fluency": "Native speaker"
}],
"interests": [{
"name": "Wildlife",
"keywords": [
"Ferrets",
"Unicorns"
]
}],
"references": [{
"name": "Jane Doe",
"reference": "Reference..."
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment