microservice

A microservice is a software architecture design pattern in which a single application is composed of many small, independent processes called "microservices" that communicate with each other using well-defined interfaces. Each microservice is responsible for a specific function and can be developed, tested, and deployed independently, making it easier to scale and maintain the overall application.
microservice
Aug
24

Micro services. Direct vs indirect communication.

1 min read
Nov
10

NestJs Microservice exception handling

1 min read