Собрали в одном месте самые важные ссылки
и сделали Тренажер IT-инцидентов для DevOps/SRE
The go-to library for adding CLI functionality in Python is the built in argparse library. This works really well, but there is a relatively new 3rd party library called typer that boasts a number of improvements.
A guide to add email sign-in (and verification) to Django using Gmail and others
A detailed comparison of SQLite performance under various configurations compared to default settings.
This article compares the development experience with Vue and Django REST Framework against HTMX and Django.
This article delves into the details behind the choice of calling dict() or using {} directly in your code. It covers the underlying structures in the interpreter as well as performance.