Article Series
Browse our collection of multi-part article series on various topics
Agno Agents Tutorials4 parts
- 1
Getting Started with Agno Agents: uv, RAG & Memory
Learn how to build Agno agents in Python with this step-by-step guide. Set up uv, add web search, memory, and RAG with LanceDB, then build multi-agent teams.
- 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.
- 3
Agno Workflows Tutorial: AI Article Writer with Streamlit
Build a multi-agent Agno workflow that researches, outlines, writes, and edits beginner-friendly tech articles, wrapped in a Streamlit UI. Updated for Agno 2.x.
- 4
Context7 MCP: How to Build an AI Agent with Agno (2026)
Connect Agno to the Context7 MCP server and build an AI agent that fetches up-to-date library documentation and code snippets. Full step-by-step Python guide.
Astro and Convex2 parts
- 1
Build a Real-Time App with Astro and Convex (2026 Tutorial)
Build a real-time app with Astro and Convex in this 2026 tutorial. Create a live chat app using Astro islands, real-time queries, and Vercel deployment.
- 2
Deploy Astro + Convex to Vercel: 2026 Production Setup
Step-by-step 2026 guide: deploy your Astro + Convex app to Vercel with production deploy keys, preview deployments, custom domains, monitoring, and costs.
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
FastHTML User Authentication: OAuth, Login & Admin Controls
Learn how to add FastHTML user authentication with GitHub OAuth, email login, sessions, CSRF protection, and admin role-based controls to your Python app.
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
Google ADK Multi-Agent Research Team with Tavily & Crawl4AI
Build a multi-agent research team with Google ADK. Combine Tavily web search, Crawl4AI content extraction, and AI summarization into one agent workflow.