
about me.
I'm a passionate full-stack developer who learns and transforms complex problems into simple, beautiful, and intuitive solutions through development and design.
I'm open to collaborate with talented individuals and contribute to impactful projects. If you'd like to learn more about my work or discuss potential opportunities, feel free to reach out!
work experience.
Software Engineer
at MathonGoOptimized Redis to resolve memory leaks, reducing storage usage from 12GB to 2GB. Integrated Webengage for marketing analytics and notifications, developed a Journey Tracer microservice to handle 10k+ test requests concurrently, and implemented a Freemium functionality, boosting payments by 10%. Additionally, designed and implemented a percentile prediction feature from scratch for various tests like JEE Mains and Advanced.
Data Analyst Intern
at ScalerDeveloped an API for alumni filters as a sentry, increasing engagement by 20%. Enhanced query performance on Redshift by 2% through optimization, reducing server load. Created a Python automation script to streamline Key Result (KR) reporting, saving 10 hours per month and improving metric accuracy. Led the development of comprehensive dashboards for Scaler School of Technology, reducing the Sales Team's manual workload by 5% through automation.
projects.
Scale-Chat [Backend]📦 Completed
Tech Stack: node.js, express, postgreSQL, redis, kafka
- Implemented JWT-based authentication to ensure secure access to chat routes.
- Leveraged Redis Pub/Sub model to efficiently scale WebSocket connections to handle 1000+ users.
- Integrated Apache Kafka to optimize database write operations by 25% - 30%.
- Set up Cron Job to automate the deletion of messages from Redis once they are pushed to the database.
- Designed and implemented a microservices-oriented architecture, enhancing scalability and maintainability by decoupling services for Redis and Kafka.
Password Manager📦 Completed
Tech Stack: react.js, express, mongoDb, redis, AWS, NGINX
- A full-fledged password manager which stores passwords using AES encryption.
- Integrated refresh token functionality to automatically update access tokens upon expiration, ensuring continuous service access.
- Integrated OTP confirmation for creating accounts and resetting passwords to enhance security and prevent spam accounts creation.
- Created a deployment pipeline using github actions which automatically deploys to the EC2 instance. Used NGINX as a reverse-proxy server for hosting
Deployment CLI Tool📦 Completed
Tech Stack: node.js, AWS, NGINX
- A CLI tool to deploy projects directly to a new or already existing EC2 instance.
- Deploys nodejs backends and reactjs frontends (both TS & JS) directly without any hassle with just one command.
- Uses NGINX as reverse proxy server to deploy frontends which can be accessed on port 80 directly.
- Created a deployment pipeline using github actions which automatically deploys to the EC2 instance.