RabbitMQ Tips: The importance of poisonous message handling for DLQs
Poisonous message handling is very important in the Dead Letter Queue (DLQ) and this post we will show what happen when we do not take that into account
Poisonous message handling is very important in the Dead Letter Queue (DLQ) and this post we will show what happen when we do not take that into account
Keeping project dependencies up to date is always a challenge. Fortunately, Dependabot can help with that.
This document is a set of principles that are part of my software engineering philosophy
The mentorship with Aleksey provided an invaluable opportunity to learn from his extensive experience and gain insights into his approach to work
Prefetch count is a very important parameter that we have when configuring consumers in RabbitMQ, this real-case scenario shows an example of this
Classic queues are deprecated and are going to be replaced by Quorum queues, which are durable, replicated FIFO queues build with data safety as a top priority
Learn what is Observability and the basic signals that allows system to be observable
Caching frequently used information is a very good approach to speed up your microservice. In this post we show a brief overview about caching
Our main goal as the platform team is to help improve the developer experience and help the company to deliver more
We were seeing random queries taking as much a 35 seconds on our Postgres DB. The cause was GIN index feature that you have to get to know