✍️ Author

PyLand Team

PyLand Team

253 Articles
90830 Views
16 Reactions
✍️ Articles

Author's articles

All publications PyLand Team

Docker Compose: Multi-Container Applications
Docker

Docker Compose: Multi-Container Applications

Docker Compose is a tool for running multiple related containers as a single application. The configuration is defined in a...

🟑 Medium
πŸ“… 08.05.2026
Installing Docker: macOS, Windows, Linux
Docker

Installing Docker: macOS, Windows, Linux

Download Docker Desktop from docker.com/products/docker-desktop.

🟒 Beginner
πŸ“… 08.05.2026
Dockerfile: Building Your Own Images
Docker

Dockerfile: Building Your Own Images

Dockerfile β€” a text file with instructions for building an image. Each instruction becomes a layer.

🟑 Medium
πŸ“… 08.05.2026
Basic Docker Commands
Docker

Basic Docker Commands

Covered topics: Working with Images, Running Containers, Managing Containers, Logs and Debugging.

🟒 Beginner
πŸ“… 08.05.2026
Docker Volumes: Persisting Data
Docker

Docker Volumes: Persisting Data

By default, data inside a container is not persisted β€” delete the container and the data is gone. Volumes solve...

🟑 Medium
πŸ“… 08.05.2026
What Is Docker and Why You Need It
Docker

What Is Docker and Why You Need It

Docker solves one of the most common problems in software development: "It works on my machine, but not on the...

🟒 Beginner
πŸ“… 08.05.2026
API Keys: What They Are and How to Use Them
API

API Keys: What They Are and How to Use Them

Most public APIs require an API key β€” a unique string that identifies you as a registered user of the...

🟑 Medium
πŸ“… 08.05.2026
The requests Library: HTTP Requests from Python
API

The requests Library: HTTP Requests from Python

requests is the most downloaded Python library in the world β€” over 300 million downloads per month. It makes HTTP...

🟑 Medium
πŸ“… 08.05.2026
How to Read API Documentation
API

How to Read API Documentation

API documentation is a developer's primary tool. Knowing how to read it matters more than memorizing any specific API β€”...

🟑 Medium
πŸ“… 08.05.2026
HTTP Status Codes: What the Server Is Telling Your Program
API

HTTP Status Codes: What the Server Is Telling Your Program

Every time your program makes an API request, the server responds with more than just data β€” it responds with...

🟒 Beginner
πŸ“… 08.05.2026
SDK and REST API: What's the Difference and Which Should You Choose?
API

SDK and REST API: What's the Difference and Which Should You Choose?

In earlier lessons, you called APIs directly with requests: you supplied the URL, HTTP method, headers, and parameters yourself. Lesson...

🟑 Medium
πŸ“… 08.05.2026
HTTP Request Headers: What They Are and Why They Matter
API

HTTP Request Headers: What They Are and Why They Matter

Every HTTP request is made up of three parts: the start line, headers, and a body. Headers are the request's...

🟑 Medium
πŸ“… 08.05.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