#ai
Study materials by tag "ai" from expert practitioners. Current articles and useful tips for development.
Articles with tag "#ai"
All materials on the topic ai
AI Agents: ReAct Loop and Autonomous Actions
A chatbot answers questions. An agent takes action: it calls tools, retrieves real data, and uses that data in its...
RAG: Chatting with Documents via Vector Search
RAG (Retrieval-Augmented Generation) is a pattern for working with your own documents. Instead of fine-tuning the model, you find the...
Pod: The Smallest Unit in Kubernetes
In Docker you run a container. In Kubernetes the smallest unit is a Pod. It is not simply a wrapper...
Ingress: HTTP Routing in Kubernetes
You have 5 microservices, each needing external access. Creating 5 LoadBalancers is expensive and unwieldy. Ingress lets you funnel all...
Semantic HTML5 Tags
Semantic tags describe the meaning of content, not just its appearance. A browser won't visually distinguish <div> from <article> —...
Links and Images in HTML
Links and images are two elements that make the web what it is. The <a> tag connects pages together; <img>...
What is HTML
HTML is a markup language that tells the browser how to interpret a page's structure. It doesn't program logic —...
HTML Lists
Lists are one of the most common markup elements. Navigation menus, post tags, how-to steps, glossaries — all of these...
Basic HTML Tags
Tags are the building blocks of every HTML page. Knowing the core tag set lets you mark up most content:...
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...
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...
Similar tags
Study related topics
Looking for more on the topic?
Study all our materials or subscribe to updates