Strangler pattern
Incrementally developing a newer system replacing the old system. Parts of the old system is replaced with features in new system eventually replacing the complete system. This pattern is mainly helpful for backend systems (API).
Federated Identity Pattern
Delegate authentication to an external identity provider. Simplify the development, minimizes requirements for user administration.
Cache-Aside pattern
Load data on demand to a cache. Can improve performance.
0 comments:
Post a Comment