Design Patterns
Last updated
Was this helpful?
Last updated
Was this helpful?
→
-
Microservices are small, modular, and independently deployable services. Docker containers (for Linux and Windows) simplify deployment and testing by bundling a service and its dependencies into a single unit, which is then run in an isolated environment.
Articles:
Read:
Code examples:
Two standards are recommended:
gRPC
As of 2019, REST is still more widely used but gRPC contains great improvements and will be used more and more for new microservices.
→
- January 23, 2004
()
Definition on
Starting point with
[Wikipedia]())
If you're French, you can look at this article from .
Feature flags are a great way to do continuous delivery with the latest source code and activate when needed new functionalities. But there is a cost that is described in an article from .
You can easily find comparison between REST and gRPC on the internet, for example . There is an interesting summary on .
Refresh tokens: