Instructional Video17:16
Curated Video

Bash Shell Scripting - Shell Parameter Expansion

Higher Ed
This video explains shell parameter expansion.
r/>
This clip is from the chapter "Shell Parameter Expansion" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for 2021]".This section explores...
Instructional Video7:00
Curated Video

The Full Stack Web Development - String Commands

Higher Ed
Redis - The Cache Database: String Commands
r/>
This clip is from the chapter "Redis - The Cache Database" of the series "The Full Stack Web Development".In this section, we look into Redis – part of other essential technology...
Instructional Video9:46
Curated Video

REST APIs with Flask and Python - Creating the Store Resource

Higher Ed
This video explains how to create the Store and StoreList resources.
r/>
This clip is from the chapter "Simplifying Storage with Flask SQLAlchemy" of the series "REST APIs with Flask and Python".This section explains all the...
Instructional Video8:14
Curated Video

Salesforce Platform App Builder Certification Training - Object Relationships

Higher Ed
This video explains object relationships.<br<br/>/>

This clip is from the chapter "Data Modeling and Management" of the series "Salesforce Platform App Builder Certification Training".This section explains data modeling and management.
Instructional Video10:21
Curated Video

The Full Stack Web Development - Operators & Aggregation

Higher Ed
MongoDB - Learning NoSQL Database Design: Operators & Aggregation
r/>
This clip is from the chapter "MongoDB - Learning NoSQL Database Design" of the series "The Full Stack Web Development".Here, we look into MongoDB which is a...
Instructional Video9:51
Packt

User Registration and Password Encryption

Higher Ed
This video focuses on user registration and password encryption.<br/<br/>>

This clip is from the chapter "Back-end User Authentication" of the series "MERN E-commerce from Scratch".This section focuses on back-end user authentication.
Instructional Video12:49
Packt

Steps to Complete the Flow to Download a File from an Application with Selenium

Higher Ed
This video presents the steps to complete the flow to download a file from your application with Selenium.
<
br/>
This clip is from the chapter "File Uploading (AUTO IT) and Downloading with Selenium" of the series "Selenium...
Instructional Video4:41
Curated Video

The Complete Practical Docker Guide - Starting MySQL Container with env Variable

Higher Ed
This video helps you start MySQL container with env variable.
r/>
This clip is from the chapter "Communication Between Containers and Environment Variables (MySQL, phpMyAdmin)" of the series "The Complete Practical Docker...
Instructional Video4:03
Curated Video

Docker for the Absolute Beginner - Hands-On - Demo - Setup and Install Docker

Higher Ed
Introduction: Demo - Setup and Install Docker
r/>
This clip is from the chapter "Introduction" of the series "Docker for the Absolute Beginner - Hands-On".This section introduces you to the course. You will get an overview of...
Instructional Video7:13
Brian McLogan

Given an Complex Zero, Find All the Zeros With Quadratic Formula

12th - Higher Ed
👉 Learn how to find all the zeros of a polynomial given one complex zero. A polynomial is an expression of the form ax^n + bx^(n-1) + . . . + k, where a, b, and k are constants and the exponents are positive integers. The zeros of a...
Instructional Video11:57
Curated Video

Node.js API Masterclass with Express and MongoDB - Single Course & Add Course

Higher Ed
Mongoose Advanced Querying & Relationships: Single Course & Add Course
r/>
This clip is from the chapter "Mongoose Advanced Querying & Relationships" of the series "Node.js API Masterclass with Express and MongoDB".This section...
Instructional Video4:00
Brian McLogan

How to show that a solution exists to a functions using IVT

12th - Higher Ed
How to show that a solution exists to a functions using IVT
Instructional Video8:20
Curated Video

The Complete Guide to ASP.NET Core MVC (.NET 5) - Shopping Cart Refresh

Higher Ed
In this video, we'll look at shopping cart refresh.
r/>
This clip is from the chapter "Details and Shopping Cart" of the series "The Complete Guide to ASP.NET Core MVC (.NET 5)".In this section, let's look at details and...
Instructional Video12:39
Curated Video

Node.js API Masterclass with Express and MongoDB - User Login

Higher Ed
Authentication, Users & Permissions - Part 1: User Login
r/>
This clip is from the chapter "Authentication, Users & Permissions - Part 1" of the series "Node.js API Masterclass with Express and MongoDB".This section is about...
Instructional Video2:57
Curated Video

.NET Core Microservices - Optimize RabbitMQSender

Higher Ed
This video explains how to optimize RabbitMQSender.<br/<br/>>

This clip is from the chapter "RabbitMQ" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".null
Instructional Video14:30
Curated Video

From 0 to 1 Data Structures & Algorithms in Java - The Directed And Undirected Graph

Higher Ed
Learn how to model using either Directed or Undirected graphs.
r/>
This clip is from the chapter "Graphs" of the series "From 0 to 1: Data Structures & Algorithms in Java".The author introduces you to various types of graphs...
Instructional Video3:30
Brian McLogan

What is the Domain Range and Vertical Asymptote of Cotangent

12th - Higher Ed
👉 Learn the basics of graphing a tangent and a cotangent function. To plot the tangent and the cotangent graph we choose a set of points and form a table of values with which we plot the points on the x-y coordinate axis to obtain the...
Instructional Video7:42
Curated Video

REST APIs with Flask and Python - REST Principles

Higher Ed
This video explains the various REST principles.<br/<br/>>

This clip is from the chapter "Your First REST API" of the series "REST APIs with Flask and Python".This section explains the various aspects of writing a REST API in Python.
Instructional Video6:25
Curated Video

Practical Python: Learn Python Basics Step by Step- Python 3 - Use a Python Module

Higher Ed
This video demonstrates how to import and use a Python module.
r/>
This clip is from the chapter "Python Basics- Level 4" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".This section gives an...
Instructional Video4:32
Economics Explained

Are We Stuck Between Hyperinflation And A Recession? | Economics Explained: The Recession and The Correct Course of Action

9th - Higher Ed
If governments don't manage their money like you or I, then how do they pay the bill for living above their means?



Helping you become more knowledgeable about how the world works, our content covers the biggest topics and...
Instructional Video5:08
Curated Video

Tips, Tricks, and Techniques for Node.js Development 6.3: Type Checking with TypeScript

Higher Ed
In this video, we will learn how to use TypeScript to improve our code.<br/>
• Install the dependencies for<br/> TypeScript
• Adapt the Express.js <br/>code to use TypeScript
• Run the app<br/>lication with TypeScript compiler
Instructional Video5:10
Curated Video

Complete Modern C++ - Filesystem - Directory Functions

Higher Ed
This video demonstrates the usage of directory manipulation functions for operations.<br/<br/>>

This clip is from the chapter "C++17 Standard Library Components" of the series "Complete Modern C++".null
Instructional Video6:57
Curated Video

HTML CSS and JavaScript for Beginners - A Web Design Course - JavaScript String Methods

Higher Ed
In this video, we'll cover JavaScript string methods.
r/>
This clip is from the chapter "Learn JavaScript Section" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".Learn how to write JavaScript,...
Instructional Video3:41
Curated Video

Excel VBA Programming The Complete Guide - The CommandButton Control

Higher Ed
The CommandButton is a clickable button that trigger an event procedure. In this lesson, we add 3 buttons to our form -- Submit, Cancel and Hide.
r/>
This clip is from the chapter "User Forms" of the series "Excel VBA...