Last active
August 31, 2022 04:44
-
-
Save Taosif7/24da4c6f75068278b8da49de96429cf1 to your computer and use it in GitHub Desktop.
Taosif Jamal Resume
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"basics": { | |
"name": "Taosif Jamal", | |
"label": "Software Engineer", | |
"image": "", | |
"email": "[email protected]", | |
"phone": "(91) 9638804660", | |
"summary": "A summary of John Doe…", | |
"location": { | |
"address": "6th Block, Kormangala", | |
"postalCode": "560034", | |
"city": "Bangalore, India", | |
"countryCode": "IN", | |
"region": "Bangalore" | |
}, | |
"profiles": [ | |
{ | |
"network": "Github", | |
"username": "taosif7", | |
"url": "https://github.com/taosif7/" | |
}, | |
{ | |
"network": "Twitter", | |
"username": "taosif7", | |
"url": "https://twitter.com/taosif7" | |
} | |
] | |
}, | |
"work": [{ | |
"name": "Company", | |
"position": "President", | |
"url": "https://company.com", | |
"startDate": "2013-01-01", | |
"endDate": "2014-01-01", | |
"summary": "Description…", | |
"highlights": [ | |
"Started the company" | |
] | |
}], | |
"volunteer": [{ | |
"organization": "Organization", | |
"position": "Volunteer", | |
"url": "https://organization.com/", | |
"startDate": "2012-01-01", | |
"endDate": "2013-01-01", | |
"summary": "Description…", | |
"highlights": [ | |
"Awarded 'Volunteer of the Month'" | |
] | |
}], | |
"education": [{ | |
"institution": "University", | |
"url": "https://institution.com/", | |
"area": "Software Development", | |
"studyType": "Bachelor", | |
"startDate": "2011-01-01", | |
"endDate": "2013-01-01", | |
"score": "4.0", | |
"courses": [ | |
"DB1101 - Basic SQL" | |
] | |
}], | |
"awards": [{ | |
"title": "Award", | |
"date": "2014-11-01", | |
"awarder": "Company", | |
"summary": "There is no spoon." | |
}], | |
"certificates": [{ | |
"name": "Certificate", | |
"date": "2021-11-07", | |
"issuer": "Company", | |
"url": "https://certificate.com" | |
}], | |
"publications": [{ | |
"name": "Publication", | |
"publisher": "Company", | |
"releaseDate": "2014-10-01", | |
"url": "https://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…" | |
}], | |
"projects": [{ | |
"name": "Project", | |
"description": "Description…", | |
"highlights": [ | |
"Won award at AIHacks 2016" | |
], | |
"keywords": [ | |
"HTML" | |
], | |
"startDate": "2019-01-01", | |
"endDate": "2021-01-01", | |
"url": "https://project.com/", | |
"roles": [ | |
"Team Lead" | |
], | |
"entity": "Entity", | |
"type": "application" | |
}] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment