Skip to content

Instantly share code, notes, and snippets.

@joshsalako
Last active October 8, 2022 21:10
Show Gist options
  • Save joshsalako/317f60597b12b1604d669fcdf5bbbad9 to your computer and use it in GitHub Desktop.
Save joshsalako/317f60597b12b1604d669fcdf5bbbad9 to your computer and use it in GitHub Desktop.
{
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
"basics": {
"name": "Joshua Salako",
"label": "Data Scientist",
"image":"https://www.gravatar.com/avatar/02d4fbd7a5cca7043fdccbae375e7bbf.png?s=400",
"summary": "I’m a Data Scientist. I'm generally very flexible when investigating new roles.",
"website": "https://ceptive.wordpress.com",
"email": "salakojoshua1234@gmail.com",
"location": {
"city": "Lagos",
"countryCode": "NGA"
},
"profiles": [
{
"username": "josh_salako",
"url": "https://twitter.com/josh_salako",
"network": "twitter"
},
{
"url": "https://github.com/joshsalako",
"username": "joshsalako",
"network": "github"
},
{
"url": "https://joshsalako.medium.com/",
"username": "joshsalako",
"network": "medium"
}
]
},
"work": [
{
"name": "Techtrend Africa",
"position": "Data Analyst",
"startDate": "2022-05-31",
"endDate": "2022-08-31",
"highlights": [],
"summary": "Participated in The Ultimate Techie Network’s Project Upgrade and Upskill",
"url": "https://www.linkedin.com/company/72399449",
"location": "Remote"
}
],
"volunteer": [
{
"organization": "DSN - Data Scientists Network/Data Science Nigeria",
"position": "Facilitator",
"startDate": "2022-04-01",
"endDate": "2022-05-31",
"summary": "I facilitated AI Invasion 2022-FREE AI Class in Every City, for the city of Abeokuta - FUNAAB.",
"highlights": [],
"url": "https://www.linkedin.com/company/18638027"
}
],
"education": [
{
"institution": "DataCamp",
"area": "Computer Programming",
"studyType": "Machine Learning Fundamentals with Python Track",
"startDate": "",
"endDate": "2022-08-31",
"score": "",
"courses": []
},
{
"institution": "Udacity",
"area": "Computer Programming",
"studyType": "AI Programming with Python Nanodegree",
"startDate": "2022-07-31",
"endDate": "2022-09-30",
"score": "",
"courses": []
},
{
"institution": "Federal University Of Agriculture, Abeokuta",
"area": "Electrical and Electronics Engineering",
"studyType": "Bachelor of Engineering - BE",
"startDate": "2018-08-31",
"endDate": "2023-08-31",
"score": "",
"courses": []
},
{
"institution": "DataCamp",
"area": "Computer Programming",
"studyType": "Data Scientist with Python Track",
"startDate": "",
"endDate": "2022-06-30",
"score": "",
"courses": []
}
],
"awards": [
{
"title": "AWS AI & ML Scholarship",
"date": "2022-07-31",
"awarder": "AWS, in collaboration with Intel and Udacity",
"summary": "I received scholarship for the Udacity AI Programming with Python Nanodegree program (a $4,000 USD value)"
}
],
"certificates": [
{
"name": "What is Data Science?",
"issuer": "Coursera",
"startDate": "2022-09-30",
"url": "https://www.coursera.org/account/accomplishments/certificate/XJNSJSDEJNS5"
},
{
"name": "Deep Learning Specialization",
"issuer": "Coursera",
"startDate": "2022-09-30",
"url": "https://www.coursera.org/account/accomplishments/specialization/certificate/9EQ8WZYZ6HQS"
}
],
"publications": [
{
"name": "Automating Tasks On An Android Device",
"publisher": "Level Up Coding",
"releaseDate": "2022-05-31",
"summary": "This article shows how to use Python codes to perform actions on an Android device from a computer",
"url": "https://levelup.gitconnected.com/automating-tasks-on-an-android-device-a2a3d45b0bf0"
},
{
"name": "Generating the value of Pi to a known number of decimals places in python",
"publisher": "Level Up Coding",
"releaseDate": "2022-03-23",
"summary": "This article explains how to write an algorithm that will generate the values of π to a specified number of decimals using the Chudnovsky algorithm in python.",
"url": "https://levelup.gitconnected.com/generating-the-value-of-pi-to-a-known-number-of-decimals-places-in-python-e93986bb474d"
}
],
"skills": [
{
"name": "Data Analysis",
"level": "",
"keywords": []
},
{
"name": "Data Science",
"level": "",
"keywords": []
},
{
"name": "PyTorch",
"level": "",
"keywords": []
},
{
"name": "TensorFlow",
"level": "",
"keywords": []
},
{
"name": "Machine Learning",
"level": "",
"keywords": []
}
],
"languages": [
{
"fluency": "Professional Working",
"language": "English"
},
{
"fluency": "Native Speaker",
"language": "Yoruba"
}
],
"interests": [
{
"name": "Gaming"
},
{
"name": "Music / Jamming"
},
{
"name": "Reading / Writing"
},
{
"name": "Open Source",
"references": [],
"projects": [],
"meta": {
"version": "v1.0.0",
"canonical": "https://github.com/jsonresume/resume-schema/blob/v1.0.0/schema.json"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment