🏷️ Tag

#ai

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

28 Articles
28 Materials
53 Views

Articles with tag "#ai"

All materials on the topic ai

📝
🟢 Easy

settings.py: Django Configuration

settings.py is the central configuration file for a Django project.

📝 Django
📅 30.06.2026
📝
🟡 Medium

CSRF Protection in Django

CSRF (Cross-Site Request Forgery) is an attack in which an adversary tricks the user's browser into sending a request on...

📝 Django
📅 30.06.2026
📝
🟢 Easy

Django Migrations

A migration is a file describing changes to the database schema. Django tracks the state of your models and generates...

📝 Django
📅 30.06.2026
📝
🟢 Easy

Django Development Server

By default the server starts at http://127.0.0.1:8000/.

📝 Django
📅 30.06.2026
📝
🟢 Easy

Views in Django: Handling Requests

A view is a function or class that receives an HTTP request and returns an HTTP response.

📝 Django
📅 30.06.2026
📝
🟡 Medium

Timezones in Django

Django stores all DateTimeField values in UTC when USETZ=True. Conversion to local time happens at the display layer.

📝 Django
📅 30.06.2026
📝
🔴 Difficult

Deploying Django to Railway

Railway is a cloud platform with a free tier. Deploy from GitHub in minutes.

📝 Django
📅 30.06.2026
📝
🟡 Medium

Django DetailView

DetailView is a CBV for displaying a single object by its pk or slug.

📝 Django
📅 30.06.2026
📝
🟡 Medium

Tokens in LLMs: How the Model Sees Text

When you send a request to a language model, it doesn't see words or letters. It sees tokens — chunks...

📝 LLM & AI
📅 04.06.2026
📝
🟢 Easy

Git Clone: Complete Guide 📦

git clone is the command for copying (cloning) a remote repository to your computer.

📝 Git & GitHub
📅 06.05.2026
📝
📖 Article

AI Startup: Basics

An AI Startup is a young company building a product powered by artificial intelligence.

📝 AI Startup
📅 03.04.2026
📝
📖 Article

AI Model Basics

An AI model is a program that learns from data and makes predictions.

📝 AI Startup
📅 03.04.2026

Similar tags

Study related topics

🏷️

#html-css

Related articles html-css

📚 8 articles
🏷️

#html

Related articles html

📚 8 articles
🏷️

#django

Related articles django

📚 8 articles
🏷️

#ai-startup

Related articles ai-startup

📚 6 articles
🏷️

#basics

Related articles basics

📚 5 articles
🏷️

#llm

Related articles llm

📚 3 articles

Looking for more on the topic?

Study all our materials or subscribe to updates