Skip to content

Instantly share code, notes, and snippets.

View DeveloperYatin's full-sized avatar
🎯
Focusing

Yatin DeveloperYatin

🎯
Focusing
View GitHub Profile
@DeveloperYatin
DeveloperYatin / ADK_Workshop_Guide.md
Last active June 13, 2026 06:53
ADK_Workshop_Guide

Building Autonomous AI Agents with Google ADK

Workshop Guide · 60 min · Hands-on · Build it locally
IDC Delhi NCR · Offline Community Connect


What You'll Walk Away With

  1. A mental model — Clear understanding of what makes an AI agent different from a chatbot, plus the four building blocks that power every agent system.
@DeveloperYatin
DeveloperYatin / ADK.md
Last active June 12, 2026 07:05
🚀 Building Autonomous AI Agents with ADK — Prerequisites

🚀 Building Autonomous AI Agents with ADK — Prerequisites

Please complete this setup before the workshop so we can start building AI Agents immediately without setup delays.


✅ Requirements

  • Laptop/Desktop (Mac, Linux, or Windows)
  • Python installed
@DeveloperYatin
DeveloperYatin / git_submodules.md
Created September 1, 2023 12:15 — forked from gitaarik/git_submodules.md
Git Submodules basic explanation

Git Submodules basic explanation

Why submodules?

In Git you can add a submodule to a repository. This is basically a repository embedded in your main repository. This can be very useful. A couple of usecases of submodules:

  • Separate big codebases into multiple repositories.