Tag: RabbitMQ

Push Notification using RabbitMQ and NodeJS.

So this was one of my internship task where I had to build a push notification system for our application. However after searching various of ways of implementing it from YouTube or any blog, I wasn’t able to find a descent method. Hence, I experimented out with few technologies I came across ...

Video Streaming at Scale with Kubernetes and RabbitMQ

Streaming. That’s a word we hear a lot nowadays. Most of us use Netflix or YouTube daily. So much it has become part of everyone’s life, maybe too much for our own sake. But people rarely stop and wonder: how does it even work? From my developer’s point of view, it’s pure ...

Background Job in Rails Using Rabbitmq and Sneaker

If you are new to Back End Engineering, you might think that API flow is as simple as request, process then response. Well, at least that’s what I thought when I decide to start new journey as a Back End Engineer around 6 months ago. But, unfortunately, the reality is not that simple as you mi...