Instructional Video4:05
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Sockets

Higher Ed
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. This clip is from the...
Instructional Video9:26
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - REST APIs

Higher Ed
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. This clip is from the chapter "Client /...
Instructional Video4:24
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - APIs

Higher Ed
This video explains an Application Programming Interface, which is a declaration of how an application can communicate with another application, library, or framework. This clip is from the chapter "Client / Server Communications" of the...
Instructional Video3:14
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Special Mention - React

Higher Ed
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...
Instructional Video4:23
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - CSS Frameworks and Bootstrap

Higher Ed
This video explains CSS frameworks and Bootstrap. 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.
Instructional Video4:30
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Front-End Frameworks with Angular

Higher Ed
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. This clip is from the chapter "Libraries and...
Instructional Video1:50
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Front-End Frameworks

Higher Ed
This video explains the various 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.
Instructional Video3:12
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Library Example with Chart.js

Higher Ed
This video explains Chart.js, a popular charting library for JavaScript. It makes what would be a difficult combination of styling, layout, and data positioning into an easy to manage ordeal, saving developers loads of time in creating...
Instructional Video4:50
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Front-End Libraries with jQuery

Higher Ed
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...
Instructional Video6:37
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Supersets and TypeScript

Higher Ed
This video explains supersets, which are a language that contains all the features of a given language, but then is expanded or enhanced to include other features as well. TypeScript is a superset of JavaScript developed and maintained...
Instructional Video6:20
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Static Versus Dynamic

Higher Ed
This video explains the differences between static and dynamic programming types. This clip is from the chapter "Programming Languages" of the series "Web Development Concepts for Everyone".In this section, you are going to learn what...
Instructional Video2:44
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Runtime Environments

Higher Ed
This video explains the runtime environment where an application, which is the result of writing code, is executed. This clip is from the chapter "Programming Languages" of the series "Web Development Concepts for Everyone".In this...
Instructional Video2:21
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Other Git Cloud Platforms

Higher Ed
This video explains other Git cloud platforms such as Bitbucket and GitLab. This clip is from the chapter "Version Control" of the series "Web Development Concepts for Everyone".This video explains version control and GitHub. In this...
Instructional Video2:53
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - GitHub Visualization and Wrap-Up

Higher Ed
This video explains GitHub's visualization and summarizes the section. This clip is from the chapter "Version Control" of the series "Web Development Concepts for Everyone".This video explains version control and GitHub. In this section,...
Instructional Video10:01
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - GitHub

Higher Ed
This video explains GitHub, which is a popular Git cloud platform used by individual developers and companies. This clip is from the chapter "Version Control" of the series "Web Development Concepts for Everyone".This video explains...
Instructional Video5:32
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Merging

Higher Ed
This video explains merging, which happens when a branch of new functionality is completed and ready to be brought back into the main development branch and ready to use. This clip is from the chapter "Version Control" of the series "Web...
Instructional Video6:26
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Branching

Higher Ed
This video explains branching, which is a copy of the code base of a commit. The branch is a copy of the last commit and all the commits that came before it. This clip is from the chapter "Version Control" of the series "Web Development...
Instructional Video6:59
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Introduction to Git

Higher Ed
This video explains Git, which is the most popular version control technology. Git pairs with popular platforms such as GitHub, Bitbucket, and GitLab. It allows for version branching. This clip is from the chapter "Version Control" of...
Instructional Video1:41
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Introduction to Version Control

Higher Ed
This video introduces you to version control, which is a technology that supports versioning of in-progress software. It is more advanced than just saving files. Version control gives developers flexibility to safely experiment and...
Instructional Video6:23
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Server

Higher Ed
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. This clip is from the...
Instructional Video2:22
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Frontend

Higher Ed
This video explains the frontend, which is everything we can see on the webpage, which is a combination of layout and the style of all the elements on the screen. The This clip is from the chapter "The Basics of Full-Stack Web...
Instructional Video2:20
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Course Note

Higher Ed
This video explains the course outcomes and what to expect out of the course. This clip is from the chapter "Introduction" of the series "Web Development Concepts for Everyone".This section is an introductory section to the course.
Instructional Video2:40
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Introduction-Web Development Concepts For Everyone

Higher Ed
This video introduces you to both the course and the instructor, as well as the target audience. This clip is from the chapter "Introduction" of the series "Web Development Concepts for Everyone".This section is an introductory section...
Instructional Video5:34
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Lab - Reusing Configuration Files for Pipeline Execution and Training

Higher Ed
In this lab video, you will be reusing configuration files for pipeline execution and training. This clip is from the chapter "Vertex AI - Machine Learning Framework" of the series "Data Science Model Deployments and Cloud Computing on...