Developing Solutions for Google Cloud Platform (CPD200) Course Agenda

Similar documents
Google GCP-Solution Architects Exam

Google Cloud Platform for Systems Operations Professionals (CPO200) Course Agenda

Western Michigan University

Edge Foundational Training

App Engine: Datastore Introduction

Developing Enterprise Cloud Solutions with Azure

Getting the most out of Spring and App Engine!!

Developing with Google App Engine

Embedded type method, overriding, Error handling, Full-fledged web framework, 208 Function defer, 31 panic, 32 recover, 32 33

Developing Microsoft Azure Solutions: Course Agenda

Course Outline. Lesson 2, Azure Portals, describes the two current portals that are available for managing Azure subscriptions and services.

Contents. Chapter 1: Google App Engine...1 What Is Google App Engine?...1 Google App Engine and Cloud Computing...2

Course Outline: Course 50466A: Windows Azure Solutions with Microsoft Visual Studio 2010

Developing Microsoft Azure Solutions (70-532) Syllabus

Cloud Computing Platform as a Service

Techno Expert Solutions

Google App Engine: Java Technology In The Cloud

MS-20487: Developing Windows Azure and Web Services

COURSE 20487B: DEVELOPING WINDOWS AZURE AND WEB SERVICES

Developing Microsoft Azure Solutions (70-532) Syllabus

Developing Windows Azure and Web Services

WP Voting Plugin - Ohiowebtech Video Extension - Youtube Documentation

Course Outline. Introduction to Azure for Developers Course 10978A: 5 days Instructor Led

Azure Development Course

Rekall. Rekall Agent - OSDFCon Forensics. We will remember it for you wholesale! Michael Cohen

Platform as a Service (PaaS)

Course Outline. Developing Microsoft Azure Solutions Course 20532C: 4 days Instructor Led

Index. Big Data analytics, , 355 BigQuery ad-hoc system, 236 Apache access log files AccessLog declaration, 240 commas as delimiters, 242

ForgeRock Identity Management Core Concepts IDM-400 Course Description

Building Scalable Web Apps with Python and Google Cloud Platform. Dan Sanderson, April 2015

20532D: Developing Microsoft Azure Solutions

Seminar report Google App Engine Submitted in partial fulfillment of the requirement for the award of degree Of CSE

Copyright About the Customization Guide Introduction Getting Started...13

Microsoft Architecting Microsoft Azure Solutions.

PaaS Cloud mit Java. Eberhard Wolff, Principal Technologist, SpringSource A division of VMware VMware Inc. All rights reserved

Developing Microsoft Azure Solutions (70-532) Syllabus

Developing Microsoft Azure Solutions

Cloud Technologies. for Enterprise

Microsoft Developing Windows Azure and Web Services

Configuring and Operating a Hybrid Cloud with Microsoft Azure Stack

itexamdump 최고이자최신인 IT 인증시험덤프 일년무료업데이트서비스제공

Best Practices: Authentication & Authorization Infrastructure. Massimo Benini HPCAC - April,

Developing Microsoft Azure Solutions (MS 20532)

Tripwire App for QRadar Documentation

Product Page:

Administering System Center Configuration Manager

: 10961C: Automating Administration With Windows PowerShell

Lab 03 Finish and Deploy an Application. Lab 3-1: Add DELETE to the Spring Boot REST Application

ForgeRock Access Management Core Concepts AM-400 Course Description. Revision B

IBM Bluemix platform as a service (PaaS)

Introduction to Kony Fabric

Developing Microsoft Azure Solutions

PROCE55 Mobile: Web API App. Web API.

GAE Google App Engine

COURSE OUTLINE: OD10267A Introduction to Web Development with Microsoft Visual Studio 2010

McAfee Web Gateway Administration Intel Security Education Services Administration Course Training

GOOGLE ANALYTICS CUSTOM DATA SOURCE PROVIDER FOR TX DWA

Integration Service. Admin Console User Guide. On-Premises

Cloud Solutions for Mobile Applications

McAfee Web Gateway Administration

Table of Contents 1.1. Introduction. Overview of vsphere Integrated Containers 1.2

Mission Guide: Google Apps

This tutorial introduces you to key DynamoDB concepts necessary for creating and deploying a highly-scalable and performance-focused database.

Deploying Tableau at Enterprise Scale in the Cloud

Automating Administration with Windows PowerShell

10267 Introduction to Web Development with Microsoft Visual Studio 2010

Azure Learning Circles

Java EE 6: Develop Business Components with JMS & EJBs

Administering Jive Mobile Apps for ios and Android

1. How do you deploy an application to Cloud Foundry with multiple instances, on a non-default domain?

Exam Questions

Michael Wells Microsoft Specialist, Dell EMC. SQL DBaaS on Microsoft Azure Stack

Oracle Service Cloud Integration for Developers Ed 1

8.0 Help for Community Managers About Jive for Google Docs...4. System Requirements & Best Practices... 5

Administering System Center Configuration Manager ( A)

Amazon Search Services. Christoph Schmitter

Deccansoft Software Services

SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide

HP Roam - Business Deployment Guide

DataMan. version 6.5.4

Systems Integration in the Cloud Era. Kai Wähner, MaibornWolff et al GmbH

