Skip to main content

Tutorial

Articles

Bringing Old Photos to Life with Genkit and Gemini 3

·11 mins· loading · loading
ai & development genkit golang nano-banana gemini tutorial
Learn how to build a high-fidelity photo restoration tool using Go, Genkit, and Nano Banana Pro (Gemini 3 Pro Image) native 4K capabilities.

How to Build an Offline Agent with ADK, Ollama and SQLite

·13 mins· loading · loading
ai & development ai python tutorial rag gemini adk
Learn how to make your AI agent completely offline. We walk through swapping the cloud model for a local Qwen 2.5 via Ollama, and building a local RAG knowledge base using SQLite and sqlite-rag to query Osquery schemas and packs.

Beyond the Dev-UI: How to Build an Interface for an ADK agent

·14 mins· loading · loading
ai & development genai tutorial adk gemini python fastapi frontend agent
Elevate your Google ADK agent with a custom, retro-style interface. This step-by-step guide shows you how to replace the standard Dev-UI using FastAPI and vanilla JavaScript, adding personality with a real-time streaming, AI-generated avatar.

How to Create a Diagnostic Agent With Agent Development Kit

·14 mins· loading · loading
ai & development adk gemini vertex-ai python rag tutorial
This article is a guide to creating a diagnostic agent with the Agent Development Kit (ADK). It covers the development process and explains how to use Vertex AI RAG to improve the agent’s response quality.

Building GoDoctor: An MCP Server with Gemini CLI and Go

·14 mins· loading · loading
ai & development golang gemini-cli mcp ai codelab tutorial
A step-by-step guide on how I built GoDoctor, an AI-powered Go development assistant, using the Model Context Protocol (MCP) and the Gemini CLI.

How I used Jules to add a featured post to this blog

·8 mins· loading · loading
workflow & best practices jules vibe-coding tutorial
A detailed account of my iterative process working with Jules, an AI coding assistant, to implement a new featured post section on my blog’s homepage.

Digging deeper into the Vertex AI SDK for Python

·12 mins· loading · loading
ai & development gemini vertex-ai python tutorial
This article explores the communication model between the client code and the Gemini API using the Vertex AI SDK for Python