#basics
Explore materials tagged "basics" from expert practitioners. Up-to-date articles and useful tips to help you grow.
Articles with tag "#basics"
All materials on the topic basics
Alembic: Database Migrations
Alembic is a migration management tool for SQLAlchemy/SQLModel.
SQLModel: the basics
SQLModel is a library for working with databases in FastAPI, combining SQLAlchemy and Pydantic.
Django REST Framework: Introduction
DRF is the most popular package for building REST APIs in Django.
Django Templates: Introduction
Django Template Language (DTL) is a simple templating language for generating HTML.
Anthropic SDK: Getting Started with the Claude API
Anthropic Python SDK is the official library for working with Claude. It hides the complexity of raw HTTP requests, adds...
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...
Dockerfile: Building Your Own Images
Dockerfile β a text file with instructions for building an image. Each instruction becomes a layer.
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...
What Is an API and Why Does It Exist
Every time you open a weather app, pay with a card, or see recommendations on YouTube β an API is...
What Is a Git Commit and Why Do You Need It? πΈ
A commit is a saved snapshot of your project at a specific point in time β like a save point...
GitHub Desktop: Interface for Beginners π¨
Opened GitHub Desktop for the first time and not sure where to start? Let's walk through the interface section by...
JSON: Persisting Data
Goal: Learn to save and load data in JSON format.
Similar tags
Study related topics
Looking for more on the topic?
Study all our materials or subscribe to updates