Here are some of the projects I’ve worked on:
MCP Orchestration System: Production-Oriented Agent Control Plane
A production-oriented MCP (Model Control Plane) orchestration system designed to manage agentic workflows with statefulness, extensibility, cost control, and multi-step reasoning capabilities.
Read more →Building a Production-Oriented Semantic Search System with Milvus and Cross-Encoder Reranking
A production-ready semantic search system that separates recall and precision through a multi-stage retrieval pipeline. Combines Milvus vector search, distance-based filtering, and Cross-Encoder reranking for high-quality retrieval results.
Read more →Cluster-Based Summarization System: Scalable Text Clustering and Summarization Pipeline
A production-ready system that clusters semantically similar texts and summarizes key themes using LLMs. Combines transformer embeddings, UMAP, HDBSCAN, and keyword extraction techniques.
Read more →Group Chat Architecture and Implementation
An in-depth exploration of the architecture and implementation of a group chat system, covering group creation, subscription, real-time messaging, and gRPC-based communication between microservices.
Read more →One-to-One Chat Architecture and Implementation
An in-depth look into the one-to-one chat architecture and its implementation for handling text and media messages.
Read more →Travel Expense Tracker Backend System
A modular backend system for managing travel expenses, built with Node.js and Express, featuring microservices, message queues, and integration with third-party APIs.
Read more →CoolChat Platform System Design: Scalable and Secure Chat Architecture
A scalable, real-time chat platform leveraging Web3 authentication, microservices architecture, and message queuing for high concurrency and performance.
Read more →Message Queue Microservice: Building a Scalable gRPC and RabbitMQ-Based Solution
Learn how I built a message queue microservice using gRPC and RabbitMQ, with support for direct and fanout publish/subscribe models.
Read more →MongoDB Cluster Setup: Automated Deployment for High Availability and Scalability
Automating the deployment of a highly available, sharded MongoDB cluster using Docker and shell scripts.
Read more →Web3 Wallet Authentication System: A Decentralized Approach
An innovative Web3 wallet-based authentication system, ensuring secure access to chat applications without traditional password-based login methods.
Read more →Push Notification Microservice: Scalable Multi-Platform Notification System
A gRPC-based push notification microservice.
Read more →