Projects
Things I've built to learn, ship, and solve real problems.
2026
Postgres Query Analyzer
Advanced PostgreSQL query optimization tool with execution plan analysis, index suggestions, and performance bottleneck detection.
Code Index MCP
MCP server for AI agents to index and search large codebases efficiently. Integrates with Claude and other AI tools for intelligent code exploration.
AI Gateway
A unified LLM API Gateway with automatic fallback, tool support, multimodal content handling, persistent memory with vector embeddings, and SSE streaming.
Security Scanner
Fast CLI security scanner for AI agent ecosystems. Detects prompt injection, command execution risks, secret leakage, and supply-chain threats.
Plane Discord Bot
Serverless Discord bot built on Cloudflare Workers that integrates Plane for issue management and generates personalized AI-powered daily summaries using Gemini.
2025
Load Balancer From Scratch
Production-grade load balancer implementation from scratch with round-robin scheduling, health checks, connection pooling, and failover mechanisms.
Distributed Web Crawler
Highly concurrent distributed web crawler with distributed task scheduling, rate limiting, robots.txt parsing, and fault tolerance.
MiniQueue
High-performance job queue system with at-least-once delivery guarantees, idempotency via deduplication, priority queuing, and connection pooling.
2024
2023
Hotel Booking App
A fullstack hotel booking platform built with React, Node.js, MongoDB. Supports Stripe payments and e2e testing with Playwright.