Some code examples to cover some of the common DevOps processes.
Each folder on the root represents a technology which the code is related, below that should contain related folders or files
├── technology1
│ ├── example1
│ │ ├── example.sh
│ │ ├── functions.sh
│ │ ├── README.md
│ ├── example1
│ │ ├── example.sh
│ │ ├── functions.sh
│ │ ├── README.md
├── technology2
│ ├── example1
│ │ ├── example.sh
│ │ ├── functions.sh
│ │ ├── README.md
├── README.md