Dołącz Zaloguj się

Wykorzystuj swoje umiejętności w konsoli Google Cloud

sumit kumar

Jest członkiem od 2023

Liga srebrna

16730 pkt.
Create and Manage Cloud SQL for PostgreSQL Instances Earned lut 13, 2025 EST
Create and Manage AlloyDB Instances Earned lut 12, 2025 EST
Create and Manage Cloud Spanner Instances Earned sty 31, 2025 EST
Set Up a Google Cloud Network Earned sty 27, 2025 EST
Cloud Architecture: Design, Implement, and Manage Earned sty 27, 2025 EST
Optimize Costs for Google Kubernetes Engine Earned sty 23, 2025 EST
Implement DevOps Workflows in Google Cloud Earned sie 9, 2023 EDT
Build Infrastructure with Terraform on Google Cloud Earned sie 8, 2023 EDT
Konfigurowanie środowiska programistycznego w Google Cloud Earned sie 4, 2023 EDT
Budowanie sieci w Google Cloud Earned maj 29, 2023 EDT
Wdrażanie równoważenia obciążenia w Compute Engine Earned maj 28, 2023 EDT
Encoder-Decoder Architecture Earned maj 26, 2023 EDT
Create Image Captioning Models Earned maj 26, 2023 EDT
Introduction to Image Generation Earned maj 26, 2023 EDT
Transformer Models and BERT Model Earned maj 26, 2023 EDT
Attention Mechanism Earned maj 26, 2023 EDT
Introduction to Large Language Models - Polski Earned maj 26, 2023 EDT
Introduction to Generative AI - Polski Earned maj 19, 2023 EDT
Implement Cloud Security Fundamentals on Google Cloud Earned mar 4, 2023 EST
Budowanie bezpiecznej sieci Google Cloud Earned mar 2, 2023 EST

Complete the introductory Create and Manage Cloud SQL for PostgreSQL Instances skill badge to demonstrate skills in the following: migrating, configuring, and managing Cloud SQL for PostgreSQL instances and databases.

Więcej informacji

Complete the introductory Create and Manage AlloyDB Instances skill badge to demonstrate skills in the following: performing core AlloyDB operations and tasks, migrating to AlloyDB from PostgreSQL, administering an AlloyDB database, and accelerating analytical queries using the AlloyDB Columnar Engine.

Więcej informacji

Complete the introductory Create and Manage Cloud Spanner Instances skill badge to demonstrate skills in the following: creating and interacting with Cloud Spanner instances and databases; loading Cloud Spanner databases using various techniques; backing up Cloud Spanner databases; defining schemas and understanding query plans; and deploying a Modern Web App connected to a Cloud Spanner instance.

Więcej informacji

Earn a skill badge by completing the Set Up a Google Cloud Network skill badge course, where you will learn how to perform basic networking tasks on Google Cloud Platform - create a custom network, add subnets firewall rules, then create VMs and test the latency when they communicate with each other.

Więcej informacji

Earn a skill badge by completing the Cloud Architecture: Design, Implement, and Manage to demonstrate skills in the following: deploy a publicly accessible website using Apache web servers, configure a Compute Engine VM using startup scripts, configure secure RDP using a Windows Bastion host and firewall rules, build and deploy a Docker image to a Kubernetes cluster and then update it, and create a CloudSQL instance and import a MySQL database. This skill badge is a great resource for understanding topics that will appear in the Google Cloud Certified Professional Cloud Architect certification exam.

Więcej informacji

Complete the intermediate Optimize Costs for Google Kubernetes Engine skill badge course to demonstrate skills in the following: creating and managing multi-tenant clusters, monitoring resource usage by namespace, configuring cluster and pod autoscaling for efficiency, setting up load balancing for optimal resource distribution, and implementing liveness and readiness probes to ensure application health and cost-effectiveness.

Więcej informacji

Complete the intermediate Implement DevOps Workflows in Google Cloud skill badge to demonstrate skills in the following: creating git repositories with Cloud Source Repositories, launching, managing, and scaling deployments on Google Kubernetes Engine (GKE), and architecting CI/CD pipelines that automate container image builds and deployments to GKE. A skill badge is an exclusive digital badge issued by Google Cloud in recognition of your proficiency with Google Cloud products and services and tests your ability to apply your knowledge in an interactive hands-on environment. Complete this skill badge course and the final assessment challenge lab to receive a skill badge that you can share with your network.

Więcej informacji

