Portfolio

Selected Work

Production-grade AI systems, tools, and experiments.

AI Wisdom
Blog Platform

Performance

100 Lighthouse

Architecture

Static Gen

AI Wisdom

Technical writing platform for AI Architecture and Engineering.

A high-performance static site dedicated to essays, guides, and case studies on building real-world AI systems. Designed for readability with an emphasis on production lessons rather than theory. Uses Astro for near-instant page loads.

AstroTailwind CSSMDXVercel

Lesson: Content platforms must prioritize typography, reading experience, and zero-JS overhead.

BazaarPulse
Fintech Platform

Data

Real-Time NSE

Cache

Redis (Upstash)

BazaarPulse

Indian market intelligence platform with real-time NSE data.

A comprehensive market platform featuring real-time NSE data, stock screeners, and analytics. Built with a resilient browser-like NSE client utilizing cookie management and Upstash Redis for intelligent caching during market hours. Integrates Supabase for portfolio and watchlist tracking with Row Level Security.

Next.jsSupabaseRedisTypeScript

Lesson: Efficient caching and robust error handling are vital for public APIs.

PyAnimate
EdTech Tool

Runtime

Pyodide WASM

Lessons

50 Interactive

PyAnimate

Interactive browser-based Python algorithm learning playground.

A fully client-side Python execution environment built with Pyodide (WebAssembly). Enables users to step through algorithm executions line-by-line with interactive visualizations and Big O complexity charts. Integrates Monaco Editor for professional code editing.

Next.jsPyodideMonacoFramer Motion

Lesson: WebAssembly unlocks powerful client-side capabilities without server costs.

How Things Work
Education Platform

Visuals

React Flow

Content

MDX

How Things Work

Visual encyclopedia explaining internal technologies.

An interactive platform that uses animated diagrams, step-through visualizations, and interactive code editors to explain the internals of technologies like React Fiber, Azure Functions, and .NET Garbage Collection.

Next.jsReact FlowFramer MotionZustand

Lesson: Complex technical concepts are best taught through interactive visual traversal.

SutraFlow
EdTech Tool

Math

KaTeX Rendering

Testing

100% Coverage

SutraFlow

Interactive Vedic Mathematics learning platform.

A platform to teach students mental math techniques using Vedic Mathematics. Guides learners through Watch, Guided Practice, and Mental Math modes with step-by-step animations and mathematically validated problem generation.

Next.jsKaTeXFramer MotionVitest

Lesson: Teaching algorithms requires deep conceptual proofs alongside practice.