Posts tagged “microservices”
2 posts found

Message Queues in Node.js: Redis vs RabbitMQ
April 24, 2026
A practical comparison of Redis and RabbitMQ for message queues in Node.js microservices. Learn when to use each, with real production code examples.
nodejsmicroservicesredis+2

Distributed Tracing in Node.js Microservices
April 19, 2026
Learn how to implement distributed tracing in Node.js microservices using OpenTelemetry. Discover traces, spans, context propagation, and production best practices.
Node.jsMicroservicesOpenTelemetry+1