Featured Projects

A curated selection of projects that showcase my expertise in full-stack development, design systems, and devops.

CodeRevU — AI-Powered GitHub PR Review

2025

An AI-powered GitHub pull request review platform that automatically generates structured, actionable code reviews using Retrieval-Augmented Generation (RAG) and Gemini AI.

Next.js 16TypeScriptPostgreSQLPrismaGemini AIPineconeInngestGitHub Webhooks

RunBook — Visual Workflow Execution Engine

2025

A full-stack workflow automation platform with webhook-triggered, AI-augmented execution. Built with Next.js 15, React Flow, Prisma, and Inngest for event-driven workflow orchestration.

Next.js 15React 19TypeScriptReact FlowPrismaPostgreSQLInngesttRPCJotaibetter-authVercel AI SDKGemini AIOpenAI

Blogify — Distributed Blogging Platform

2025

A 3-service distributed backend system with async communication, Redis caching, and RabbitMQ-based messaging, achieving 99.9% message delivery reliability.

Node.jsTypeScriptMongoDBRedisRabbitMQDocker

Streamify — Real-Time Communication Platform

2025

A real-time communication platform supporting video calls, messaging, and presence tracking using WebRTC, Socket.io, and JWT-based authentication.

Node.jsReactSocket.ioWebRTCJWTTailwind CSS

DrillWork — Role-Based Task Management System

2025

Designed REST API endpoints using TypeScript, Express, MongoDB, React, Passport.js, and Zustand to enable workspace, project, and task management with role-based permissions.

TypeScriptExpress.jsMongoDBMongooseReactPassport.jsZodZustand

Regex — Regex Engine in Go

2025

A regex engine in Go: lexer, parser, and matcher with a small CLI to try patterns against text. Supports literals, quantifiers, alternation, groups, predefined classes, and escapes.

Go