Month: March 2022

Go fiber custom middleware

As a Golang developer coming from a nodejs background, my framework of choice when it comes to REST API like many is Go Fiber. Due to its simplicity and beginner-friendly approach like express.js, it becomes very easy to start and build performant APIs. Also, just like expressjs, it comes with middleware support, routing, template engines […]

RabbitMQ in docker

In this tutorial, we will be trying to deploy one of the previous rabbitmq projects using docker. Agenda So what we will be doing is that modify our rabbitmq-nodejs app so that we can deploy it using docker. Basically in that app, we have 3 main functionality namely 1. Image upload functionality.2. A producer that […]

Back To Top