Optimizing Your App Engine App

Administering System Center Configuration Manager

ADMINISTERING SYSTEM CENTER CONFIGURATION MANAGER

[AVNICF-MCSASQL2012]: NICF - Microsoft Certified Solutions Associate (MCSA): SQL Server 2012

Corporate Training Centre (306)

The benefits of synchronizing G Suite and Active Directory passwords

Table of Contents 1.1. Overview. Containers, Docker, Registries vsphere Integrated Containers Engine

VMware AirWatch Content Gateway for Windows. VMware Workspace ONE UEM 1811 Unified Access Gateway

Administering System Center Configuration Manager

Full Stack Web Developer Nanodegree Syllabus

PROGRAMMING GOOGLE APP ENGINE WITH PYTHON: BUILD AND RUN SCALABLE PYTHON APPS ON GOOGLE'S INFRASTRUCTURE BY DAN SANDERSON

Engage - MS CRM Integration Installation and Setup Guide

for Salesforce Question-to-Case Connector

SharePoint Online for Administrators

5 days lecture course and hands-on lab $3,295 USD 33 Digital Version

70-532: Developing Microsoft Azure Solutions

API Manager Version May User Guide

Deploying the hybrid solution

Microsoft Official Courseware Course Introduction to Web Development with Microsoft Visual Studio

Transcription:

Developing Solutions for Google Cloud Platform (CPD200) Course Agenda Module 1: Developing Solutions for Google Cloud Platform Identify the advantages of Google Cloud Platform for solution development Identify services and tools available for solution development using Google Cloud Platform Compare examples of Google Cloud Platform architectures for solution development Lab: Google Cloud Source Repositories Create a project for the course Use Google Cloud Shell to develop and test an application using the App Engine SDK Configure Google Cloud Source Repositories to remotely host code in Google Cloud Platform Module 2: Google Cloud Endpoints Identify Cloud Endpoints features Explain how to develop APIs using Cloud Endpoints Compare development of Cloud Endpoints APIs using Java and Python Lab: Google Cloud Endpoints Review and edit Cloud Endpoints source code Deploy an application to App Engine Test a Cloud Endpoints API in the APIs Explorer

Module 3: App Engine Services Explain the use cases for App Engine Services and how to use them in structuring an application Identify how to deploy and access individual App Engine services Explain how to route requests to individual services Lab: Google App Engine Services Review the code for a sample application used throughout the remainder of the course Deploy multiple App Engine services to a single project Module 4: User Authentication and Credentials Compare authentication and authorization Identify options for securing App Engine applications Explain the use cases for Application Default Credentials Lab: User Authentication Configure the OAuth consent screen and create a client ID Modify Conference Central to use your client ID Test Conference Central authentication Modify your admin service to require administrator rights Module 5: Managing App Engine Applications Explain the use cases for App Engine versions Identify how to access App Engine monitoring and logging services Explain the use of resource quotas and how to troubleshoot related errors

Lab: Managing Google App Engine Applications Review App Engine settings, quotas, instances, and logs Update App Engine services to log to Cloud Logging Deploy new versions of your default and admin services Route all traffic to a new version of the default service Module 6: Storage for Solution Developers Compare storage options for App Engine Solutions Developers Explain the purpose of, and use cases for, Google Cloud Storage Compare Cloud SQL integration with App Engine and Compute Engine Explain basic Cloud Datastore terminology and concepts, including Entity Groups Lab: Google Cloud Datastore Update an existing application to save data persistently Test saving application data to Cloud Datastore List and view Cloud Datastore entities in the Google Cloud Platform Console Module 7: Queries and Indexes Identify available query filters for Cloud Datastore Compare single-property, and composite indexes in Cloud Datastore Configure and optimize indexes for Cloud Datastore Lab: Google Cloud Datastore Queries and Indexes Add support for querying entities by kind and ancestor

Add query filters to Cloud Datastore searches Update an index configuration to support composite indexes Module 8: Entity Groups, Consistency, and Transactions Identify the steps of a Cloud Datastore write Compare strong and eventual consistency in Cloud Datastore Identify how to achieve strongly consistent queries Identify best practises for Cloud Datastore transactions Lab: Google Cloud Datastore Transactions Add support for using Cloud Datastore transactions to an application Add a Cloud Endpoint API method to view data from a different service Module 9: App Engine Performance and Optimization Identify Memcache types, use cases, and implementation patterns Compare available scaling behaviours for application services Configure application scaling for individual services Lab: Google App Engine Performance and Optimization Review Cloud Trace reports for an application Configure and run a security scan for an application Update an application to make use of memcache Configure and test application scaling for application services

Module 10: Task Queues Compare Push and Pull Queues Explain how to schedule tasks with the Cron Service Configure and securing Push and Pull Queues, as well as the Cron Service Lab: Task Queue API Add a task handler to send an email using the Mail API Add a Cron Service handler and configuration to an existing application Lab: Deleting Google Cloud Platform Projects and Resources Export Google Cloud Platform data from a project Delete Google Cloud Platform resources Shut down a Google Cloud Platform project For information on the course, visit: http://www.simplilearn.com/virtualization-and-cloud-computing/developingsolutions-google-cloud-platform-cpd200-training