Hi, what do you want to do?
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Computer Hardware
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...
<
br/>
This clip is from the chapter "Cloud Platforms" of the series "Web Development Concepts for Everyone".This video explains cloud platforms and...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - How Applications Run
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...
<
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...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Postman
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...
<
br/>
This clip is from the chapter "Web Developer Tools" of the series...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - ORMs
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...
<
br/>
This clip is from the...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Build Automation Tools
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...
<
br/>
This clip is from the chapter "Web Developer Tools" of the...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Package Managers
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...
<
br/>
This clip is...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Console
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...
<
br/>
This clip is from the chapter "Web Developer Tools" of the series...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Example of an IDE - IntelliJ Idea
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...
<
br/>
This clip is from the chapter "Web...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - IDEs
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...
<
br/>
This clip is from the chapter "Web Developer Tools" of the series "Web Development...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Example of a Code Editor - Visual Studio Code
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...
<
br/>
This clip is from the chapter "Web Developer Tools" of the series "Web Development Concepts for Everyone".This video explains various web developer...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Code Editors
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...
<
br/>
This...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Example of an In-Memory Database - Redis
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...
<
br/>
This clip is from the chapter "Databases" of the series...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - In-Memory Databases
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...
<
br/>
This clip is from the chapter "Databases" of the series "Web Development Concepts...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Example of a Document Database - MongoDB
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,...
<
br/>
This clip is from the chapter "Databases" of the series "Web Development Concepts for Everyone".This section explains databases such as relation databases,...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Document Databases - NoSQL
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...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Example of a Relational Database - PostgreSQL
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...
<
br/>
This clip is from the chapter "Databases" of the series "Web...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Relational Databases - SQL
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...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Web Frameworks with Java Spring
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...
<
br/>
This clip is...
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 - Back-End Web Frameworks
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...
<
br/>
This clip is from the chapter "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 - Authentication (AuthN)
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...
<
br/>
This clip is from the chapter "Authentication and Authorization" of the series "Web Development...