Complete the intermediate Build Infrastructure with Terraform on Google Cloud skill badge to demonstrate skills in the following: Infrastructure as Code (IaC) principles using Terraform, provisioning and managing Google Cloud resources with Terraform configurations, effective state management (local and remote), and modularizing Terraform code for reusability and organization.

Więcej informacji

Aby zdobyć odznakę umiejętności, ukończ szkolenie Konfigurowanie środowiska programistycznego w Google Cloud, w trakcie którego dowiesz się, jak utworzyć i podłączyć infrastrukturę w chmurzę do przechowywania danych przy użyciu podstawowych funkcji technologii Cloud Storage, Identity and Access Management, Cloud Functions oraz Pub/Sub.

Więcej informacji

Aby zdobyć odznakę umiejętności, ukończ szkolenie Budowanie sieci w Google Cloud, w trakcie którego poznasz różne sposoby wdrażania i monitorowania aplikacji i dowiesz się, jak: przeglądać role uprawnień, dodawać/usuwać dostęp do projektu, tworzyć sieci VPC, wdrażać i monitorować maszyny wirtualne Compute Engine, pisać zapytania SQL oraz wdrażać aplikacje przy użyciu różnych metod w Kubernetes.

Więcej informacji

Ukończ szkolenie wprowadzające Wdrażanie równoważenia obciążenia w Compute Engine, aby zdobyć odznakę potwierdzającą zdobycie następujących umiejętności: pisanie poleceń gcloud przy użyciu Cloud Shell, tworzenie i wdrażanie maszyn wirtualnych w Compute Engine oraz konfigurowanie systemów równoważenia obciążenia sieci i HTTP. Odznaka umiejętności to wyjątkowa cyfrowa odznaka wydawana przez Google Cloud, która potwierdza Twoją wiedzę o produktach i usługach Google Cloud. Aby ją zdobyć, musisz pokazać, że potrafisz zastosować zdobytą wiedzę, w praktycznym, interaktywnym środowisku. Ukończ to szkolenie oraz moduł Challenge Lab, aby zdobyć odznakę umiejętności, którą możesz udostępnić w swojej sieci kontaktów.

Więcej informacji

This course gives you a synopsis of the encoder-decoder architecture, which is a powerful and prevalent machine learning architecture for sequence-to-sequence tasks such as machine translation, text summarization, and question answering. You learn about the main components of the encoder-decoder architecture and how to train and serve these models. In the corresponding lab walkthrough, you’ll code in TensorFlow a simple implementation of the encoder-decoder architecture for poetry generation from the beginning.

Więcej informacji

This course teaches you how to create an image captioning model by using deep learning. You learn about the different components of an image captioning model, such as the encoder and decoder, and how to train and evaluate your model. By the end of this course, you will be able to create your own image captioning models and use them to generate captions for images

Więcej informacji

This course introduces diffusion models, a family of machine learning models that recently showed promise in the image generation space. Diffusion models draw inspiration from physics, specifically thermodynamics. Within the last few years, diffusion models became popular in both research and industry. Diffusion models underpin many state-of-the-art image generation models and tools on Google Cloud. This course introduces you to the theory behind diffusion models and how to train and deploy them on Vertex AI.

Więcej informacji

This course introduces you to the Transformer architecture and the Bidirectional Encoder Representations from Transformers (BERT) model. You learn about the main components of the Transformer architecture, such as the self-attention mechanism, and how it is used to build the BERT model. You also learn about the different tasks that BERT can be used for, such as text classification, question answering, and natural language inference.This course is estimated to take approximately 45 minutes to complete.

Więcej informacji

This course will introduce you to the attention mechanism, a powerful technique that allows neural networks to focus on specific parts of an input sequence. You will learn how attention works, and how it can be used to improve the performance of a variety of machine learning tasks, including machine translation, text summarization, and question answering. This course is estimated to take approximately 45 minutes to complete.

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

Complete the intermediate Implement Cloud Security Fundamentals on Google Cloud skill badge course to demonstrate skills in the following: creating and assigning roles with Identity and Access Management (IAM); creating and managing service accounts; enabling private connectivity across virtual private cloud (VPC) networks; restricting application access using Identity-Aware Proxy; managing keys and encrypted data using Cloud Key Management Service (KMS); and creating a private Kubernetes cluster.

Więcej informacji

Aby zdobyć odznakę umiejętności, ukończ szkolenie Budowanie bezpiecznej sieci Google Cloud, w trakcie którego poznasz różne związane z siecią zasoby do budowania, skalowania i zabezpieczania aplikacji w Google Cloud.

Więcej informacji