Learn programming with our articles
Practical tutorials, in-depth technology reviews and current trends in the development world from industry experts.
Choose a direction
Each category contains carefully selected materials from experts
Fresh content
The most relevant materials from our experts
Swagger Documentation in FastAPI
FastAPI automatically generates OpenAPI documentation from your code.
Deploying FastAPI with Docker
Railway will also automatically detect a Dockerfile if one is present.
Path and Query Parameters in FastAPI
FastAPI determines automatically: if the parameter appears in the path {} it is a path...
JWT Authentication in FastAPI
Охватываемые темы: Installation, Configuration, Password and Token Utilities, Token Endpoint.
SQLModel: the basics
SQLModel is a library for working with databases in FastAPI, combining SQLAlchemy and Pydantic.
Pydantic v2 in FastAPI
FastAPI uses Pydantic for data validation and serialization.
Multi-stage Builds: Shrinking Your Docker Image
A large image means slow downloads, more disk usage, and a bigger attack surface. Multi-stage...
Docker Compose: Advanced Features
A basic docker-compose.yml is just the starting point. Production workloads need healthchecks, profiles, override files,...
Docker Networking: How Containers Communicate
Containers are isolated, but they often need to talk to each other and to the...
Environment Variables in Docker
Environment variables are the standard way to configure containers. They let you use a single...
Search in Django
Requires PostgreSQL and django.contrib.postgres in INSTALLEDAPPS.
Swagger Documentation with drf-spectacular
drf-spectacular generates an OpenAPI 3.0 schema and Swagger UI for DRF.
Want to share your knowledge?
Become an author on our blog and help other developers learn new technologies