Skip to content

Instantly share code, notes, and snippets.

@wahmedswl
Forked from adityatandon007/resume.json
Created June 28, 2019 14:22
Show Gist options
  • Save wahmedswl/059fc287cf0d7ce2f19c956298f26e1e to your computer and use it in GitHub Desktop.
Save wahmedswl/059fc287cf0d7ce2f19c956298f26e1e to your computer and use it in GitHub Desktop.
My resume
{
"meta": {
"theme": "stackoverflow"
},
"basics": {
"name": "Aditya Tandon",
"label": "Frontend Developer",
"picture": "",
"email": "adityatandon007@gmail.com",
"phone": "(+91)-9625426012",
"website": "https://adityatandon007.github.io/",
"summary": "Self taught Javascript developer. Open source enthusiast. Hails from Lakhimpur(U.P.)",
"profiles": [
{
"network": "Github",
"username": "adityatandon007",
"url": "https://github.com/adityatandon007"
},
{
"network": "LinkedIn",
"username": "adityatandon007",
"url": "https://www.linkedin.com/in/adityatandon007/"
}
]
},
"work": [
{
"company": "Modestreet Internet",
"position": "Frontend Developer",
"website": "http://modestreet.in/",
"startDate": "2018-08-07",
"summary": "Modestreet is an online omni-channel fashion shopping and discovery platform",
"highlights": [
"Integrated the react popper library to get the better popup functionality",
"Added the responsivesness to make it mobile compatible and browser independent"
]
},
{
"company": "Secureblocks",
"position": "UI developer",
"website": "https://secureblocks.io/",
"startDate": "2018-02-01",
"endDate": "2018-07-30",
"summary": "SecureBlocks is a blockchain based startup. My major role was to build the frontend using angular framework, and integration of web3 js",
"highlights": [
"Integrated Web3 to convert the app into Dapp",
"Build exchanges using angular framework"
]
}
],
"volunteer": [
{
"organization": "Hacktoberfest 2018",
"position": "Participant",
"website": "https://hacktoberfest.digitalocean.com/",
"startDate": "2018-10-01",
"endDate": "2018-10-31",
"summary": "Hacktoberfest is a month-long celebration of open source software which is organised by digital ocean every year to support open source",
"highlights": [
"Succesfully completed the challenge and earned a limited edition T-shirt"
]
},
{
"organization": "DuckDuckgo",
"position": "Contributor",
"website": "https://duckduckgo.com/",
"startDate": "2017-02-15",
"endDate": "2017-08-30",
"summary": "Major contributions to a lot of instant answers and bug fixes through their duckduckhack event",
"highlights": [
"Developed some new instant answers"
]
}
],
"skills": [
{
"name": "Web Development",
"level": "Master",
"keywords": [
"HTML",
"CSS",
"Javascript",
"React"
]
},
{
"name": "Dapp Development",
"level": "Beginner",
"keywords": [
"Web3",
"Smart Contracts"
]
}
],
"languages": [
{
"language": "English",
"fluency": "Native Speaker"
}
],
"interests": [
{
"name": "Sports",
"keywords": [
"Football",
"Cricket",
"Tennis"
]
},
{
"name": "Movie Buff",
"keywords": [
"Sci-fi",
"Thriller"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment