Posts by malin • 56 points
2 posts
-
2
votes1
answer237
viewsA: What are the architectural database options for Microservices?
Database per service Shared database Saga API Composition CQRS Domain Event Event Sourcing On the website below there is a slightly more detailed description of each of these patterns in the section…
-
2
votes2
answers164
viewsA: What is the difference between centering with "align-items: center" or "margin"?
Shallow: The align-items: center ensures that flex-items within a flex display element center (vertically and horizontally). By margin you can do the same thing but it can be more complicated by…