Projects

Personal and professional projects spanning healthcare, banking, media, and social platforms.
Built as side explorations and production work.

Professional Experience

A guided health flow designed to reduce avoidable ER visits by simplifying symptom input, educating users on condition severity, and leveraging historical claims data to surface underlying risks. The flow also supports proactive care by helping users schedule routine monthly or annual visits before conditions escalate.

Contributions

  • Onboarded by reviewing the PRD and Figma designs to understand the intended user flow
  • Generated technical documentation by feeding Figma designs and user flows into AI, covering priority features and edge cases
  • Integrated the app into the main portal via Module Federation, built within an internal Next.js monorepo framework
  • Configured GitHub branch policies to enforce code review and safe merging practices

Tech Stack

Next.js, Module Federation, Spring Boot, GraphQL, i18n, Azure, AWS, Github Copilot, Amazon Q


AI-assisted claims submission flow where US users can select claims, upload documents, and have information automatically scanned and extracted. Users verify pre-filled data and submit, reducing incorrect submissions and improving the overall experience.

Contributions

  • Onboarded by understanding existing claims flow end-to-end
  • Generated technical documentation by feeding Figma designs and user flows into AI, covering priority features and edge cases
  • Integrated the app into the main portal via Module Federation, built within an internal Next.js monorepo framework
  • Owned and maintained the frontend repo, a Spring Boot service repo, and two scheduler repos

Tech Stack

Next.js, Module Federation, Spring Boot, GraphQL, i18n, Azure, AWS, Github Copilot


Digital Supply Chain Finance

PSB Alliance (Veefin)

A multi-tenant Digital Supply Chain Finance platform for Public Sector Banks, automating credit delivery via embedded digital workflows across products including DF, VF, PID, SID, Factoring, and Reverse Factoring. Integrates with banks' LOS/LMS systems and 100+ sourcing partners including B2B marketplaces and debt arrangers.

Contributions

  • Established the monorepo structure to support scalable multi-team development
  • Built dynamic, backend-driven forms adhering to banking compliance policies
  • Developed a workflow-driven form system where a visual workflow builder generates a JSON config that dynamically renders multi-step form flows within a single process
  • Implemented dependency-aware field behaviour including reactive API calls on field change, auto-population of values from contextual data, and repeatable block elements
  • Supported flexible form layouts with grid and tabular rendering modes

Tech Stack

React, Mono repo, Spring Boot, Node.js, AWS

Personal Experience

A full-stack event ticketing platform built to explore Kafka and Docker in a real-world context. Users can browse events and book tickets. Each confirmed ticket generates a unique QR code; scanning it triggers a real-time status update via Kafka events — simulating entry validation at the venue.

Contributions

  • Designed and built the end-to-end ticketing flow — event listing and booking confirmation
  • Generated unique QR codes per ticket, with scan-based status transitions powered by Kafka event streaming
  • Containerised all services using Docker and Docker Compose for consistent local and production environments
  • Used Kafka to decouple the QR scan service from the ticket status update service, enabling async processing

Tech Stack

Next.js, Node.js, Kafka, Docker, PostgreSQL