Course Intern
Links icon
Discord Instagram LinkedIn Telegram Twitter
30 Days GCP
GCRF program
Learn to Earn
Hiring!
Course Intern
  • GSP-354 : Building and Deploying Machine Learning Solutions with Vertex AI

    Jun 29, 2022 · 2 min read · qwiklabs Learn To Earn Cloud Challenge googlecloudready facilitator program 30 days of google cloud  ·
    Share on:
    GSP-354 : Building and Deploying Machine Learning Solutions with Vertex AI

    Task - 3: Import dataset TODO: fill in PROJECT_ID 1PROJECT_ID="<PROJECT_ID>"TODO: Create a globally unique Google Cloud Storage bucket for artifact storage. 1GCS_BUCKET=f"gs://<PROJECT_ID>-vertex-challenge-lab"Task - 4: Build and train model TODO: Add a hub.KerasLayer for BERT text …

    Read More
  • GSP-374 : Predict Soccer Match Outcomes with BigQuery ML

    Jun 29, 2022 · 2 min read · qwiklabs Learn To Earn Cloud Challenge googlecloudready facilitator program 30 days of google cloud  ·
    Share on:
    GSP-374 : Predict Soccer Match Outcomes with BigQuery ML

    Create all the necessary table: spls/bq-soccer-analytics/competitions.json -> competitions spls/bq-soccer-analytics/matches.json -> matches spls/bq-soccer-analytics/teams.json -> teams spls/bq-soccer-analytics/players.json -> players spls/bq-soccer-analytics/events.json -> events These tables need to be …

    Read More
  • GSP-342: Ensure Access & Identity in Google Cloud

    Jan 16, 2022 · 2 min read · qwiklabs googlecloudready facilitator program 30 days of google cloud  ·
    Share on:
    GSP-342: Ensure Access & Identity in Google Cloud

    NOTE: Replace <IAM-ROLE-NAME-TASK-1>, <IAM-SERVICE-ACC-TASK-2> & <CLUSTER-NAME-TASK-4> with your own values as per your own account. Task 1: Create a custom security role 1gcloud config set compute/zone us-east1-b 2nano role-definition.yaml Copy the below content to file …

    Read More
  • GSP-324 Explore Machine Learning Models With Explainable AI

    May 29, 2021 · 1 min read · qwiklabs googlecloudready facilitator program 30 days of google cloud  ·
    Share on:
    GSP-324 Explore Machine Learning Models With Explainable AI

    Train the first model Train the first model on the complete dataset. Use train_data for your data and train_labels for you labels. 1model = Sequential() 2model.add(layers.Dense(200, input_shape=(input_size,), activation='relu')) 3model.add(layers.Dense(50, activation='relu')) 4model.add(layers.Dense(20, …

    Read More
  • GSP-304 : Build and Deploy a Docker Image to a Kubernetes Cluster

    May 23, 2021 · 1 min read · qwiklabs googlecloudready facilitator program 30 days of google cloud  ·
    Share on:
    GSP-304 : Build and Deploy a Docker Image to a Kubernetes Cluster

    Built Docker image with tag V1 1gsutil cp gs://sureskills-ql/challenge-labs/ch04-kubernetes-app-deployment/echo-web.tar.gz . OR 1gsutil cp gs://$DEVSHELL_PROJECT_ID/echo-web.tar.gz . Extract downloaded zip 1tar -xvf echo-web.tar.gz 2 3gcloud builds submit --tag gcr.io/$DEVSHELL_PROJECT_ID/echo-app:v1 . Create …

    Read More
  • GSP-321: Set Up and Configure a Cloud Environment in Google Cloud

    May 19, 2021 · 2 min read · qwiklabs googlecloudready facilitator program 30 days of google cloud  ·
    Share on:
    GSP-321: Set Up and Configure a Cloud Environment in Google Cloud

    Task - 1 : Create development VPC manually 1gcloud compute networks create griffin-dev-vpc --subnet-mode custom 2 3gcloud compute networks subnets create griffin-dev-wp --network=griffin-dev-vpc --region us-east1 --range=192.168.16.0/20 4 5gcloud compute networks subnets create griffin-dev-mgmt …

    Read More
  • GSP-344: Serverless Firebase Development

    May 19, 2021 · 1 min read · qwiklabs googlecloudready facilitator program 30 days of google cloud  ·
    Share on:
    GSP-344: Serverless Firebase Development

    Start by executing the following commands: 1gcloud config set project $(gcloud projects list --format='value(PROJECT_ID)' --filter='qwiklabs-gcp') 2git clone https://github.com/rosera/pet-theory.git Task - 1: Firestore Database Create Go to Firestore > Select Naive Mode > Location: nam5 > …

    Read More
  • GSP-328: Serverless Cloud Run Development

    May 19, 2021 · 2 min read · qwiklabs googlecloudready facilitator program 30 days of google cloud  ·
    Share on:
    GSP-328: Serverless Cloud Run Development

    Start by executing the following commands: 1gcloud auth list 2gcloud config list project 3 4gcloud config set project \ 5$(gcloud projects list --format='value(PROJECT_ID)' \ 6--filter='qwiklabs-gcp') 7 8gcloud config set run/region us-central1 9gcloud config set run/platform managed 10 11git clone …

    Read More
  • GSP-335 : Secure Workloads in Google Kubernetes Engine

    May 19, 2021 · 3 min read · qwiklabs googlecloudready facilitator program 30 days of google cloud  ·
    Share on:
    GSP-335 : Secure Workloads in Google Kubernetes Engine

    Please use your own credentials while completing the lab -- that means using your own service account, database credentials, etc. wherever necessary. Start by executing the following commands: 1gsutil cp gs://spls/gsp335/gsp335.zip . 1unzip gsp335.zip Task - 1: Setup cluster 1gcloud container clusters create …

    Read More
  • GSP-305: Scale Out and Update a Containerized Application on a Kubernetes Cluster

    May 19, 2021 · 1 min read · qwiklabs googlecloudready facilitator program 30 days of google cloud  ·
    Share on:
    GSP-305: Scale Out and Update a Containerized Application on a Kubernetes Cluster

    Enter the following commands: 1gsutil cp gs://sureskills-ql/challenge-labs/ch05-k8s-scale-and-update/echo-web-v2.tar.gz . 2 3tar xvzf echo-web-v2.tar.gz 4 5gcloud builds submit --tag gcr.io/$DEVSHELL_PROJECT_ID/echo-app:v2 . 6 7gcloud container clusters get-credentials echo-cluster --zone us-central1-a 8 9kubectl …

    Read More
    • ««
    • «
    • 1
    • 2
    • 3
    • »
    • »»

Search

Press enter to search

    Admin

    Technologist, perpetual student, teacher, continual incremental improvement.
    Read More

    Featured Posts

    • GSP-323: Perform Foundational Data, ML, and AI Tasks in Google Cloud
    • GSP-330: Implement DevOps in Google Cloud

    Recent Posts

    • GSP-354 : Building and Deploying Machine Learning Solutions with Vertex AI
    • GSP-374 : Predict Soccer Match Outcomes with BigQuery ML
    • GSP-342: Ensure Access & Identity in Google Cloud
    • Hacktoberfest 2021
    • Hands on Session On Developing A Zip Archive using Python
    • Google Associate Android Developer Certification
    • Google Cloud Career Readiness Program
    • Google Data Analytics Professional Certificate
    • Google UX Design Professional Certificate
    • Google Project Management Professional Certificate

    Categories

    QWIKLABS 29 GOOGLE-COURSES 7 EVENTS 3

    Tags

    GOOGLECLOUDREADY-FACILITATOR-PROGRAM 31 QWIKLABS 31 30-DAYS-OF-GOOGLE-CLOUD 30 EVENTS 3 LEARN-TO-EARN-CLOUD-CHALLENGE 2 PYTHON-PROJECT 2 ANDROID-DEVELOPER-CERTIFICATE-COURSE 1 COURSERA-GOOGLE-IT-SUPPORT-PROFESSIONAL-CERTIFICATE 1 DATA-ENGINEERING-ANALYTICS-COURSES-GOOGLE-CLOUD-TRAINING 1 FREE-SWAGS 1 GOOGLE-ANDROID-DEVELOPER-CERTIFICATE-COURSE 1 GOOGLE-ASSOCIATE-ANDROID-DEVELOPER 1 GOOGLE-CLOUD-CAREER-READINESS-PROGRAM 1 GOOGLE-COURSERA-PROJECT-MANAGEMENT-CERTIFICATE 1
    All Tags
    30-DAYS-OF-GOOGLE-CLOUD30 ANDROID-DEVELOPER-CERTIFICATE-COURSE1 COURSERA-GOOGLE-IT-SUPPORT-PROFESSIONAL-CERTIFICATE1 DATA-ENGINEERING-ANALYTICS-COURSES-GOOGLE-CLOUD-TRAINING1 EVENTS3 FREE-SWAGS1 GOOGLE-ANDROID-DEVELOPER-CERTIFICATE-COURSE1 GOOGLE-ASSOCIATE-ANDROID-DEVELOPER1 GOOGLE-CLOUD-CAREER-READINESS-PROGRAM1 GOOGLE-COURSERA-PROJECT-MANAGEMENT-CERTIFICATE1 GOOGLE-COURSES1 GOOGLE-DATA-ANALYTICS-OFFERED-BY-GOOGLE1 GOOGLE-DATA-ANALYTICS-PROFESSIONAL-CERTIFICATE1 GOOGLE-IT-SUPPORT-PROFESSIONAL-CERTIFICATE1 GOOGLE-PROJECT-MANAGEMENT-PROFESSIONAL-CERTIFICATE1 GOOGLE-UX-DESIGN-COURSE-EARN-A-CREDENTIAL-FROM-GOOGLE1 GOOGLE-UX-DESIGN-PROFESSIONAL-CERTIFICATE1 GOOGLECLOUDREADY-FACILITATOR-PROGRAM31 GROW-WITH-GOOGLE-LEARN-ANALYTICS-FOR-FREE1 HACKTOBERFEST-20211 INDEX1 LEARN-IT-SUPPORT-FROM-GOOGLE1 LEARN-TO-EARN-CLOUD-CHALLENGE2 PYTHON-PROJECT2 QWIKLABS31 UX-DESIGN-CERTIFICATE-USER-EXPERIENCE-GROW-WITH-GOOGLE1 WEATHER-APP-IN-PYTHON1 WEATHER-APP-IN-PYTHON-DJANGO1 ZIP-ARCHIVE1
    [A~Z][0~9]
    Course Intern

    Copyright  COURSE INTERN. All Rights Reserved