Hi, what do you want to do?
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Microframework Modules
This video explains microframework modules and packages as they tend to be as small as possible by design. Packages are common solutions that are bundled up and made available to other developers.
<
br/>
This clip is from the...
<
br/>
This clip is from the...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Microframeworks with JavaScript, Node, and Express.js
This video explains microframeworks with JavaScript, Node, and Express.js.
<
br/>
This clip is from the chapter "Back-End Web Frameworks" of the series "Web Development Concepts for Everyone".This video explains various back-end web...
<
br/>
This clip is from the chapter "Back-End Web Frameworks" of the series "Web Development Concepts for Everyone".This video explains various back-end web...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - OAuth and OpenID Connect
This video explains OAuth is a system that grants third-party websites limited access to user accounts. OpenID Connect 1.0 is a simple identity layer on top of the OAuth 2.0 protocol.
<
br/>
This clip is from the chapter...
<
br/>
This clip is from the chapter...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Authorization (AuthZ)
This video explains AuthZ. After the application determines who the user is, authorization determines WHAT the user is allowed to do in the application.
<
br/>
This clip is from the chapter "Authentication and Authorization" of the...
<
br/>
This clip is from the chapter "Authentication and Authorization" of the...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Sockets
This video explains the WebSockets API, which makes it possible to open a bi-directional, interactive session between a client and server. WebSockets are the backbone for applications that have chat functionality.
<
br/>
This clip...
<
br/>
This clip...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - REST APIs
This video explains REST API, which is a collection of six architectural constraints. In common language between developers, REST APIs point to a collection of HTTP methods that are resource-based.
<
br/>
This clip is from the...
<
br/>
This clip is from the...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - APIs
This video explains an Application Programming Interface, which is a declaration of how an application can communicate with another application, library, or framework.
<
br/>
This clip is from the chapter "Client / Server...
<
br/>
This clip is from the chapter "Client / Server...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - HTTP Protocol
This video explains the HTTP protocol, which is a communication standard between client and server over the Internet.
<
br/>
This clip is from the chapter "Client / Server Communications" of the series "Web Development Concepts for...
<
br/>
This clip is from the chapter "Client / Server Communications" of the series "Web Development Concepts for...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Special Mention - React
This video explains React; a JavaScript library developed by Facebook. While it has framework-like features, it is not fully featured and, therefore, is considered a library. There are still some architectural decisions that are left...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - CSS Frameworks and Bootstrap
This video explains CSS frameworks and Bootstrap.<br<br/>/>
This clip is from the chapter "Libraries and Front-End Frameworks" of the series "Web Development Concepts for Everyone".This video explains libraries and front-end frameworks.
This clip is from the chapter "Libraries and Front-End Frameworks" of the series "Web Development Concepts for Everyone".This video explains libraries and front-end frameworks.
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Front-End Frameworks with Angular
Developed by Google, Angular is a front-end framework that utilizes the TypeScript Superset. It is an opinionated framework that has many architectural decisions already made for developers.
<
br/>
This clip is from the chapter...
<
br/>
This clip is from the chapter...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Front-End Frameworks
This video explains the various front-end frameworks.
<
br/>
This clip is from the chapter "Libraries and Front-End Frameworks" of the series "Web Development Concepts for Everyone".This video explains libraries and front-end...
<
br/>
This clip is from the chapter "Libraries and Front-End Frameworks" of the series "Web Development Concepts for Everyone".This video explains libraries and front-end...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Front-End Libraries with jQuery
This video explains jQuery, a wildly popular library that rounded its rise before the popularization of technologies such as Angular and React. jQuery makes interacting with the "DOM" much more manageable while also simplifying...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Markup Languages
This video explains the markup language system for annotating a document in a way that is visually distinguishable from the content. Examples include HTML and XML.
<
br/>
This clip is from the chapter "Programming Languages" of the...
<
br/>
This clip is from the chapter "Programming Languages" of the...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Static Versus Dynamic
This video explains the differences between static and dynamic programming types.
<
br/>
This clip is from the chapter "Programming Languages" of the series "Web Development Concepts for Everyone".In this section, you are going to...
<
br/>
This clip is from the chapter "Programming Languages" of the series "Web Development Concepts for Everyone".In this section, you are going to...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Strong Versus Weak
This video explains the difference between strong and weak programming types, where a weak programming type can change the type of the variable and the strong programming type cannot change its variable type.
<
br/>
This clip is...
<
br/>
This clip is...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Database
This video explains a database that holds onto data for a web application long-term. The browser can only hold onto information for a limited time. The data in databases is persistent. The data does not go away if the database or...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Server
This video explains the server that handles data exchanges between clients and databases. Users have the client on their device, so there are many clients. Those clients talk to the same server per application.
<
br/>
This clip is...
<
br/>
This clip is...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Client
This video explains the client, which is a login that makes a webpage smart. It handles user interactions and flow of data between the user and server. The client is what turns a webpage into a web application.
<
br/>
This clip is...
<
br/>
This clip is...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Introduction-Full Stack
This video introduces you to the course and what full stack is and what purpose it serves.
<
br/>
This clip is from the chapter "The Basics of Full-Stack Web Applications" of the series "Web Development Concepts for Everyone".This...
<
br/>
This clip is from the chapter "The Basics of Full-Stack Web Applications" of the series "Web Development Concepts for Everyone".This...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab - Final Solution Deployment Using Workflow and App Engine
In this lab, we will deploy the final solution for fraud detection using Workflow and App Engine. By the end of this lab, you will have a better understanding of how to use Workflow and App Engine to deploy machine learning solutions...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab - Deploy Training Code to App Engine
This is a lab video on deploying training code to App Engine.
<
br/>
This clip is from the chapter "Data Science Models with Google App Engine" of the series "Data Science Model Deployments and Cloud Computing on GCP".This section...
<
br/>
This clip is from the chapter "Data Science Models with Google App Engine" of the series "Data Science Model Deployments and Cloud Computing on GCP".This section...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab - Scalability and Instance Types in App Engine
In this lab video, you will learn about the scalability and instance types available in Google Cloud platform's App Engine.
<
br/>
This clip is from the chapter "Google App Engine - For Serverless Applications" of the series "Data...
<
br/>
This clip is from the chapter "Google App Engine - For Serverless Applications" of the series "Data...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab - Deploy Python Application to Cloud Run
In this video, we walk you through the process of deploying a Python application to Cloud Run, Google's fully managed serverless compute platform.
<
br/>
This clip is from the chapter "Cloud Run - Serverless and Containerized...
<
br/>
This clip is from the chapter "Cloud Run - Serverless and Containerized...