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.
<
br/>
This clip...
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.
<
br/>
This clip is from the...
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.
<
br/>
This clip is from the chapter "Client / Server...
Instructional Video3:02
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - HTTP Methods

Higher Ed
This video explains HTTP methods, where predefined verbs are used to describe the interaction that the client wishes to engage in with the server, often called a request. The most common HTTP methods are GET, POST, PUT, and...
Instructional Video2:43
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - HTTP Protocol

Higher Ed
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...
Instructional Video2:01
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Special Mention - AngularJS Versus Angular

Higher Ed
This video explains the difference between AngularJS and Angular, which is written using JavaScript and TypeScript simultaneously.
<
br/>
This clip is from the chapter "Libraries and Front-End Frameworks" of the series "Web...
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.<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.
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.
<
br/>
This clip is from the chapter...
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.
<
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...
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 Video2:02
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Markup Languages

Higher Ed
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...
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.
<
br/>
This clip is from the chapter "Programming Languages" of the series "Web Development Concepts for Everyone".In this section, you are going to...
Instructional Video2:58
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Strong Versus Weak

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

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

Higher Ed
This video introduces you to different programming types such as numbers, strings, and Booleans.
<
br/>
This clip is from the chapter "Programming Languages" of the series "Web Development Concepts for Everyone".In this section, you...
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.
<
br/>
This clip is from the chapter "Programming Languages" of the series "Web Development Concepts for...
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.
<
br/>
This clip is from the chapter "Version Control" of the series "Web Development Concepts for Everyone".This video explains version control and GitHub....
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.
<
br/>
This clip is from the chapter "Version Control" of the series "Web Development Concepts for Everyone".This video explains version control and GitHub. In...
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.
<
br/>
This clip is from the chapter "Version Control" of the series "Web Development Concepts for Everyone".This video...
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.
<
br/>
This clip is from the chapter "Version Control" of the...
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.
<
br/>
This clip is from the chapter "Version...