PinnedRahul KapoorRedis Pub/SubReal-time Redis pub/sub explained and implementedJul 9, 2023Jul 9, 2023
PinnedRahul KapoorSystem Design — Design A Rate LimiterNote: I have read this great book System Design Interview — An insider’s guide by Alex Xu in depth. So most of my definitions and images…Jan 7, 202313Jan 7, 202313
PinnedRahul KapoorWhat is NSQ and how to Implement it with Go?NSQ is an open-source real-time distributed message queue with no single point of failure. It is a reliable message delivery service with…Jul 4, 20231Jul 4, 20231
PinnedRahul KapoorSystem Design — Scaling from Zero to Millions Of UsersNote: I have read this great book System Design Interview — An insider’s guide by Alex Xu in depth. So most of my definitions and images…Jan 2, 20239Jan 2, 20239
PinnedRahul KapoorGetting started with Go!Google Engineers and some of the great minds in the field of computer science — Rob Pike, Robert Griesemer and Ken Thompson developed Go…Dec 23, 2022Dec 23, 2022
Rahul KapoorUnderstanding Sync/Async processing and implementing it with GolangWhen working on projects that require handling multiple operations simultaneously, developers often encounter the choice between…Nov 5, 2023Nov 5, 2023
Rahul KapoorGetting started with Redis …Introduction to Redis (all the jibber-jabber) => https://medium.com/swlh/the-amazing-redis-620a621f3b2Aug 12, 2023Aug 12, 2023
Rahul KapoorSocket.IO explained and implemented with GoA bidirectional, low latency and event-based communication between client and serverJul 4, 2023Jul 4, 2023
Rahul KapoorBuilding A Golang Docker ImageI was learning docker where the course teacher was building, running and pushing python/java/nodejs docker images. My tech stack includes…Jan 20, 20231Jan 20, 20231