DEV Community

Microservices

An architectural and organizational approach to software development where software is composed of small independent services that communicate over well-defined APIs

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
How Services Send Messages Without Losing Them (Explained with Swiggy)

How Services Send Messages Without Losing Them (Explained with Swiggy)

Comments
3 min read
5 JPQL Patterns That Nearly Killed Our Banking CRM Performance

5 JPQL Patterns That Nearly Killed Our Banking CRM Performance

Comments
1 min read
The Outbox Pattern Is Not Enough

The Outbox Pattern Is Not Enough

Comments
7 min read
Your Database Said "Success." Your Message Broker Said "Try Again."

Your Database Said "Success." Your Message Broker Said "Try Again."

Comments
10 min read
Introduction to the Cloud-Native World with Azure Kubernetes Services (AKS) - Series Part 5

Introduction to the Cloud-Native World with Azure Kubernetes Services (AKS) - Series Part 5

Comments
4 min read
eBPF-Powered Request Tracing in Go Microservices Without Instrumentation Tax

eBPF-Powered Request Tracing in Go Microservices Without Instrumentation Tax

Comments
6 min read
You Don't Always Need a Workflow Engine to Roll Back a Failed Checkout

You Don't Always Need a Workflow Engine to Roll Back a Failed Checkout

2
Comments
5 min read
Introduction to the Cloud-Native World with Azure Kubernetes Services (AKS) - Series Part 4

Introduction to the Cloud-Native World with Azure Kubernetes Services (AKS) - Series Part 4

Comments
4 min read
Testing Microservices: A Complete Guide to Unit, Integration, and End-to-End Testing for Reliable Applications

Testing Microservices: A Complete Guide to Unit, Integration, and End-to-End Testing for Reliable Applications

Comments
5 min read
The Dual-Write Problem and How to Actually Fix It

The Dual-Write Problem and How to Actually Fix It

Comments
5 min read
Protecting Microservices: Implementing End-to-End Encryption Across REST APIs

Protecting Microservices: Implementing End-to-End Encryption Across REST APIs

1
Comments
6 min read
The Circuit Breaker Pattern: Stop Calling a Dead Service

The Circuit Breaker Pattern: Stop Calling a Dead Service

Comments
4 min read
Why You Need an API Gateway (and When You Don't)