Hey Friend 👋!, I simply love building softwares.
Programming Languages: Python, Golang, Java, TypeScript, SQL
Backend & Systems: Nest.JS, Go/Echo, FastAPI, Distributed Systems, Microservices, REST API, gRPC, Apache Kafka, Apache Spark
Data & AI: Redis, PostgreSQL, BigQuery, LLMs, Vector DBs, AI Agentic
Cloud & Infra: Docker, Kubernetes, OCI, GCP, Terraform, CI/CD, Prometheus, Grafana
Deeplearning and AI: TensorFlow, PyTorch, Keras, scikit-learn, Hugging Face Transformers, Kubeflow, Torchserve, LLMs, Generative AI, langchain, CrewAI
Miscellenous: Cooking, Biking, Open source, FOSS, Self hosted
Built a sharded, fault-tolerant key-value store from scratch in Go — implements Raft consensus for leader election and log replication, gRPC for inter-node RPC, and a gossip protocol for membership and eventual consistency. Designed to survive node failures without data loss.


Designed a read-heavy URL shortener in Go — uses Redis for sub-millisecond lookup caching, PostgreSQL for persistence, and Bloom filters to eliminate DB hits for non-existent keys. Built to handle high read throughput with minimal write amplification.


An extensible AI agent powered by Google Gemini, featuring dynamic tool registration via an @tool decorator, multi-step tool execution, color-coded logging, configurable LLM backends, and robust error handling for reliable task automation.

