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 PDFOOP Basics in Python
OOP, Python
Author: Sergei Chabrov
Original language: English
Oct 2025
This article provides in-depth look at Python's Object-Oriented Paradigm (OOP), tailored for Python 3.10 and later. It clarifies core concepts, including the special (or dunder) methods, demystifies the descriptor protocol with example, and so on.
Read Read PDF