Article Series
Browse our collection of multi-part article series on various topics
Agno Agents Tutorials4 parts
- 1
From Zero to Agent Hero: Getting Started with Agno Agents, uv, and a Dash of RAG Magic
Learn how to create powerful AI agents with Agno 2.x in minutes! This beginner-friendly guide walks you through setup, tools, memory, RAG, and multi-agent teams using uv
- 2
Building Your AI Research Squad with Agno, Streamlit, and uv
Learn how to create a powerful team of specialized AI agents using Agno, Streamlit, and uv. This comprehensive guide walks you through setting up your own research assistant team that can search the web, analyze YouTube videos, crawl websites, and more!
- 3
Crafting Beginner-Friendly Tech Articles with Agno Workflows and Streamlit
Discover how to build a powerful AI-driven workflow with Agno to research, outline, write, and edit technical articles tailored for beginners, all wrapped in a sleek Streamlit interface.
- 4
Building an AI Agent with Agno and Context7 MCP
How to connect Agno to Context7's MCP server for accessing up-to-date library documentation and code snippets through AI agents
Astro and Convex2 parts
- 1
Build a Real-Time App with Astro and Convex
Learn how to build real-time applications using Astro's static site generation with Convex's backend-as-a-service. Tutorial with working code examples and deployment guide.
- 2
Deploy Your Astro + Convex App to Vercel: The Simplest Production Setup
Deploy your real-time Astro and Convex application to Vercel in minutes with zero configuration - the easiest way to go from development to production
FastHTML Tutorial Series6 parts
- 1
FastHTML for Beginners: Build a UI for Your Python App
Learn FastHTML for beginners and build your first UI for a Python app in 5 minutes using pure Python and HTMX. No JavaScript or build tools required.
- 2
FastHTML Multi-Page Website: Complete Structure Tutorial
Build a FastHTML multi-page website with reusable components, shared layouts, and APIRouter. Includes FastHTML 0.14 404 handling, forms, and project structure.
- 3
FastHTML + PydanticAI: Build an AI Web App in Python
Build an AI title generator with FastHTML and PydanticAI. Learn structured output, OpenRouter integration, and Python web app best practices — step by step.
- 4
FastHTML AI Tools: Build a Multi-Page Website Guide
Learn to build a FastHTML AI tools website with multiple pages, reusable components, a modular tool system, and OpenRouter-powered Pydantic AI step by step.
- 5
Add a SQLite Database to Your FastHTML App with Fastlite
Learn how to add a SQLite database to your FastHTML app using Fastlite. Covers schema setup, CRUD operations, building a history page, and timestamps.
- 6
Adding User Authentication and Admin Controls to Your FastHTML AI Title Generator
Learn how to implement GitHub OAuth authentication, email-based user registration, role-based access control, and user-specific history dashboards in your FastHTML AI Title Generator. This tutorial covers creating a users database, implementing multi-authentication methods, and building admin-only views.
Google ADK Tutorials3 parts
- 1
How to Build Your First Agent with Google Agent Development Kit (ADK)
Learn how you can start building your first agent with Google Agent Development Kit (ADK) and add memory and tool use to browse the web.
- 2
How to Use Any OpenRouter Model with Google Agent Development Kit (ADK)
See how you can use any model you want in Google Agent Development Kit (ADK) with LiteLLM. Configure OpenRouter models easy.
- 3
Building a Multi-Agent Research Team with Google ADK, Tavily Search, and Crawl4AI
Learn how to create a team of specialized AI agents using Google's Agent Development Kit (ADK) to search the web, analyze URLs, and summarize content in a collaborative workflow.