安裝中文字典英文字典辭典工具!
安裝中文字典英文字典辭典工具!
|
- What are microservices?
The microservices pattern language is your guide when designing an architecture: service collaboration, testing, deployment, common crosscutting concerns and more
- Microservices Pattern: Microservice Architecture pattern
I appreciate how you highlighted the benefits of microservices, such as increased scalability and faster development cycles, while also addressing the potential challenges involved Your practical examples and real-world scenarios added great value to the post, making it relatable and easy to grasp
- A pattern language for microservices
Should there not also be a pattern how to mange code and related files (build, deployment) of microservices? Using a Mono-repository (one for all microservices) or Multi-repository (a repository for each microservice)
- Pattern: API Gateway Backends for Frontends - Microservices
The granularity of APIs provided by microservices is often different than what a client needs Microservices typically provide fine-grained APIs, which means that clients need to interact with multiple services
- Authentication and authorization in a microservice architecture: Part 1 . . .
While this series focuses on microservices, starting with the monolith provides a solid introduction to authentication and authorization It allows us to contrast the simpler, centralized approach of a monolithic architecture with the complexities and distributed nature of a microservice architecture
- 10 years of microservices
At the time, I didn’t call this style of architecture microservices That term didn’t become popular until James Lewis and Martin Fowler’s 2014 article Instead, I talked about a modular, polyglot architecture, which was too much of a mouthful to catch
- Pattern: Messaging - Microservices
The Domain-specific protocol pattern is an alternative pattern The RPI pattern is an alternative pattern See also My book Microservices patterns describes inter-communication in depth Enterprise Integration Patterns - a comprehensive set of message patterns The Eventuate Tram framework, which implements transaction messaging for microservices
- Authentication and authorization in a microservice architecture: Part 2 . . .
This article is the second in a series of articles about authentication and authorization in a microservice architecture The complete series is: Overview of authentication and authorization in a microservice architecture Implementing authentication Implementing simple authorization Developing complex authorization Implementing complex authorization using Oso Cloud - part 1 Implementing
|
|
|