Dołącz Zaloguj się

ramamohan lankalapalli

Jest członkiem od 2024

Google Workspace User and Resource Management Earned kwi 29, 2026 EDT
Google Cloud Database Migrations: Heterogeneous Earned kwi 15, 2026 EDT
Unlock Insights with NotebookLM Earned kwi 8, 2026 EDT
Gemini for Data Scientists and Analysts Earned kwi 6, 2026 EDT
Deploy Your First Agent Earned kwi 1, 2026 EDT
Orchestrate Complex Multi-Agent Workflows Earned kwi 1, 2026 EDT
Coordinate Multiple Agents Earned kwi 1, 2026 EDT
Getting Started with Terraform for Google Cloud Earned mar 31, 2026 EDT
Add Agent Capabilities With Tools Earned mar 27, 2026 EDT
Networking in Google Cloud: Hybrid and Multicloud Earned mar 26, 2026 EDT
Google Cloud Essentials Earned mar 26, 2026 EDT
Build Agents with Agent Development Kit (ADK) Earned mar 24, 2026 EDT
Optimize Agent Behavior Earned mar 22, 2026 EDT
Build Your First Agent with Agent Development Kit (ADK) Earned mar 21, 2026 EDT
Agent Fundamentals Earned mar 20, 2026 EDT
Create Embeddings, Vector Search, and RAG with BigQuery Earned mar 20, 2026 EDT
Work with Gemini Models in BigQuery Earned mar 19, 2026 EDT
Boost Productivity with Gemini in BigQuery Earned mar 19, 2026 EDT
Responsible AI: Applying AI Principles with Google Cloud - Polski Earned mar 16, 2026 EDT
AI Infrastructure: Introduction to AI Hypercomputer Earned mar 13, 2026 EDT
AI Boost Bites: Your Personal Feedback Agent Earned mar 13, 2026 EDT
Building Scalable Java Microservices with Spring Boot and Spring Cloud Earned mar 11, 2026 EDT
Developing a Google SRE Culture Earned mar 10, 2026 EDT
Gemini for end-to-end SDLC Earned mar 6, 2026 EST
Introduction to Responsible AI - Polski Earned mar 4, 2026 EST
Introduction to Large Language Models - Polski Earned mar 4, 2026 EST
Introduction to Generative AI - Polski Earned mar 4, 2026 EST
Google Cloud Fundamentals: Core Infrastructure - Polski Earned mar 3, 2026 EST

This course was designed to provide an understanding of user and resource management in Google Workspace. Learners will explore the configuration of organizational units to align with their organization's needs. Additionally, learners will discover how to manage various types of Google Groups. They will also develop expertise in managing domain settings within Google Workspace. Finally, learners will master the optimization and structuring of resources within their Google Workspace environment.

Więcej informacji

Migrating between fundamentally incompatible database engines—such as moving from commercial legacy systems to cloud-native AlloyDB— is a major architectural shift. Architect this heterogeneous database migration using the DMS conversion workspace and Gemini to refactor database logic and stored procedures. Build reliable, rule-based pipelines with DMS mapping rules and ensure data fidelity via the Data Validation Tool (DVT). Develop the skills to systematically guide an enterprise migration from assessment to production cutover.

Więcej informacji

In this course, you will learn how to centralize diverse sources like PDFs, web pages, and even audio files into a single, intelligent workspace. You will learn to chat with your documents to find specific information, generate instant summaries, and verify answers with AI-powered citations.

Więcej informacji

In this course, you learn how Gemini, a generative AI-powered collaborator from Google Cloud, helps analyze customer data and predict product sales. You also learn how to identify, categorize, and develop new customers using customer data in BigQuery. Using hands-on labs, you experience how Gemini improves data analysis and machine learning workflows. Duet AI was renamed to Gemini, our next-generation model.

Więcej informacji

Take your agents from localhost to production. This course teaches you to deploy ADK agents to Vertex AI Agent Engine and Cloud Run, with optional cross-session memory via Memory Bank.

Więcej informacji

Learn to orchestrate complex multi-agent workflows. This lesson teaches you to choose the right workflow patterns, manage state across agents, understand when custom logic is needed, and introduces distributed agent systems with A2A Protocol.

Więcej informacji

Learn to coordinate multiple specialized agents working together. This lesson teaches you when to use multi-agent systems, how to orchestrate agents with workflow patterns, and how agents communicate through shared state. By the end, you’ll build a complete multi-agent application.

Więcej informacji

This course provides an introduction to using Terraform for Google Cloud. It enables learners to describe how Terraform can be used to implement infrastructure as code and to apply some of its key features and functionalities to create and manage Google Cloud infrastructure. Learners will get hands-on practice building and managing Google Cloud resources using Terraform.

Więcej informacji

You’ve built agents with advanced configuration—now give them real-world capabilities. Equip agents with tools that enable searching the web, executing code, querying databases, and performing custom actions. Transform agents from intelligent responders into capable assistants that take action.

Więcej informacji

Welcome to the sixth course in our Networking and Google Cloud series, Hybrid and Multicloud. The first module will walk you through various cloud connectivity options, with a deep dive into Cloud Interconnect, exploring its different types and functionalities. In the second module, we'll cover Cloud VPN, discussing its implementation, high availability, VPN topologies, and the Network Connectivity Center for streamline management. By the end of this course, you will be able to explain the different connectivity options available to extend your on-premises and other cloud networks to Google Cloud, and analyze the suitability of different Google Cloud hybrid and multicloud connectivity services for specific use cases.

Więcej informacji

In this introductory-level course, you get hands-on practice with the Google Cloud’s fundamental tools and services. Optional videos are provided to provide more context and review for the concepts covered in the labs. Google Cloud Essentials is a recommendeded first course for the Google Cloud learner - you can come in with little or no prior cloud knowledge, and come out with practical experience that you can apply to your first Google Cloud project. From writing Cloud Shell commands and deploying your first virtual machine, to running applications on Kubernetes Engine or with load balancing, Google Cloud Essentials is a prime introduction to the platform’s basic features.

Więcej informacji

Learn about how you can use Agent Development Kit (ADK) to build complex, production-ready AI agents. This course covers ADK’s open-source framework, moving from simple prompt engineering to a code-first, structured software development approach suitable for enterprise-grade, multi-agent systems.

Więcej informacji

You’ve built your first agent—now it’s time to take it further. In this course, you’ll advance your skills by learning how to turn a basic AI agent into a sophisticated, precise assistant—applying advanced instructions, model selection, planning capabilities, and structured output patterns. Join the community forum for questions and discussions

Więcej informacji

Turn your understanding of agents into practical reality by building, configuring, and running your first AI agent using Google’s Agent Development Kit (ADK). In this hands-on course, you’ll set up a complete ADK development environment, create agents with both Python code and YAML configuration, and run them through multiple interfaces. You’ll also learn the core parameters that define agent behavior, taking what you learned in course 1 and applying it to working code.

Więcej informacji

AI Agents represent a major shift beyond traditional large language models (LLMs): instead of simply generating text-based solutions, they can also act autonomously to execute them. This course introduces the fundamentals of AI Agents, how they differ from LLM APIs, and where they add value in the real world. Based on Google’s agents whitepaper, it provides the theoretical foundation needed before writing your first lines of agent code—ideal for developers, architects, and technical decision-makers who want to understand AI systems through the lens of autonomous, goal-directed behavior (and not just text generation). Join the community forum for questions and discussions.

Więcej informacji

This course explores a Retrieval Augmented Generation (RAG) solution in BigQuery to mitigate AI hallucinations. It introduces a RAG workflow that encompasses creating embeddings, searching a vector space, and generating improved answers. The course explains the conceptual reasons behind these steps and their practical implementation with BigQuery. By the end of the course, learners will be able to build a RAG pipeline using BigQuery and generative AI models like Gemini and embedding models to address their own AI hallucination use cases.

Więcej informacji

This course demonstrates how to use AI/ML models for generative AI tasks in BigQuery. Through a practical use case involving customer relationship management, you learn the workflow of solving a business problem with Gemini models. To facilitate comprehension, the course also provides step-by-step guidance through coding solutions using both SQL queries and Python notebooks.

Więcej informacji

This course explores Gemini in BigQuery, a suite of AI-driven features to assist data-to-AI workflow. These features include data exploration and preparation, code generation and troubleshooting, and workflow discovery and visualization. Through conceptual explanations, a practical use case, and hands-on labs, the course empowers data practitioners to boost their productivity and expedite the development pipeline.

Więcej informacji

Im szerzej wykorzystuje się w firmach sztuczną inteligencję i systemy uczące się, tym większej wagi nabiera odpowiedzialne podejście do opracowywania tych technologii. Wielu organizacjom trudniej jest jednak wprowadzić zasady odpowiedzialnej AI w praktyce niż tylko o tym rozmawiać. To szkolenie jest przeznaczone dla osób, które chcą się dowiedzieć, jak wdrożyć odpowiedzialną AI w swojej organizacji. W jego trakcie dowiesz się, jak robimy to w Google Cloud, oraz poznasz sprawdzone metody i wnioski z naszych działań w tym zakresie. Pomoże Ci to opracować własne podejście do odpowiedzialnej AI.

Więcej informacji

Ready to get started with AI Hypercomputers? This course makes it easy! We'll cover the basics of what they are and how they help AI with AI workloads. You'll learn about the different components inside a hypercomputer, like GPUs, TPUs, and CPUs, and discover how to pick the right deployment approach for your needs.

Więcej informacji

This video covers how to build a personalized "Work with Me" agent using Gemini Gems, which helps streamline foundational feedback and makes your meetings more strategic and efficient.

Więcej informacji

The microservices architecture describes a software design pattern in which an application is a collection of loosely coupled services. These services are fine-grained, and can be individually maintained and scaled. The microservices architecture is ideal for the public cloud, with its focus on elastic scaling with on-demand resources. In this course, you will build a Java application using Spring Boot and Spring Cloud on Google Cloud.

Więcej informacji

In many IT organizations, incentives are not aligned between developers, who strive for agility, and operators, who focus on stability. Site reliability engineering, or SRE, is how Google aligns incentives between development and operations and does mission-critical production support. Adoption of SRE cultural and technical practices can help improve collaboration between the business and IT. This course introduces key practices of Google SRE and the important role IT and business leaders play in the success of SRE organizational adoption.

Więcej informacji

In this course, you learn how Gemini, a generative AI-powered collaborator from Google Cloud, helps you use Google products and services to develop, test, deploy, and manage applications. With help from Gemini, you learn how to develop and build a web application, fix errors in the application, develop tests, and query data. Using a hands-on lab, you experience how Gemini improves the software development lifecycle (SDLC). Duet AI was renamed to Gemini, our next-generation model.

Więcej informacji

Celem tego szybkiego szkolenia dla początkujących jest wyjaśnienie, czym jest odpowiedzialna AI i dlaczego jest ważna, oraz przedstawienie, jak Google wprowadza ją w swoich usługach. Szkolenie zawiera także wprowadzenie do siedmiu zasad Google dotyczących sztucznej inteligencji.

Więcej informacji

To szybkie szkolenie dla początkujących wyjaśnia, czym są duże modele językowe (LLM) oraz jakie są ich zastosowania. Przedstawia również możliwości zwiększenia ich wydajności przez dostrajanie przy użyciu promptów oraz narzędzia Google, które pomogą Ci tworzyć własne aplikacje korzystające z generatywnej AI.

Więcej informacji

Celem tego szybkiego szkolenia dla początkujących jest wyjaśnienie, czym jest generatywna AI oraz jakie są jej zastosowania. Szkolenie przedstawia również różnice pomiędzy tą technologią a tradycyjnymi systemami uczącymi się, a także narzędzia Google, które pomogą Ci tworzyć własne aplikacje korzystające z generatywnej AI.

Więcej informacji

Szkolenie Google Cloud Fundamentals: Core Infrastructure wprowadza ważne pojęcia i terminologię potrzebne w pracy z Google Cloud. Za pomocą filmów i praktycznych modułów szkolenie prezentuje oraz porównuje usługi Google Cloud umożliwiające między innymi przetwarzanie i przechowywanie danych, a także zawiera ważne materiały i narzędzia do zarządzania zasadami.

Więcej informacji