Skip to content

Instantly share code, notes, and snippets.

@wendelscardua
Created June 27, 2019 21:23
Show Gist options
  • Save wendelscardua/e50f541d28815035db5909b53d073b37 to your computer and use it in GitHub Desktop.
Save wendelscardua/e50f541d28815035db5909b53d073b37 to your computer and use it in GitHub Desktop.
{
"basics": {
"name": "Wendel Scardua",
"label": "Programmer",
"picture": "",
"email": "wendelscardua@gmail.com",
"website": "https://scardua.net",
"__summary": "A summary of John Doe...",
"__location": {
"address": "2712 Broadway St",
"postalCode": "CA 94115",
"city": "San Francisco",
"countryCode": "US",
"region": "California"
},
"__profiles": [{
"network": "Twitter",
"username": "john",
"url": "http://twitter.com/john"
}]
},
"__work": [{
"company": "Company",
"position": "President",
"website": "http://company.com",
"startDate": "2013-01-01",
"endDate": "2014-01-01",
"summary": "Description...",
"highlights": [
"Started the company"
]
}],
"__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