Arindam Keswani
System Design Lec. 11: What is API Gateway? (And what all can you really do with it?)
System Design Lec. 10: What is Proxy? (Forward Proxy v/s Reverse Proxy)
System Design Lec. 09: What is CDN? (What is Content Delivery Network?, What are Edge Servers?)
Is this the EASIEST way to DEPLOY your AI AGENTS?! 🦾 (Google Agent Engine, Vertex AI, Google ADK)
What happens when you enter a URL in a browser? (What is DNS?, How are websites loaded?)
System Design Lec. 07: What is CAP Theorem? (Consistency, Availability, Partition Tolerance)
Your AI Agent can guide you around the world! 🌏 (Google Maps MCP Server substitute?)
System Design Lec. 06: What is Fault Tolerance? (How to prevent downtime? How to reduce downtime?)
Search in Rotated Sorted Array - Leetcode 33 - Solution (JavaScript)
Search in Rotated Sorted Array - Leetcode 33 - Explanation & Dry Run
Binary Search - Leetcode 704 - Solution - Javascript
Binary Search - Leetcode 704 - Explanation & Dry Run
System Design Lec. 05: What is an API? (How to use APIs, How to design APIs)
System Design Lec. 04: Caching (What is caching, When to use cache, What is Redis, Caching policies)
System Design Lec. 03: Databases [Part 2] (DB Optimization, Indexing, Caching, Partitioning, etc.)
System Design Lec. 02: Databases [Part 1] (Types of DBs, How do databases work?)
System Design Lec. 01: Scalability (Horizontal v/s Vertical Scaling, Introduction to Load Balancing)
Your AI Agent can send emails for you! (Gmail MCP Server substitute?)
I made my AI Agent READ Google Drive files! (Google Drive MCP Server substitute?)
I made a Web Automation AI Agent in JUST 19 lines of code!
Your AI Agent can become a Search Engine EASILY!!
Your AI Agent can manage files EASILY! (using Filesystem MCP Server + Google Agent Development Kit)
Your AI Agent can generate PDFs EASILY!! (using Google Agent Development Kit)
Your AI Agent can now browse Reddit EASILY! (using Google Agent Development Kit)
How to integrate AI Voice Models with your AI Agents? (ElevenLabs API + AI Agent using Google's ADK)
How to integrate an LLM with your AI Agents using Google's ADK? (integrating Gemini with AI Agents)
Building your first AI Agent is SO EASY with Google's Agent Development Kit (How to build AI Agents)
Model Context Protocol (MCP) - A very simple introduction (What is MCP?)
Diameter of Binary Tree - Leetcode 543 - Solution (JavaScript)
Diameter of Binary Tree - Leetcode 543 - Explanation & Dry Run