Skip to content

Instantly share code, notes, and snippets.

@dchucks
Last active May 10, 2022 09:01
Show Gist options
  • Save dchucks/692b91e8b693c7d01c097bb335f35a26 to your computer and use it in GitHub Desktop.
Save dchucks/692b91e8b693c7d01c097bb335f35a26 to your computer and use it in GitHub Desktop.
My JSON resume
{
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
"basics": {
"name": "Debashish Chakrabarty",
"label": "Sr. Engagement Manager at AWS Professional Services",
"image": "https://i.stack.imgur.com/8y2Fd.jpg",
"email": "debashish@mail.com",
"phone": "(+91) 98905 09558",
"url": "http://debashish.com",
"summary": "<p>A Senior Engagement Manager at AWS Professional Services. Previously, Technology Architecture Delivery Manager and STA at Accenture. Over 25 years work experience with 20+ years in Software Development, Software Architecture and Project/Program Management. Current areas of interests: Product Development and Cloud Computing (AWS, PaaS, App Modernization, Cloud Native transformation, Migrations, DevOps).</p><h4>Career Highlights:</h4><p>Strong experience in Software Development, Architecture, Analysis, Design, Development, Deployment, Integration & Testing and Support of variety of applications.<ul><li>15+ years extensive development experience in multiple J2EE Technologies, frameworks.</li><li>14+ years experience in Project management (Certified Project Management professional - PMP); 5+ years in Agile (Scrum), acted as Agile coach (Certified Scrum Master from Scrum Alliance, Certified SAFe Agilist).</li><li>Sun Certified Java programmer (SCJP), Sun Certified Web component Developer (SCWCD), Cloud Foundry Certified Developer and AWS certified Solutions Architect Associate.</li><li>Strong leader, able communicator; motivated; result-oriented; hands-on.</li></ul></p><h4>Hobby Projects:</h4><p><ul><li>Blogging, Podcasting & Voice Overs. One of the earliest bloggers in Hindi (started 2003). Was involved in many community initiatives on Internet; evangelized use of Indic languages on the Internet.</li><li>Exposed to various Blogwares/CMS, Social Media, Wordpress themes, Plugins, widget development & customization, localization etc.</li><li>Created the first ever Hindi blog aggregator <i>Chittha Vishwa</i> in 2004 (now defunct, archived <a href='https://web.archive.org/web/20041215062313/http://www.myjavaserver.com/~hindi](https://web.archive.org/web/20041215062313/http://www.myjavaserver.com/%7Ehindi'>here</a>)</li><li>Founded India's first Blog Award website <a href='http://indibloggies.blogspot.com'>Indibloggies</a>, Hindi webzine <a href='http://samayiki.com'>Samayiki</a> and Hindi Podcast <a href='ttp://podbharati.com'>Podbharati</a>.</li><li>More details <a href='http://nullpointer.debashish.com/about/about-the-author'>here</a>.</p>",
"location": {
"address": "I-501, Rosewoods Apartments, Pimple Saudagar",
"postalCode": "411027",
"city": "Pune",
"countryCode": "IN",
"region": "Maharashtra"
},
"profiles": [
{
"network": "LinkedIn",
"username": "debashishc",
"url": "https://www.linkedin.com/in/debashishc/"
}
]
},
"work": [
{
"name": "Pied Piper",
"location": "Palo Alto, CA",
"description": "Awesome compression company",
"position": "CEO/President",
"url": "http://piedpiper.example.com",
"startDate": "2013-12-01",
"endDate": "2014-12-01",
"summary": "Pied Piper is a multi-platform technology based on a proprietary universal compression algorithm that has consistently fielded high Weisman Scores™ that are not merely competitive, but approach the theoretical limit of lossless compression.",
"highlights": [
"Build an algorithm for artist to detect if their music was violating copy right infringement laws",
"Successfully won Techcrunch Disrupt",
"Optimized an algorithm that holds the current world record for Weisman Scores"
]
}
],
"volunteer": [
{
"organization": "CoderDojo",
"position": "Teacher",
"url": "http://coderdojo.example.com/",
"startDate": "2012-01-01",
"endDate": "2013-01-01",
"summary": "Global movement of free coding clubs for young people.",
"highlights": [
"Awarded 'Teacher of the Month'"
]
}
],
"education": [
{
"institution": "University of Oklahoma",
"url": "https://www.ou.edu/",
"area": "Information Technology",
"studyType": "Bachelor",
"startDate": "2011-06-01",
"endDate": "2014-01-01",
"score": "4.0",
"courses": [
"DB1101 - Basic SQL",
"CS2011 - Java Introduction"
]
}
],
"awards": [
{
"title": "Digital Compression Pioneer Award",
"date": "2014-11-01",
"awarder": "Techcrunch",
"summary": "There is no spoon."
}
],
"publications": [
{
"name": "Video compression for 3d media",
"publisher": "Hooli",
"releaseDate": "2014-10-01",
"url": "http://en.wikipedia.org/wiki/Silicon_Valley_(TV_series)",
"summary": "Innovative middle-out compression algorithm that changes the way we store data."
}
],
"skills": [
{
"name": "Web Development",
"level": "Master",
"keywords": [
"HTML",
"CSS",
"Javascript"
]
},
{
"name": "Compression",
"level": "Master",
"keywords": [
"Mpeg",
"MP4",
"GIF"
]
}
],
"languages": [
{
"language": "English",
"fluency": "Native speaker"
}
],
"interests": [
{
"name": "Wildlife",
"keywords": [
"Ferrets",
"Unicorns"
]
}
],
"references": [
{
"name": "Erlich Bachman",
"reference": "It is my pleasure to recommend Richard, his performance working as a consultant for Main St. Company proved that he will be a valuable addition to any company."
}
],
"projects": [
{
"name": "Miss Direction",
"description": "A mapping engine that misguides you",
"highlights": [
"Won award at AIHacks 2016",
"Built by all women team of newbie programmers",
"Using modern technologies such as GoogleMaps, Chrome Extension and Javascript"
],
"keywords": [
"GoogleMaps", "Chrome Extension", "Javascript"
],
"startDate": "2016-08-24",
"endDate": "2016-08-24",
"url": "missdirection.example.com",
"roles": [
"Team lead", "Designer"
],
"entity": "Smoogle",
"type": "application"
}
],
"meta": {
"canonical": "https://raw.githubusercontent.com/jsonresume/resume-schema/master/resume.json",
"version": "v1.0.0",
"lastModified": "2017-12-24T15:53:00"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment