Last active
June 19, 2024 12:57
-
-
Save adityatandon007/8111a024b09768a28fcd9d7efb262894 to your computer and use it in GitHub Desktop.
This file contains 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": "CleverTap", | |
"position": "Senior Software Engineer", | |
"startDate": "2023-01-01", | |
"summary": "Technologies used: VueJs, Vuex, Storybook, Typescript, Webpack, Jest", | |
"highlights": [ | |
"Integration Debugger: A feature that displays real time events data along with past data in the table layout. This feature improved the time to integrate the app by 30%.", | |
"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": "CleverTap", | |
"position": "Software Engineer", | |
"startDate": "2020-07-04", | |
"endDate": "2022-12-31", | |
"summary": "Technologies used: VueJs, Vuex, Storybook, Vuetify, Jquery, Javascript, 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%." | |
] | |
}, | |
{ | |
"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.", | |
"Hero Banner Component: Created a hero banner with timer to run any kind of sale/offers. This banner generated a 20% revenue boost." | |
] | |
}, | |
{ | |
"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", | |
"VueJS, Vuex, Storybook, Vuetify, NuxtJs, Pinia", | |
"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", | |
"Shopify, Liquid, CMS", | |
"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