✍️ Author

PyLand Team

PyLand Team

253 Articles
90782 Views
16 Reactions
✍️ Articles

Author's articles

All publications PyLand Team

Pydantic v2 in FastAPI
Fastapi

Pydantic v2 in FastAPI

FastAPI uses Pydantic for data validation and serialization.

🟑 Medium
πŸ“… 30.06.2026
Multi-stage Builds: Shrinking Your Docker Image
Docker

Multi-stage Builds: Shrinking Your Docker Image

A large image means slow downloads, more disk usage, and a bigger attack surface. Multi-stage builds solve all three.

πŸ”΄ Advanced
πŸ“… 30.06.2026
Docker Compose: Advanced Features
Docker

Docker Compose: Advanced Features

A basic docker-compose.yml is just the starting point. Production workloads need healthchecks, profiles, override files, and resource management.

πŸ”΄ Advanced
πŸ“… 30.06.2026
Docker Networking: How Containers Communicate
Docker

Docker Networking: How Containers Communicate

Containers are isolated, but they often need to talk to each other and to the outside world. Docker handles this...

πŸ”΄ Advanced
πŸ“… 30.06.2026
Environment Variables in Docker
Docker

Environment Variables in Docker

Environment variables are the standard way to configure containers. They let you use a single image across different environments (dev,...

🟑 Medium
πŸ“… 30.06.2026
Search in Django
Django

Search in Django

You can start with simple Django ORM filters and move to PostgreSQL features when you need ranked, full-text search.

πŸ”΄ Advanced
πŸ“… 30.06.2026
Swagger Documentation with drf-spectacular
Django

Swagger Documentation with drf-spectacular

drf-spectacular generates an OpenAPI 3.0 schema and Swagger UI for DRF.

πŸ”΄ Advanced
πŸ“… 30.06.2026
settings.py: Django Configuration
Django

settings.py: Django Configuration

settings.py is the central configuration file for a Django project.

🟒 Beginner
πŸ“… 30.06.2026
DRF Serializers
Django

DRF Serializers

A serializer converts model objects to and from a Python dict and JSON.

🟑 Medium
πŸ“… 30.06.2026
Django Project Structure
Django

Django Project Structure

After running django-admin startproject mysite, the following standard structure is created:

🟒 Beginner
πŸ“… 30.06.2026
CSRF Protection in Django
Django

CSRF Protection in Django

CSRF (Cross-Site Request Forgery) is an attack in which an adversary tricks the user's browser into sending a request on...

🟑 Medium
πŸ“… 30.06.2026
Django Model Fields
Django

Django Model Fields

A model is a Python class that describes a database table. Each field represents a column.

🟒 Beginner
πŸ“… 30.06.2026
πŸ“Š Statistics

Statistics by categories

Author's article distribution by topics

πŸ“

Django

63 articles

πŸ“

Python

54 articles

πŸ“

Git ΠΈ GitHub

32 articles

πŸ“

Html Css

23 articles

πŸ“

LLM ΠΈ AI

21 articles