PyLand Team
PyLand Team
Author's articles
All publications PyLand Team
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...
Installing Docker: macOS, Windows, Linux
Download Docker Desktop from docker.com/products/docker-desktop.
Dockerfile: Building Your Own Images
Dockerfile β a text file with instructions for building an image. Each instruction becomes a layer.
Basic Docker Commands
Covered topics: Working with Images, Running Containers, Managing Containers, Logs and Debugging.
Docker Volumes: Persisting Data
By default, data inside a container is not persisted β delete the container and the data is gone. Volumes solve...
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...
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...
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...
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 β...
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...
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...
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...
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