🏷️ Tag

#api

Study materials by tag "api" from expert practitioners. Current articles and useful tips for development.

25 Articles
25 Materials
50 Views

Articles with tag "#api"

All materials on the topic api

📝
🔴 Difficult

JWT Authentication in FastAPI

Охватываемые темы: Installation, Configuration, Password and Token Utilities, Token Endpoint.

📝 Fastapi
📅 30.06.2026
📝
🟡 Medium

Pydantic v2 in FastAPI

FastAPI uses Pydantic for data validation and serialization.

📝 Fastapi
📅 30.06.2026
📝
🟡 Medium

Django REST Framework: Introduction

DRF is the most popular package for building REST APIs in Django.

📝 Django
📅 30.06.2026
📝
🔴 Difficult

REST API Design Principles

Охватываемые темы: Resources and URLs, HTTP methods, Nested resources, Response codes.

📝 API
📅 30.06.2026
📝
🟡 Medium

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...

📝 API
📅 08.05.2026
📝
🟡 Medium

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...

📝 API
📅 08.05.2026
📝
🟡 Medium

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 —...

📝 API
📅 08.05.2026
📝
🟢 Easy

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...

📝 API
📅 08.05.2026
📝
🟡 Medium

SDK vs REST API: What's the Difference and Which Should You Use

In previous lessons we worked with REST APIs directly via requests.get() and requests.post(). But many services ship their own SDK...

📝 API
📅 08.05.2026
📝
🟡 Medium

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...

📝 API
📅 08.05.2026
📝
🟢 Easy

URL Structure and Query Parameters

Every HTTP request targets a specific address. Understanding URL structure means you can read requests like plain text instead of...

📝 API
📅 08.05.2026
📝
🟢 Easy

HTTP Methods: GET, POST, PATCH, PUT, DELETE

In previous lessons we always used GET requests — asking the server for data. But HTTP supports other methods for...

📝 API
📅 08.05.2026

Similar tags

Study related topics

🏷️

#fastapi

Related articles fastapi

📚 14 articles
🏷️

#basics

Related articles basics

📚 3 articles
🏷️

#authentication

Related articles authentication

📚 3 articles
🏷️

#testing

Related articles testing

📚 1 article
🏷️

#database

Related articles database

📚 1 article
🏷️

#devops

Related articles devops

📚 1 article

Looking for more on the topic?

Study all our materials or subscribe to updates