Links to various other articles or pages that might be useful for some to get a basic understanding of technology, or related concepts:
- Docker for beginners, by Prakhar Srivastav (Available also in Russian: Полное практическое руководство по Docker: с нуля до кластера на AWS), a comprehensive and easy-to-follow beginners guide on what is Docker and how to use it.
Bash
- Bash scripting tutorial: A coding style guideline an excellent best practice guide for Bash. Main focus of this guideline is to assemble Bash scripts to address readability and script maintenance issues, not portability in particular.