Selected Projects
A curated list of projects and POCs demonstrating full-stack and AI engineering work.
Project Timeline
Jun
2024
Multi-Gateway Payment Integration
Python · Java · Stripe · Razorpay
Stripe & Razorpay POCs - secure server-side flows and webhook handling
Oct
2023
Pickly — In-browser Photo Culling
Next.js · React · ShadCN
Client-side photo culling tool built with Next.js and Shadcn/UI (privacy-first approach).
Aug
2022
Bravisa Analytics System
Python · Flask · PostgreSQL
Revived legacy financial reporting system; reduced report generation time by 40%.
Multi-Gateway Payment Integration
Stripe & Razorpay POCs - secure server-side flows and webhook handling
Python · Java · Stripe · Razorpay
- Implemented Checkout and Payment Element flows for Stripe and Razorpay
- Designed secure webhook handlers with idempotency and replay protection
- Built comparison benchmarks for transaction latency and error scenarios
Pickly — In-browser Photo Culling
Client-side photo culling tool built with Next.js and Shadcn/UI (privacy-first approach).
Next.js · React · ShadCN
- Client-only processing to avoid uploading personal photos
- Keyboard-first UX with star rating and side-by-side compare
- Small bundle size via dynamic imports and image decoding optimizations
Bravisa Analytics System
Revived legacy financial reporting system; reduced report generation time by 40%.
Python · Flask · PostgreSQL
- Rewrote ETL pipeline using modular Python transforms and improved parallelism
- Optimized heavy queries and introduced materialized views for reporting
- Reduced end-to-end report generation time by ~40% through batching and caching