1. Kharidlo | E-commerce Web Application
View on GitHub
-
Developed a full-stack e-commerce platform that enables local artisans to sell authentic
pooja products to both domestic and international customers.
-
Implemented JWT + OIDC authentication and leveraged Redis for caching to
enhance security and performance, avoiding reliance on browser storage.
-
Integrated Razorpay for seamless payments and built a real-time order tracking system
with Socket.io, improving the end-to-end buying experience.
-
Packaged the entire application with Docker to ensure consistent and easy deployment
across different environments.
Tech Stack: React.js, Node.js, Express.js, MongoDB, Redis, JWT, OIDC, Razorpay,
Socket.io, Docker
2. Devumble | Developer Collaboration Platform
View on GitHub
-
Built a Tinder-inspired web platform where developers can discover and connect with
others for project collaborations.
-
Integrated a daily collab limit allowing users to send up to 5 collaboration requests per
day, with premium upgrades via Razorpay for extended access.
-
Designed a dynamic recommendation system to display the Top 5 trending projects of
the week based on community engagement and hype.
-
Utilized Redis for caching trending project data and improving real-time performance.
-
Ensured robust data validation with Zod and implemented efficient schema design using
Mongoose for MongoDB.
Tech Stack: React.js, Node.js, Express.js, MongoDB, Mongoose, Zod, Razorpay, Redis