- About.
- Documentation.
- General.
- Microservice Architecture.
- Event-Driven Architecture.
- Serverless Architecture.
- Cloud Architecture.
- General Parts.
- Situations that can provoke problems on the Server.
- Sort This.
- Type of Scaling.
- Help.
- API Gateway.
- Load Balancer.
- Fault Tolerance and Resilience.
- Cycle Breaker Pattern.
- Fallback.
- Config Server.
- Authentication and Authorization.
- Control the number of threads on the server.
- Slow executions of thread.
- Fallback functionality.
- Throw an error. This way is not recommended.
- Return a fallback "default" response.
- Save previous responses (cache) and use that when possible.
- Horizontal.
- Vertical.
- Hybrid.