Best of Google GeminiJune 2025

  1. 1
    Video
    Avatar of youtubeYouTube·49w

    Full Stack AI Agent course with inngest and Gemini

    A comprehensive tutorial on building a full-stack AI agent application using Inngest for background workers and Gemini for AI processing. The application features a smart ticketing system with role-based access control, automated ticket assignment based on user skills, and AI-powered ticket analysis. Key components include user authentication with JWT, MongoDB for data storage, email notifications via background workers, and AI agents that automatically categorize tickets, set priorities, generate helpful notes, and assign them to appropriate moderators based on their skills.

  2. 2
    Video
    Avatar of fireshipFireship·47w

    Google’s new CLI tool hits different…

    Google released a new CLI tool that integrates Gemini AI for automated coding tasks. Unlike competitors like Claude Code, it's completely open-source and offers 1,000 free model requests daily. While the tool can write code, create files, and execute commands automatically, the user experience is rougher compared to established alternatives. The author tested it by building a Svelte application and found it capable but struggled with build tool configuration issues.

  3. 3
    Video
    Avatar of youtubeYouTube·48w

    Build Your First AI Agent in 30 Minutes (No Coding)

    A step-by-step tutorial demonstrating how to build AI agents using Make.com without coding experience. The guide covers creating a personal assistant agent that can plan daily schedules by accessing Google Calendar, summarize and reply to emails through Gmail integration, and answer general questions using Google's Gemini AI. The tutorial shows how to set up scenarios with drag-and-drop functionality, create Telegram bot interfaces, use routers for conditional logic, and integrate multiple tools into a single AI agent capable of handling various tasks.

  4. 4
    Article
    Avatar of freecodecampfreeCodeCamp·49w

    How to Build a Medical Chatbot with Flutter and Gemini: A Beginner’s Guide

    A comprehensive beginner's guide to building a medical chatbot using Flutter and Google's Gemini API. The tutorial covers setting up the development environment, obtaining API keys, implementing multimodal input support (text, audio, camera, files), and creating a specialized health-focused AI assistant. The guide includes complete code examples, project structure, and important considerations for security, privacy, and medical compliance when developing healthcare applications.

  5. 5
    Article
    Avatar of gcpGoogle Cloud·48w

    Tools Make an Agent: From Zero to Assistant with ADK

    Google's Agent Development Kit (ADK) enables building AI agents that can interact with external systems through various tool types. The framework supports function tools for inline calculations, built-in tools like Google Search, third-party API integrations via LangChain, and Model Context Protocol (MCP) tools for databases and APIs. A practical example demonstrates creating a bug assistant agent for a coffee company that can search tickets, query GitHub issues, and interact with PostgreSQL databases using these different tool types.