Work Experience
Pixels to performance: My adventure in crafting user-centric web experiences. Here's a timeline of my journey.
Kodandam Software Solutions(Overdose Digital)
Kodandam Software Solutions(Overdose Digital)
Software Engineer
Feb 2023 - Aug 2024- Revamped Product and Cart pages with new features, increasing user engagement by 25% and boosting conversion rates by 15%.
- Integrated GraphQL with cross-functional teams to optimize data fetching, reducing API response times by 30%.
- Designed and developed a modern, responsive UI using Tailwind CSS, prioritizing user experience and visual appeal.
- Built headless UI applications with Builder.io, Shopify, and a custom commercetools app, demonstrating expertise in modern e commerce technologies.
- Optimized Next.js app performance through debouncing, SSR/SSG, and image optimization, resulting in a 35% faster page load time.
Ringover
Ringover
Frontend Developer Intern
Dec 2022 - Jan 2023- Engineered a dynamic chatbot customization platform, enabling clients to personalize interface and capabilities, leading to a 15% increase in user adoption.
- Worked in a core development team. Coordinated with the backend team to build and develop the features.
- Leveraged React Query to streamline data fetching and state management for chatbot customizations, leading to a more performant and maintainable frontend.
- Resolved bugs and performance bottlenecks, enhancing application stability and reducing error rates by 30%.
- Wrote unit tests using Jest, achieving 95% test coverage and ensuring code reliability
Cynfas
Cynfas
Frontend Developer Intern
Sept 2021 - Dec 2021- Developed and maintained the company's official website, Cynfas, ensuring high availability and responsiveness.
- Integrated social logins and implemented a website tracker, increasing user registration by 40%.
- Created static and dynamic web pages, improving site interactivity and user engagement.
- Wrote unit tests for the website, achieving 90% test coverage and ensuring robust functionality.
Projects
Take a look at these projects where I've applied my frontend skills to create engaging user interfaces.
- React
- React-router
- Material UI
- Chart.js
- NPM API
- Github REST API
Eligo - Packages Stats App
A project using NPM API and Github API showing popular packages, its details and statistics. Using Eligo you can choose right package for your next project. It uses react-router, axios, chart.js, and Material UI.
Blogs
View allDive into my technical writings where I share insights and solutions.
Debounce vs Throttle in JS
Aug 24, 2022 ∙ 6 min readIn this article, we will discuss advanced and important topics of JavaScript - Debounce, and Throttle. These topics are asked in many JS interviews so I am going to discuss them in detail with examples so that you will ace these questions in your next interview...
Read articlePromise.all() Vs Promise.allSettled()
May 28, 2022 ∙ 4 min readAs a developer once in a while in your javascript journey you may have got confused between the promise methods. Today in this article, I am going to walk you through promise.all() and promise.allSettled() methods of promises. Familiarity with promises...
Read articleVite: The New Frontend Build Tool
May 25, 2021 ∙ 4 min readIn this article, you will learn how simple it is to setup your application with Vite. You will also learn how fast Vite is, how to use it with react, and how much it gets out of your way when you are using it. Vite is a lightning-fast, frontend build tool that aims to improve...
Read article