Skip to content

Instantly share code, notes, and snippets.

@alpaylan
Last active March 3, 2026 20:35
Show Gist options
  • Select an option

  • Save alpaylan/9aa77883296aa735c69fdec332e1ef78 to your computer and use it in GitHub Desktop.

Select an option

Save alpaylan/9aa77883296aa735c69fdec332e1ef78 to your computer and use it in GitHub Desktop.
Tail resume: Default
{
"basics": {
"name": "Alperen Keles",
"email": "john@doe.com",
"phone": "555-555-5555"
},
"work": [
{
"name": "Company",
"position": "President",
"url": "http://company.com",
"startDate": "2013-01-01",
"endDate": "2014-01-01",
"summary": "",
"highlights": [
"Started the company"
]
},
{
"name": "Company",
"position": "President",
"url": "http://company.com",
"startDate": "2013-01-01",
"endDate": "2014-01-01",
"summary": "Description...",
"highlights": [
"Started the company"
]
},
{
"name": "Company",
"position": "President",
"url": "http://company.com",
"startDate": "2013-01-01",
"endDate": "2014-01-01",
"summary": "Description...",
"highlights": [
"Started the company"
]
},
{
"name": "Company",
"position": "President",
"url": "http://company.com",
"startDate": "2013-01-01",
"endDate": "2014-01-01",
"summary": "Description...",
"highlights": [
"Started the company"
]
}
],
"volunteer": [
{
"organization": "Organization",
"position": "Volunteer",
"url": "http://organization.com",
"startDate": "2012-01-01",
"endDate": "2013-01-01",
"summary": "Description...",
"highlights": [
"Awarded 'Volunteer of the Month'"
]
},
{
"organization": "Organization",
"position": "Volunteer",
"url": "http://organization.com",
"startDate": "2012-01-01",
"endDate": "2013-01-01",
"summary": "Description...",
"highlights": [
"Awarded 'Volunteer of the Month'"
]
}
],
"education": [
{
"institution": "University",
"url": "http://university.com",
"area": "Software Development",
"studyType": "Bachelor",
"startDate": "2011-01-01",
"endDate": "2013-01-01",
"score": "4.0",
"courses": [
"DB1101 - Basic SQL"
]
},
{
"institution": "University",
"url": "http://university.com",
"area": "Software Development",
"studyType": "Bachelor",
"startDate": "2011-01-01",
"endDate": "2013-01-01",
"score": "4.0",
"courses": [
"DB1101 - Basic SQL"
]
}
],
"awards": [
{
"title": "Greatest Software Developer",
"date": "01-01-1970",
"awarder": "SoftwareAwards.inc",
"summary": "An award given only to the best of the best"
},
{
"title": "Greatest Software Developer",
"date": "01-01-1970",
"awarder": "SoftwareAwards.inc",
"summary": "An award given only to the best of the best"
}
],
"certificates": [
{
"name": "Greatest Software Development Course",
"url": "www.google.com",
"date": "01-01-1970",
"issuer": "An course that teaches only to the best of the best"
},
{
"name": "Greatest Software Development Course",
"url": "www.google.com",
"date": "01-01-1970",
"issuer": "An course that teaches only to the best of the best"
}
],
"publications": [
{
"name": "How to develop good software",
"url": "www.google.com",
"publisher": "SoftwareAwards.inc",
"releaseDate": "01-01-1970",
"summary": "A publication worthy of the best of the best"
},
{
"name": "How to develop good software",
"url": "www.google.com",
"publisher": "SoftwareAwards.inc",
"releaseDate": "01-01-1970",
"summary": "A publication worthy of the best of the best"
}
],
"skills": [
{
"name": "Software Development",
"level": "Senior",
"keywords": [
"Javascript",
"Typescript"
]
},
{
"name": "Software Development",
"level": "Senior",
"keywords": [
"Javascript",
"Typescript"
]
}
],
"languages": [
{
"language": "Turkish",
"fluency": "Native"
},
{
"language": "English",
"fluency": "Proficient"
}
],
"interests": [
{
"name": "Software Development",
"keywords": [
"Javascript",
"Typescript"
]
},
{
"name": "Software Development",
"keywords": [
"Javascript",
"Typescript"
]
}
],
"references": [
{
"name": "Ken Thompson",
"reference": "Legendary Programmer"
},
{
"name": "Alperen Keles",
"reference": "Random fun guy"
}
],
"projects": [
{
"name": "Tail",
"url": "http://tail.rocks",
"startDate": "2012-01-01",
"endDate": "Never ends",
"description": "Next generation document builder",
"highlights": [
"Looks pretty cool"
]
},
{
"name": "Tail",
"url": "http://tail.rocks",
"startDate": "2012-01-01",
"endDate": "Never ends",
"description": "Next generation document builder",
"highlights": [
"Looks pretty cool"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment