Recent Activity
László Bodor
User for 3 years
Created Content
Recently Created Pages View All
Transaction models
ACID Atomic All or nothing. A transaction needs to have all parts to succeed, otherwise it w...
Deployment strategies
Single Target Deployment All-at-once Deployment Minimum in-service Deployment Rolling...
UML Basics
UML = Unified Modelling Language UML Models Business System Model (BSM) IT System Model (ISM) ...
Software Architecture basics
Software architecture main requirements: User requirements Business requirements IT System ...
Bash Cheat Sheet
BASH stands for Bourne-Again SHell each BASH script should start with the shebang : #!/bin/bash ...