All Articles

Celery
Celery

Author: Sergei Chabrov

Original language: English

Sep 2024

Base Celery guideline for Django. You will learn how to set up Celery, Message Broker. Celery admin tools and many more.

Read Read PDF
Docker
Docker

Author: Sergei Chabrov

Original language: English

Oct 2024

Docker components and commands overview. Introduction into Networks, Volumes, Dockerfiles, and Docker Compose.

Read PDF
Django
Django

Author: Sergei Chabrov

Original language: English

Oct 2024

This article contains simple and constructive notes about the Django Framework. These notes cover such topics as models, View, templates, and authentication. Localization, caching, etc.

Read Read PDF
Operating 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 PDF
Cyclomatic 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