Skip to content

Instantly share code, notes, and snippets.

@pr0PM
Last active June 25, 2022 15:42
Show Gist options
  • Save pr0PM/b5da284b45ab57f9ee2d25a0e01ea2c4 to your computer and use it in GitHub Desktop.
Save pr0PM/b5da284b45ab57f9ee2d25a0e01ea2c4 to your computer and use it in GitHub Desktop.
{
"basics": {
"name": "Prateek Mishra",
"label": "the cloud guy",
"image": "",
"email": "pr0pm@pm.me",
"phone": "+91 89xxxxxxx",
"url": "https://pr0pm.in",
"summary": "Trust me I'm a cloud engineer!",
"location": {
"address": "Rajajipuram",
"postalCode": "226001",
"city": "Lucknow",
"countryCode": "India",
"region": "UP"
},
"profiles": [{
"network": "Twitter",
"username": "MP0rp",
"url": "https://twitter.com/MP0rp"
},{
"network": "GitHub",
"username": "pr0PM",
"url": "https://github.com/pr0PM"
},{
"network": "LinkedIn",
"username": "pr0PM",
"url": "https://linkedin.com/in/pr0pm"
},{
"network": "Telegram",
"username": "pr0PM",
"url": "https://t.me/pr0PM"
}]
},
"work": [{
"name": "Atlan",
"position": "Site Reliability Engineer",
"url": "https://atlan.com",
"startDate": "2021-12-01",
"summary": "Building the SRE culture around everything cloud",
"highlights": [
"Implementing logging pipeline and maintaining it"
]
},{
"name": "Atlan",
"position": "SRE Intern",
"url": "https://atlan.com",
"startDate": "2021-04-19",
"endDate": "2021-12-01",
"summary": "Got the internship during 6th sem of my college",
"highlights": [
"Started as the first SRE in the company :P"
]
}],
"volunteer": [{
"organization": "Microsoft Learn Student Ambassador",
"position": "Student Ambassador",
"url": "https://microsoft.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": "8.5",
"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