← all posts

grep "#microservices" posts/*

3 results

How I Design Go Microservices for High Throughput Systems

Architectural patterns for building Go microservices that handle thousands of requests per second — connection pooling, batching, and backpressure.

gomicroservicesperformance

Lessons from Building Event-Driven Microservices in Go

Practical lessons on event schemas, eventual consistency, idempotent consumers, and the realities of building event-driven systems in Go.

gomicroservicesdistributed-systemsarchitecture

Request Context Propagation in Node.js Microservices

How to trace requests across services using AsyncLocalStorage, correlation IDs, and OpenTelemetry in a Node.js microservices architecture.

nodejsmicroservicesdistributed-systemsobservability