Projects
8 projects — click through for the full case study on architecture, tech stack, and impact.
BeyondStrings
Full Stack DeveloperReal-time messaging product with AI-powered conversation insights, full-text search, and end-to-end privacy. Architected the frontend with Redux Toolkit and encrypted persistence so chat history survives reloads without leaking sensitive content. Offloads heavy work (insight generation, notifications) from Vercel serverless routes to a BullMQ worker on Upstash Redis, with Neon Postgres for durable storage and Firestore for real-time presence and messaging. Messages are encrypted client-side with CryptoJS AES, with Firestore security rules locking down access.
Key Highlights
- Encrypted persistence (Redux Toolkit + encrypted redux-persist) so chat history survives reloads without leaking sensitive content
- Offloads heavy work (insight generation, notifications) from Vercel serverless routes to a BullMQ worker on Upstash Redis
- Neon Postgres for durable storage, Firestore for real-time presence and messaging
- Client-side AES encryption (CryptoJS) with explicit Firestore security rules
OSIF 2.0
Junior Software DeveloperFrontend for OSIF (Plot V2), a production industrial-operations platform built for Jindal Steel covering downtime analysis, CAPA lifecycle management, compliance reporting, checklists, and KPI tracking across plant operations. Ships role-based dashboards for executive, compliance, and operations audiences, backed by a modular feature architecture and a shared component library reused across every module.
Key Highlights
- 10+ operational modules in production: downtime/CAPA, SOP & 3T SOP lifecycle, KPI management, checklist workflows, and a full reporting suite
- Role-based dashboards (Performance, Compliance, DownTime, Desalination) and role-targeted home experiences for Tech Executive, COO, and CDH users
- Handsontable-driven data grids and FullCalendar-based scheduling for shift/leave/compensatory-off workflows
- Client-side CAPA PDF export and a shared Assets library reused across every module
The Capacity
Full Stack DeveloperA comprehensive full-stack application with Next.js and React.js frontend with TypeScript for type safety. Implemented state management using Redux Toolkit and created responsive UI with Material UI and Bootstrap. Built robust backend APIs using Spring Boot with REST architecture. Integrated OAuth 2.0 and JWT for secure authentication, deployed on AWS with CI/CD pipeline automation.
Key Highlights
- Full-stack: Next.js + TypeScript frontend with Spring Boot REST backend
- Material UI + Bootstrap responsive design system across all breakpoints
- OAuth 2.0 + JWT authentication with secure AWS cloud deployment
- Redux Toolkit state management with CI/CD pipeline via GitHub Actions
Mapup EV Dashboard
Frontend DeveloperAnalytics dashboard rendering 50,000+ EV records with sub-100ms interaction latency. Moved CSV parsing to the client with Papa Parse, deferred heavy chart work behind skeleton screens, and memoized D3 selections so filter changes did not re-render unrelated panels.
Key Highlights
- 50,000+ record dataset with sub-100ms filter/interaction latency
- Client-side CSV parsing via Papa Parse — no server round-trip for dataset loads
- Memoized D3 selections so filter changes only re-render affected panels
- Skeleton screens deferring heavy chart work off the critical render path
Business Consultancy Platform
Frontend DeveloperContent-driven consultancy site built as a contract project, with reusable React components and a Tailwind design system. Wired GitHub Actions for CI/CD so the client could ship content updates without engineering involvement.
Key Highlights
- Reusable React component system with a Tailwind CSS design system
- Content-driven pages (services, team, testimonials, blog) built for non-engineering content updates
- Automated CI/CD deployment pipeline via GitHub Actions
- Contract freelance delivery for a professional consulting firm
Medi-Gwalior
Full Stack DeveloperHealthcare locator built for the RGPV Hackathon during India's COVID-19 second wave, helping patients find blood banks, oxygen suppliers, ambulances, medicine, and nearby hospitals. Ranked nearby clinics and pharmacies by real-world distance using the Haversine formula over a MySQL dataset, exposed through a small PHP REST layer.
Key Highlights
- State-level hackathon winner — healthcare management system
- Distance-ranked clinic/pharmacy lookup using the Haversine formula over a MySQL dataset
- PHP + MySQL backend with secure session-based authentication
- Full-stack implementation from UI design to server deployment
Swarn Palace
Full Stack DeveloperA freelance multi-page site for Swarn Palace covering rooms, menu, gallery, and a table-reservation flow. Built a fully responsive HTML5/CSS3/JavaScript front end with a contact/reservation form wired to a small PHP mailer. Handled hosting and deployment end-to-end.
Key Highlights
- Multi-page freelance site: rooms, menu, gallery, and reservation booking
- Fully responsive across desktop, tablet, and mobile viewports
- End-to-end ownership: design, development, hosting, and deployment
- Clean HTML5/CSS3/JavaScript with optimised load performance
Enterprise Chrome New Tab Dashboard
Full Stack DeveloperA production-focused Chrome New Tab Dashboard extension that transforms the default browser tab into an operational productivity surface. Features live weather data with geolocation, a todo list for lightweight task orchestration, a daily quote module, and dynamic background management via Unsplash, Pexels, and custom image URLs. Built with a modern enterprise stack and packaged as a Manifest V3 Chrome extension.
Key Highlights
- Live weather module with geolocation and city-based search
- Todo list, quote rotation, and dynamic background from Unsplash/Pexels/custom URLs
- Redux Toolkit for predictable state management and persistence across sessions
- Manifest V3 extension packaging with Next.js + TypeScript + Tailwind CSS