Project 01

Round Smarter

AI-Powered Physician Rounding Assistant

Overview

A Healthcare SaaS platform enabling physicians to manage patient census, view clinical records (labs, vitals, medications), and generate AI-assisted SOAP notes via a conversational chat interface.

The Challenge

Physicians needed a fast, hands-free tool to generate clinical notes during rounds without disrupting their workflow. The platform had to handle 100+ patient records smoothly while minimizing repeat API calls in clinical environments with poor connectivity.

Key Impact

60–70% reduction in repeat API calls via client-side IndexedDB caching
Smooth patient list rendering at 100+ records via virtualization
Hands-free SOAP note dictation via Web Speech API integration
Multi-stage Docker builds cut image size significantly across environments

Tech Stack

React.jsTypeScriptRedux ToolkitRTK QueryDexieJSWeb Speech APIreact-windowDockerNginx
Project 02

Texas Hub

E-commerce Platform — Admin Panel & Customer Portal

Overview

Two production applications for the same e-commerce platform: an internal admin panel with multi-currency catalog management and a customer-facing portal with unified cart, multi-currency checkout, and order tracking.

The Challenge

The platform needed to handle multiple currencies (USD/EUR/ILS/CAD), a complex 4-stage order workflow, and a barcode scanning system that eliminated conflicts between concurrent warehouse sessions.

Key Impact

60–70% reduction in per-item verification time vs manual checklist
Zero scan-count conflicts between concurrent warehouse sessions
Supports 4 currencies: USD, CAD, EUR, ILS
Lazy-loaded routes scoped initial bundle to auth/landing screens only

Tech Stack

React.jsTypeScriptRedux ToolkitRTK Queryhtml5-qrcodeJWTAxiosTailwind CSSVite
Project 03

MMF Infotech AI

Corporate B2B AI Services Website

Overview

A production B2B marketing website for an AI services company covering 5 service categories with 20+ sub-service pages. Built with Next.js App Router using SSG, ISR, CSR, and SSR rendering strategies.

The Challenge

The site required full SEO optimization with complex schema markup, a headless WordPress blog with ISR caching, and environment-aware deployment with proper indexing flags.

Key Impact

6 JSON-LD schema types for maximum search visibility
ISR blog caching for performance with dynamic content
Environment-aware sitemap/robots configuration
Two-level dynamic service routing architecture

Tech Stack

Next.jsTypeScriptApp RouterISRSSGSSRJSON-LDWordPress APITailwind CSS
Project 04

30 Minutes Fix

Repair Booking Platform

Overview

A large-scale multi-module SPA for a device repair platform covering repair booking, DIY parts e-commerce, protection plans, insurance quotes, and a user dashboard using React 18, Vite, Redux Toolkit, and MUI v5.

The Challenge

The platform needed to manage 18+ Redux slices for a complex multi-step booking engine while integrating multiple payment providers (Stripe, ZipPay, PayPal) with different success/failure redirect flows.

Key Impact

18+ Redux slices managing complex multi-module state
3 payment providers: Stripe, ZipPay, PayPal
Google Maps geolocation for nearest repair store
Isolated dev/staging/production environments via Vite mode flags

Tech Stack

React 18ViteRedux ToolkitMUI v5TypeScriptStripeGoogle Maps APIGoogle OAuthIntercom