Instructional Video7:01
Curated Video

Linux Fundamentals - Soft versus Hard Links

Higher Ed
This video highlights the difference between soft and hard links.
<
br/>
This clip is from the chapter "Files and Directories Management in Linux" of the series "Linux Fundamentals".This section will start off with introducing you...
Instructional Video3:15
Curated Video

R Programming for Statistics and Data Science - Decomposition of Variability: SST, SSR, SSE

Higher Ed
This video explains decomposition of variability: SST, SSR, SSE.
<
br/>
This clip is from the chapter "Linear Regression Analysis" of the series "R Programming for Statistics and Data Science".This section explains linear regression...
Instructional Video6:29
Curated Video

R Programming for Statistics and Data Science - Building a Bar Chart with ggplot2

Higher Ed
This video explains building a bar chart with ggplot2.<br<br/>/>

This clip is from the chapter "Visualizing Data" of the series "R Programming for Statistics and Data Science".This section explains visualizing data.
Instructional Video5:21
Curated Video

Who vs Whom | Improve Your Grammar in Minutes

6th - Higher Ed
An explanation of when to use 'who' and when to use 'whom'. Learn the easy trick to help you know when to use each and avoid the mistake many native English speakers make.
Instructional Video5:38
Curated Video

Structural Design Patterns in Modern C++ - Basic Example - Proxy Design Pattern

Higher Ed
This video presents a basic example of the proxy pattern.<br<br/>/>

This clip is from the chapter "Proxy Design Pattern" of the series "Structural Design Patterns in Modern C++".This section focuses on the proxy design pattern.
Instructional Video8:47
Curated Video

gRPC [Golang] Master Class Build Modern API and Microservices - HTTP/2

Higher Ed
[Theory] gRPC Internals Deep Dive: HTTP/2
<
br/>
This clip is from the chapter "[Theory] gRPC Internals Deep Dive" of the series "gRPC [Golang] Master Class: Build Modern API and Microservices".In this section, you are going learn...
Instructional Video5:10
Curated Video

gRPC [Golang] Master Class Build Modern API and Microservices - gRPC vs REST

Higher Ed
[Theory] gRPC Internals Deep Dive: gRPC vs REST
<
br/>
This clip is from the chapter "[Theory] gRPC Internals Deep Dive" of the series "gRPC [Golang] Master Class: Build Modern API and Microservices".In this section, you are going...
Instructional Video1:53
Curated Video

Finding Slope Between Two Points Challenge Day #2

9th - 12th
This video will review/introduce the concept of finding slope between two points. This is the second of five videos, a 5 day challenge, to build proficiency finding the slope of a line using two points. We will use the formula and...
Instructional Video2:02
Curated Video

Finding Slope Between Two Points Challenge Day #1

9th - 12th
This video will review/introduce the concept of finding slope between two points. This is the first of five videos, a 5 day challenge, to build proficiency finding the slope of a line using two points. We will use the formula and...
Instructional Video8:40
The Learning Depot

Finding Implied Main Idea | Reading Strategies for Better Comprehension Skills

12th - Higher Ed
The implied main idea is not clearly stated in any one sentence in the passage, but it is always there. You just can't take your finger and point at it or take a highlighter and highlight it. The implied main idea comes together in your...
Instructional Video2:34
The Learning Depot

Double Words: Had Had--Past Perfect Tense

12th - Higher Ed
Have you ever encountered the words “had had” in a sentence and thought you were seeing double? Well, rest assured that your eyesight is all right and what you were seeing was a perfectly correct grammatical construction called the past...
Instructional Video3:38
Curated Video

MongoDB Mastering MongoDB for Beginners (Theory and Projects) - Delete in Mongo Using Python

Higher Ed
In this video, we will learn how to delete in Mongo using Python.
<
br/>
This clip is from the chapter "Mongo with Python" of the series "MongoDB—Mastering MongoDB for Beginners (Theory and Projects)".In this section, we will cover...
Instructional Video5:30
Curated Video

R Programming for Statistics and Data Science - Comparing Two Means - Independent Samples

Higher Ed
This video explains comparing two means - independent samples.<br<br/>/>

This clip is from the chapter "Hypothesis Testing" of the series "R Programming for Statistics and Data Science".This section explains hypothesis testing.
Instructional Video6:40
Curated Video

R Programming for Statistics and Data Science - Comparing Two Means - Dependent Samples

Higher Ed
This video explains comparing two means - dependent samples.<br<br/>/>

This clip is from the chapter "Hypothesis Testing" of the series "R Programming for Statistics and Data Science".This section explains hypothesis testing.
Instructional Video4:39
Curated Video

Linux Fundamentals - How Shell Understands That You Have Entered a Command?

Higher Ed
This video explains how shell understands that you have entered a command.
<
br/>
This clip is from the chapter "Getting Started with Linux" of the series "Linux Fundamentals".This section will introduce you to Linux. You will start...
Instructional Video4:48
Curated Video

Learn JavaScript from Scratch JavaScript for Everyone - Strict Comparisons

Higher Ed
In this video, you'll learn how to use comparisons in JavaScript.
<
br/>
This clip is from the chapter "Intermediate JavaScript" of the series "Learn JavaScript from Scratch: JavaScript for Everyone".In this section, you'll learn...
Instructional Video5:51
Curated Video

R Programming for Statistics and Data Science - Variables: Revisited

Higher Ed
This video explains variables.<br<br/>/>

This clip is from the chapter "Visualizing Data" of the series "R Programming for Statistics and Data Science".This section explains visualizing data.
Instructional Video8:43
Curated Video

Linux Fundamentals - Creating Hard and Soft Links

Higher Ed
This video demonstrates how to create hard and soft links.
<
br/>
This clip is from the chapter "Files and Directories Management in Linux" of the series "Linux Fundamentals".This section will start off with introducing you to files...
Instructional Video7:36
Curated Video

Learn JavaScript from Scratch JavaScript for Everyone - Let and Const Variable Types

Higher Ed
In this video, you'll learn all about let and const.
<
br/>
This clip is from the chapter "Coding with JavaScript" of the series "Learn JavaScript from Scratch: JavaScript for Everyone".In this section, you'll get started with...
Instructional Video6:25
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Spark DF Read Data

Higher Ed
In this lesson, we will read the data in a dataframe.
<
br/>
This clip is from the chapter "Project" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section primarily focuses on building a project on Scala...
Instructional Video5:35
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Overview of While Loop

Higher Ed
Learn what are while loops in this session.<br<br/>/>

This clip is from the chapter "Flow Control" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section covers flow control in detail.
Instructional Video4:39
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - ListBuffer Introduction

Higher Ed
In this lesson, we will discuss ListBuffer. A ListBuffer is a collection that contains mutable data.
<
br/>
This clip is from the chapter "Data Structures" of the series "Scala & Spark-Master Big Data with Scala and Spark".This...
Instructional Video5:22
Curated Video

MongoDB Mastering MongoDB for Beginners (Theory and Projects) - Read from Mongo Using Node

Higher Ed
In this video, we will learn how to read from Mongo using Node.
<
br/>
This clip is from the chapter "Mongo with Node" of the series "MongoDB—Mastering MongoDB for Beginners (Theory and Projects)".In this section, we will cover...
Instructional Video12:11
Curated Video

Learn JMeter from Scratch on Live Applications - Performance Testin - BeanShell Postprocessor Validations

Higher Ed
This video focuses on BeanShell postprocessor validations.
<
br/>
This clip is from the chapter "BeanShell Scripting Basics for JMeter" of the series "Learn JMeter from Scratch on Live Applications - Performance Testing".This...