👋 Hi! I’m a Full-Stack Developer with a passion for tech . Whether it’s building robust systems with Go (Golang) or exploring the intricacies of Kubernetes OS, networking, and distributed systems, I thrive on solving complex challenges. With a blend of curiosity 🔍 and technical expertise ⚙️, I aim to craft efficient, scalable solutions that push the boundaries of tech. Let’s innovate together! 🚀
Some of my recent projects
KV Store (Go,TCP)
A Redis serialization protocol specification(RESP) compliant key-value store written in Golang. An attempt to decode how Redis works under the hood and understand the design decisions.
Hyper (Go,HTTP,TCP,Concurrency)
hyper is a lightweight toy and extensible HTTP server framework for building TCP-based web applications in Go inspired by gin
Load Tester (Go,Worker Pattern, Semaphores, React)
Load Tester is a Go-based application for stress testing and benchmarking HTTP APIs. It simulates multiple users making HTTP requests to evaluate the performance, reliability, and scalability of a system under different levels of load.
pub-sub (Go, WebSockets,Fanout Pattern,Semaphores,Checkpoint)
A toy real-time Pub-Sub messaging system with durable queues, dynamic routing, and WebSocket support for seamless communication.