Advanced Search
Search Results
43 total results found
UML Basics
UML
UML = Unified Modelling Language UML Models Business System Model (BSM) IT System Model (ISM) UML Views BSM- External view- Internal View ISM- Static view- Dynamic view UML Diagrams Class diagram classes within the system methods and fields associat...
Deployment strategies
The DevOps book
Single Target Deployment All-at-once Deployment Minimum in-service Deployment Rolling Deployment Blue Green Deployment Canary deployment
Transaction models
The Database book
ACID Atomic All or nothing. A transaction needs to have all parts to succeed, otherwise it will fail. Example: Bank transfer (credit/debit) Consistent A transaction needs to transition from one valid state to another. Isolated Transactions don't inter...