Skip to contentPedro Farbo

Articles tagged with #nodejs

DevOps3 min read

Observability with OpenTelemetry: Monitoring Microservices in Production

Implement complete observability in your microservices with OpenTelemetry, Prometheus, and Grafana. Learn to configure distributed traces, custom metrics, and log correlation for production debugging.

RabbitMQ3 min read

Messaging with RabbitMQ: Asynchronous Communication between Microservices

Learn how to implement asynchronous communication between microservices using RabbitMQ, including messaging patterns, dead letter queues, retry policies, and observability.

Kong Gateway3 min read

API Gateway with Kong: Complete Guide for Microservices

Learn how to implement a robust API Gateway with Kong to manage your microservices, including authentication, rate limiting, load balancing, and observability.

Node.js4 min read

Microservices Architecture with Node.js: Complete Guide

Learn how to design and implement a robust microservices architecture using Node.js with Clean Architecture, DDD, and SOLID principles.