Skip to content

Instantly share code, notes, and snippets.

@ertugdlk
Last active August 6, 2019 08:38
Show Gist options
  • Save ertugdlk/45c7cccb43e66714a90cdfb8fae5ea56 to your computer and use it in GitHub Desktop.
Save ertugdlk/45c7cccb43e66714a90cdfb8fae5ea56 to your computer and use it in GitHub Desktop.
JSON RESUME
{
"basics": {
"name": "Ertuğ",
"label": "Software Engineering Student",
"picture": "https://media.licdn.com/dms/image/C4D03AQFjeeSd1hSd5g/profile-displayphoto-shrink_200_200/0?e=1570665600&v=beta&t=42IeUBgIpqlukNkKahSOl_Nfq8UJxmZprQABgLXQq1A",
"email": "ertgdlk@gmail.com",
"phone": "(531) 380 94 85",
"summary": "Bachelor Degree",
"location": {
"address": "Ortabayır",
"postalCode": "34413",
"city": "Istanbul",
"countryCode": "TR"
},
"profiles": [
{
"network": "Linkedin",
"username": "ertugdilek",
"url": "www.linkedin.com/in/ertugdilek "
},
{
"network": "GitHub",
"username": "ertugdlk",
"url": "https://github.com/ertugdlk"
}
]
},
"work": [
{
"company": "ABAS Turkiye",
"position": "Intern",
"website": "https://abas-erp.com/tr",
"startDate": "2019-06-01",
"endDate": "2019-07-03",
"summary": "ABAS is ERP software developement based company.Managing and changing data entries for customer needs"
},
{
"company": "Yemeksepeti",
"position": "Intern",
"website": "https://www.yemeksepeti.com/",
"startDate": "2019-08-05",
"endDate": "2019-09-19"
}
],
"education": [
{
"institution": "Bahcesehir University",
"area": "Software Engineering",
"studyType": "Bachelor",
"startDate": "2016-09-01",
"endDate": "2021-06-01",
"courses": [
"Database Management Systems - SQL",
"Software Engineering Analysis and Design",
"Data Structures and Algorithm",
"C#",
"JAVA",
"Computing Systems",
"Programming Languages"
]
}
],
"skills": [
{
"name": "Programming Languages",
"keywords": [
"JAVA",
"C#",
"SQL"
]
},
{
"name": "Industry Knowledge",
"keywords": [
"HTML",
"CSS"
]
}
],
"languages": [
{
"language": "Turkish",
"fluency": "Native Speaker"
},
{
"language": "English",
"fluency": "Bahcesehir University Profiency Exam , Upper Intermediate"
}
],
"interests": [
{
"name": "Sports",
"keywords": [
"Sailing with certificate (Optimist)",
"Crossfit - Fitness",
"Basketball"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment