All Articles
Docker
Docker
Author: Sergei Chabrov
Original language: English
Oct 2024
Docker components and commands overview. Introduction into Networks, Volumes, Dockerfiles, and Docker Compose.
Read PDFOperating systems (OSes)
OS
Author: Sergei Chabrov
Original language: English
Dec 2024
A comprehensive course on Operating systems. This course covers topics such as memory, I/O, processes, and threads, inter process communication, etc.
Read PDFCyclomatic Complexity (CC)
CleanCode
Author: Sergei Chabrov
Original language: English
Dec 2024
Cyclomatic complexity (CC) is a software metric that measures the complexity of a program. It counts the number of independent paths through the code, determined by the number of control structures.
Read PDF