Last active
May 31, 2025 04:03
-
-
Save adityatandon007/8111a024b09768a28fcd9d7efb262894 to your computer and use it in GitHub Desktop.
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
{ | |
"meta": { | |
"theme": "macchiato" | |
}, | |
"basics": { | |
"name": "Aditya Tandon", | |
"label": "Senior Software Engineer (Frontend)", | |
"email": "[email protected]", | |
"phone": "+919625426012", | |
"image": "https://avatars.githubusercontent.com/u/25108385?s=120&v=4", | |
"profiles": [ | |
{ | |
"network": "Github", | |
"username": "adityatandon007", | |
"url": "https://github.com/adityatandon007" | |
}, | |
{ | |
"network": "LinkedIn", | |
"username": "adityatandon007", | |
"url": "https://www.linkedin.com/in/adityatandon007" | |
} | |
] | |
}, | |
"work": [ | |
{ | |
"name": "4D Medical", | |
"position": "Senior Frontend Engineer", | |
"startDate": "2024-07-08", | |
"summary": "Technologies used: Vue3, ReactJs, Tailwind CSS, Vite, Typescript, Javascript", | |
"highlights": [ | |
"Dicom Uploader: Created a Dicom uploader to upload multiple dcm files. This tool also support dcm files validation before uploading.", | |
"Zitadel Integration: Added identiy and access management to the portal through Zitadel OpenID Connect." | |
] | |
}, | |
{ | |
"name": "CleverTap", | |
"position": "Senior Software Engineer", | |
"startDate": "2020-07-04", | |
"endDate": "2024-07-05", | |
"summary": "Technologies used: Vue3, Vue2, Pinia, Vuex, Storybook, Vuetify, Typescript, Javascript, Jquery, Webpack, Jest, Node Js", | |
"highlights": [ | |
"Multiple Payment Methods: Created a multiple payment methods feature to accept payments via different modes. This feature reduced the churn by 50% and it increased the business revenue by 70%.", | |
"Legacy Code Migration: Migrated some of the old code written in jquery & vanilla js to the new framework and reduced the tech debt of the entire codebase by 25%.", | |
"Webpack Migration: Migrated the webpack v3 to v4 and its corresponding loaders and plugins which significantly reduced the bundling time of app by 40%." | |
] | |
}, | |
{ | |
"name": "Purple Style Labs", | |
"position": "Associate Technology", | |
"startDate": "2019-09-15", | |
"endDate": "2020-07-03", | |
"summary": "Technologies used: VueJs, Vuex, PWA, ReactJs, Redux, Material UI, Javascript, PHP", | |
"highlights": [ | |
"SEO Enhancements: Made the app and PWA SEO compatible by using pre-render thus boosting the ranking in the search index from page 3 to page 1." | |
] | |
}, | |
{ | |
"name": "Modestreet Internet", | |
"position": "Frontend Developer", | |
"startDate": "2018-08-01", | |
"endDate": "2019-09-14", | |
"summary": "Technologies used: ReactJs, Bootstrap, Javascript, PHP", | |
"highlights": [ | |
"Improved Search: Improved the search functionality that reduced network calls by 80%." | |
] | |
}, | |
{ | |
"name": "Secureblocks", | |
"position": "Software Developer", | |
"startDate": "2018-02-01", | |
"endDate": "2018-07-30", | |
"summary": "Technologies used: AngularJs, VueJs, PWA, Bootstrap, Javascript, Web3.js, Solidity, Truffle Suite", | |
"highlights": [ | |
"Web3.js Integration: Converted the app into Dapp by integrating web3.js to communicate with the blockchain network." | |
] | |
} | |
], | |
"education": [ | |
{ | |
"endDate": "2015-07-12", | |
"startDate": "2011-07-12", | |
"area": "Electronics & Communication", | |
"studyType": "Bachelors", | |
"institution": "Shri Mata Vaishno Devi University" | |
} | |
], | |
"skills": [ | |
{ | |
"name": "Tech", | |
"keywords": [ | |
"Javascript, Typescript", | |
"Vue3, Vue2, Pinia, Vuex, Storybook, Vuetify, NuxtJs", | |
"ReactJs, Redux, Material UI, NextJs", | |
"Jest, Testcafe, Cypress", | |
"HTML, CSS, SASS, SCSS, Tailwind CSS, Bootstrap", | |
"Web3.js, Ethers.js, SDKs, Dapps", | |
"Highcharts.js, D3.js", | |
"NodeJs, PHP, Bash", | |
"Serverless, Mongo, Redis" | |
] | |
}, | |
{ | |
"name": "Soft", | |
"keywords": [ | |
"Adaptability", | |
"Collaboration", | |
"Resourcefulness", | |
"Willingness to learn", | |
"Work ethic", | |
"Positive attitude", | |
"Critical thinking" | |
] | |
} | |
], | |
"volunteer": [ | |
{ | |
"organization": "DuckDuckgo", | |
"position": "Contributor (Open source)", | |
"startDate": "2017-02-15", | |
"endDate": "2018-01-01", | |
"summary": "Developed some new instant answers through their duckduckhack event" | |
} | |
], | |
"interests": [ | |
{ | |
"name": "Watching Tennis & Anime, Listening Music, Learning Languages (currently German)" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment