Node.js, Express, React, Tailwind, AWS (EC2, Nginx, Docker)
- Developed a web-based compiler supporting multiple languages with real-time execution.
- Implemented Dockerized isolated environments for safe execution.
- Role: Designed backend execution engine and integrated AWS deployment.
- Impact: Helped 100+ students test code without local setup issues.
JavaScript, Node.js, Express, MongoDB, React
- Built monitoring dashboards showing CPU, memory, and API health in real-time.
- Added alerting system for downtime and anomalies via email notifications.
- Role: Handled backend API design and MongoDB schema for log storage.
- Challenge Solved: Reduced false alerts by 30% with custom threshold logic.
MERN Stack (MongoDB, Express, React, Node.js), Socket.IO, Chakra UI
- Developed a full-stack real-time chat application supporting one-on-one and group messaging.
- Implemented user authentication, profile management, and secure sessions with JWT.
- Integrated Socket.IO for instant messaging and Chakra UI for responsive UI design.
- Hosted on Railway & Render for deployment with CI/CD pipeline setup.
-
Impact: Delivered a scalable and user-friendly communication platform with modern UI/UX.
C, Emscripten, WebAssembly, JavaScript, HTML
- Built a factorial calculator by compiling C code into WebAssembly using Emscripten.
- Implemented both a recursive C function (exposed to JavaScript) and a JavaScript version for comparison.
- Role: Developed the C program, integrated WebAssembly with JavaScript, and created the HTML interface.
- Impact: Demonstrated performance differences between WebAssembly and JavaScript, showcasing WASM’s
efficiency in the browser.
JavaScript, Node.js, React, Express, MongoDB, Redis
- Developed a SAAS productivity app sending reminders via SMS & email for tasks.
- Implemented team and individual dashboards with real-time socket updates.
- Role: Focused on middleware, session handling, and Redis for cart/session management.
- Challenge Solved: Reduced missed deadlines by ~40% in testing groups.