/blog / #microservices
$ tag: #microservices
3 post(s)
$ Related series
$ Posts in this tag
9 min read
Why Your Event Store Becomes a Bottleneck (And How NestJS Microservices Can Fix It)
Your event store processes 10K events/min smoothly, then Black Friday hits. How to scale with distributed NestJS microservices.
2 min read
Circuit Breakers: Containing Cascading Failures
How a circuit breaker opens, isolates a failing dependency and closes again, why that stops a failure cascading, and how to implement one.
3 min read
JWT: How Signed Tokens Work and What They Prove
How a JSON Web Token is built, signed and verified, what the signature does and does not prove, and where JWT fits in a microservices setup.