jsmanifest logojsmanifest

Posts tagged “Microservices

6 posts found

API Gateway Patterns in Node.js

API Gateway Patterns in Node.js

April 28, 2026

Learn practical API gateway patterns in Node.js—from basic routing to circuit breakers. Real code examples for building resilient microservice architectures.

nodejsmicroservicesarchitecture+1
Saga Pattern: Managing Distributed Transactions

Saga Pattern: Managing Distributed Transactions

April 27, 2026

Learn how to manage distributed transactions across microservices using the Saga pattern with orchestration and choreography approaches in TypeScript.

saga patterndistributed transactionsmicroservices+2
Event-Driven Architecture with Node.js

Event-Driven Architecture with Node.js

April 26, 2026

Learn how to build scalable event-driven applications in Node.js using EventEmitter, custom events, and practical patterns for decoupled systems that actually work in production.

nodejsarchitectureevents+2
Circuit Breaker Pattern for Resilient Microservices

Circuit Breaker Pattern for Resilient Microservices

April 25, 2026

Learn how I prevented cascading failures in microservices using the circuit breaker pattern. Real-world examples with Node.js, configuration strategies, and monitoring approaches that actually work.

microservicesdesign patternsresilience+2
Message Queues in Node.js: Redis vs RabbitMQ

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

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