✍️ Author

PyLand Team

PyLand Team

253 Articles
90719 Views
16 Reactions
✍️ Articles

Author's articles

All publications PyLand Team

The display Property
Html Css

The display Property

display is one of the most important CSS properties. It controls how an element occupies space on the page and...

🟑 Medium
πŸ“… 30.06.2026
Browser DevTools for HTML and CSS
Html Css

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

🟑 Medium
πŸ“… 30.06.2026
Django: Forms in Templates
Html Css

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

πŸ”΄ Advanced
πŸ“… 30.06.2026
The CSS Box Model
Html Css

The CSS Box Model

Every HTML element is a rectangle. CSS controls the size of that rectangle through four layers: content, padding, border, and...

🟒 Beginner
πŸ“… 30.06.2026
Bootstrap 5: The Grid System
Html Css

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

🟑 Medium
πŸ“… 30.06.2026
HTML Form Validation
Html Css

HTML Form Validation

Browsers can validate form data before it's sent to the server β€” without a single line of JavaScript. Built-in validation...

🟑 Medium
πŸ“… 30.06.2026
HTML Forms
Html Css

HTML Forms

A form is the primary way to collect data from users: logins, search queries, comments, settings. Understanding HTML forms also...

🟒 Beginner
πŸ“… 30.06.2026
Bootstrap 5: Components for DevBlog
Html Css

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

🟑 Medium
πŸ“… 30.06.2026
Your First Git Commit
Git & GitHub

Your First Git Commit

Your first commit starts with initializing a repository, configuring the author identity, and selecting the files that belong in version...

🟒 Beginner
πŸ“… 30.06.2026
Middleware and CORS in FastAPI
Fastapi

Middleware and CORS in FastAPI

Middleware processes requests and responses around FastAPI routes, while CORS controls which browser origins may access the API.

πŸ”΄ Advanced
πŸ“… 30.06.2026
HTTPException in FastAPI
Fastapi

HTTPException in FastAPI

Covered topics: Basic Usage, Status Codes, Error Details, Custom Headers.

🟑 Medium
πŸ“… 30.06.2026
Dependency Injection in FastAPI
Fastapi

Dependency Injection in FastAPI

Depends β€” FastAPI's dependency injection system for reusing code across endpoints.

πŸ”΄ Advanced
πŸ“… 30.06.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