Skip to content

Instantly share code, notes, and snippets.

@Giwan
Created December 3, 2020 20:11
Show Gist options
  • Select an option

  • Save Giwan/1b0cc2f6e7f852f76887771cd58c85ba to your computer and use it in GitHub Desktop.

Select an option

Save Giwan/1b0cc2f6e7f852f76887771cd58c85ba to your computer and use it in GitHub Desktop.
{
"basics": {
"name": "Giwan Persaud",
"label": "Programmer",
"picture": "",
"email": "john@gmail.com",
"phone": "0600000000",
"website": "https://mytoori.com",
"summary": "A summary about me",
"location": {
"address": "2712 Broadway St",
"postalCode": "CA 94115",
"city": "San Francisco",
"countryCode": "US",
"region": "California"
}
},
"work": [
{
"company": "Company",
"position": "President",
"website": "http://company.com",
"startDate": "2013-01-01",
"endDate": "2014-01-01",
"summary": "Description..."
}
],
"education": [
{
"institution": "University",
"area": "Software Development",
"studyType": "Bachelor",
"startDate": "2011-01-01",
"endDate": "2013-01-01",
"gpa": "4.0",
"courses": ["DB1101 - Basic SQL"]
}
],
"skills": [
{
"name": "Web Development",
"level": "Senior",
"keywords": ["HTML", "CSS", "Javascript"]
}
],
"languages": [
{
"language": "English",
"fluency": "Native speaker"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment