PyLand Team
PyLand Team
Author's articles
All publications PyLand Team
The display Property
display is one of the most important CSS properties. It controls how an element occupies space on the page and...
Browser DevTools for HTML and CSS
DevTools is the built-in developer tool in every modern browser. It lets you see a page's structure, change HTML and...
Django: Forms in Templates
A Django form is a Python class. In a template it becomes HTML. Let's look at the rendering approaches: from...
The CSS Box Model
Every HTML element is a rectangle. CSS controls the size of that rectangle through four layers: content, padding, border, and...
Bootstrap 5: The Grid System
Bootstrap Grid is a way to divide a page into columns. It's based on a 12-column grid: any row can...
HTML Form Validation
Browsers can validate form data before it's sent to the server β without a single line of JavaScript. Built-in validation...
HTML Forms
A form is the primary way to collect data from users: logins, search queries, comments, settings. Understanding HTML forms also...
Bootstrap 5: Components for DevBlog
Bootstrap ships with a set of ready-made UI components. Instead of writing CSS from scratch, you grab the HTML markup...
Your First Git Commit
Your first commit starts with initializing a repository, configuring the author identity, and selecting the files that belong in version...
Middleware and CORS in FastAPI
Middleware processes requests and responses around FastAPI routes, while CORS controls which browser origins may access the API.
HTTPException in FastAPI
Covered topics: Basic Usage, Status Codes, Error Details, Custom Headers.
Dependency Injection in FastAPI
Depends β FastAPI's dependency injection system for reusing code across endpoints.
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