Instructional Video3:20
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Computer Hardware

Higher Ed
This video explains the need to understand the basics of how our computer works.
<
br/>
This clip is from the chapter "Cloud Platforms" of the series "Web Development Concepts for Everyone".This video explains cloud platforms and...
Instructional Video3:30
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - How Applications Run

Higher Ed
This video explains how applications run in runtime environments.
<
br/>
This clip is from the chapter "Cloud Platforms" of the series "Web Development Concepts for Everyone".This video explains cloud platforms and cloud hosting...
Instructional Video4:29
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Postman

Higher Ed
This video explains Postman, which is an application used for testing APIs. It is a client application that tests HTTP requests using a graphical interface.
<
br/>
This clip is from the chapter "Web Developer Tools" of the series...
Instructional Video3:29
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - ORMs

Higher Ed
This video explains ORM or Object Relational Mappers, which is a library that allows you to programmatically change data in a database using the programming language rather than the query language.
<
br/>
This clip is from the...
Instructional Video3:45
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Build Automation Tools

Higher Ed
This video explains how to build automation tools, which are supporting tools that can execute a number of different tasks for developers creating an application.
<
br/>
This clip is from the chapter "Web Developer Tools" of the...
Instructional Video5:14
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Package Managers

Higher Ed
This video explains package managers, which are often language- or framework-specific tools that manage the retrieval and organization of supporting code needed by developers that are created by other developers.
<
br/>
This clip is...
Instructional Video1:59
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Console

Higher Ed
This video explains a low-level command line interface included in operating systems that allows users to execute more discrete tasks than a regular computer.
<
br/>
This clip is from the chapter "Web Developer Tools" of the series...
Instructional Video5:05
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Example of an IDE - IntelliJ Idea

Higher Ed
This video explains IntelliJ Idea, which is an IDE specifically for the Java programming language. It was developed by JetBrains and streamlines the process of creating Java applications.
<
br/>
This clip is from the chapter "Web...
Instructional Video1:51
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - IDEs

Higher Ed
This video explains IDE or an integrated development environment, an application that facilitates software development for programmers.
<
br/>
This clip is from the chapter "Web Developer Tools" of the series "Web Development...
Instructional Video2:06
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Example of a Code Editor - Visual Studio Code

Higher Ed
This video explains Visual Studio Code, which is an example of a code editor.
<
br/>
This clip is from the chapter "Web Developer Tools" of the series "Web Development Concepts for Everyone".This video explains various web developer...
Instructional Video1:44
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Code Editors

Higher Ed
This video explains code editor, which is an application used by programmers to develop applications. More than a simple text-editor, a code editor is optimized for programming languages rather than spoken languages.
<
br/>
This...
Instructional Video8:14
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Example of an In-Memory Database - Redis

Higher Ed
This video explains Redis, an in-memory data structure store used as a distributed, in-memory key-value database, cache, and message broker with optional durability.
<
br/>
This clip is from the chapter "Databases" of the series...
Instructional Video1:34
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - In-Memory Databases

Higher Ed
This video explains in-memory databases, which make the data extremely quick to access but the data is usually not persistent between sessions.
<
br/>
This clip is from the chapter "Databases" of the series "Web Development Concepts...
Instructional Video4:27
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Example of a Document Database - MongoDB

Higher Ed
This video explains MongoDB with an example of a document database.
<
br/>
This clip is from the chapter "Databases" of the series "Web Development Concepts for Everyone".This section explains databases such as relation databases,...
Instructional Video3:10
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Document Databases - NoSQL

Higher Ed
This video explains NoSQL. Data is schemaless and organized into JSON-like objects. Instead of defined rows of needed information, an entry can be more free form. Entries can contain different information from other entries in the...
Instructional Video8:40
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Example of a Relational Database - PostgreSQL

Higher Ed
This video explains PostgreSQL, known as Postgres, a free and open-source relational database management system that emphasizes extensibility and SQL compliance.
<
br/>
This clip is from the chapter "Databases" of the series "Web...
Instructional Video3:38
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Relational Databases - SQL

Higher Ed
This video explains SQL, a relational database where data is organized into rows and columns in a table. The entries in the table can have relationships to other tables and the developer can choose to structure ways to query or group...
Instructional Video7:21
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Web Frameworks with Java Spring

Higher Ed
This video explains web frameworks, which were the major players in creating a more modern web experience. They handled interactivity and customized experiences before JavaScript matured and developed the web.
<
br/>
This clip is...
Instructional Video5:04
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Microframework Modules

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

Data Science Model Deployments and Cloud Computing on GCP - Microframeworks with JavaScript, Node, and Express.js

Higher Ed
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...
Instructional Video1:45
Curated Video

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

Higher Ed
This video explains back-end frameworks that give developers the tools to create applications that can receive requests over the Internet and turn those applications into servers.
<
br/>
This clip is from the chapter "Back-End Web...
Instructional Video5:04
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - OAuth and OpenID Connect

Higher Ed
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...
Instructional Video3:46
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Authorization (AuthZ)

Higher Ed
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...
Instructional Video11:10
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Authentication (AuthN)

Higher Ed
This video explains AuthN, which helps upgrade an application to allow it to collect information and validate WHO the user is.
<
br/>
This clip is from the chapter "Authentication and Authorization" of the series "Web Development...