Explore my projects, where each one reflects my growth as a developer. From concept to execution, I tackle challenges with creativity and technical skill. Dive in to see the work that drives my passion for building impactful solutions.
DevOps/Cloud-Native/Service Mesh
A production-grade Service Mesh implementation using Istio on Kubernetes. Focuses on advanced traffic management with weighted canary deployments, header-based routing, and circuit breaking. Enforces Zero Trust security via strict mTLS and includes a full observability stack (Jaeger for tracing, Prometheus for metrics). Infrastructure provisioning is fully automated using Terraform and Kind.
AI/DevOps/Cloud-Native
An intelligent property brochure generator using AI (OpenAI GPT) for multi-language content and professional PDFs. Built a complete DevOps pipeline with GitHub Actions CI/CD, automated Docker builds pushed to Amazon ECR, and zero-downtime deployments to Amazon EKS. Implemented comprehensive observability with Prometheus metrics collection, Grafana dashboards, and Alertmanager with Slack integration for real-time monitoring and alerting. Features containerized microservices (Go/Node.js) and automated cloud deployments.
Full Stack, Security/AI
A context-aware, AI-powered threat modeling platform for software security. Monitors codebases continuously, builds interactive threat maps, and gives GPT-4-driven remediation suggestions. Integrates static/dynamic analysis, automated reporting, and real-time alerts. Features multi-language analysis (Go, JS/TS, Python, etc), AST-based engine, OWASP/CWE mapping, modern React 3D UI, direct GitHub/Slack integration, risk heatmaps, and MCP (LangChain/OpenAI) agent.
Full Stack, Legal AI/RAG
A comprehensive legal AI system combining Retrieval Augmented Generation for legal precedent mining with automated document generation. Find Supreme Court cases, predict outcomes, and create PIL/RTI/Complaint docs integrated with Claude Desktop via MCP. Features RAG for precedent search, FastAPI agentic-AI, Go (Gin) backend, Next.js/React frontend, Python/Flask microservices, secure document management and outcome prediction.
Full Stack
Get Me a Chai is a crowdfunding platform designed to help creators receive support through direct contributions from fans and followers. Inspired by "Buy Me a Coffee," it allows users to fund creators through donations, ensuring creators can continue doing what they love with the support of their community.
Networking
A lightweight DNS server built with Go and Fiber for authoritative domain resolution. Handles UDP-based DNS queries with in-memory record storage and provides a REST API for dynamic record management. Features custom port support and real-time domain mapping. Wrote an in-depth blog explaining DNS fundamentals and the development journey.