Instructional Video4:34
Curated Video

Matrices and Basic Operations

K - Higher Ed
This video will explain matrices and give an overview of the basic operations of using them.
Instructional Video6:22
Curated Video

Sequences

3rd - Higher Ed
A sequence is a set of values that makes a pattern. The differences between the arithmetic sequence, geometric sequence and Fibonacci will be discussed.
Instructional Video5:01
Curated Video

Modern Web Design with HTML5, CSS3, and JavaScript - Turning Objects into Strings and Strings into Objects using JSON.parse and JSON.stringify.

Higher Ed
This video explains how to turn objects into strings and strings into objects using JSON.parse and JSON.stringify. This clip is from the chapter "Advanced Coding in JavaScript" of the series "Modern Web Design with HTML5, CSS3, and...
Instructional Video7:43
Curated Video

Modern Web Design with HTML5, CSS3, and JavaScript - Function Scope in JavaScript

Higher Ed
This video provides an introduction to the function scope in JavaScript. This clip is from the chapter "JavaScript Introduction" of the series "Modern Web Design with HTML5, CSS3, and JavaScript".This section introduces you to JavaScript.
Instructional Video8:17
Curated Video

Modern Web Design with HTML5, CSS3, and JavaScript - Creating Random Values Using JavaScript Math Object

Higher Ed
This video demonstrates how to create random values using the JavaScript Math Object. This clip is from the chapter "JavaScript Introduction" of the series "Modern Web Design with HTML5, CSS3, and JavaScript".This section introduces you...
Instructional Video4:10
Curated Video

R Programming for Statistics and Data Science - Indexing and Slicing a Data Frame in R

Higher Ed
This video explains indexing and slicing a data frame in R. This clip is from the chapter "Data Frames" of the series "R Programming for Statistics and Data Science".This section explains data frames.
Instructional Video5:15
Curated Video

Modern Web Design with HTML5, CSS3, and JavaScript - Tools and Resources

Higher Ed
This video highlights the required tools and resources to create a website. This clip is from the chapter "Creating a Simple Website from Scratch" of the series "Modern Web Design with HTML5, CSS3, and JavaScript".This section explains...
Instructional Video5:26
Curated Video

Ultimate ASP.NET 5 Web API Development Guide - Install and Explore Postman

Higher Ed
This video shows how to install and explore Postman. This clip is from the chapter "Environmental Configuration" of the series "Ultimate ASP.NET Core Web API Development Guide".This section talks about the environmental configuration...
Instructional Video5:48
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Taking Input from User

Higher Ed
In this lesson, we will learn how to take input from the user. This clip is from the chapter "Overview" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section focuses on important basic concepts related to Scala.
Instructional Video10:48
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Project Architecture - Data Structures - Implementation

Higher Ed
Let's discuss the basic structure of the project. This clip is from the chapter "Data Structures" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section focuses on data structures, and the types and...
Instructional Video8:13
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Basic Functions

Higher Ed
In this session, we will work on the global variables and the basic functions required for the project. This clip is from the chapter "Functions" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section primarily...
Instructional Video7:37
Curated Video

R Programming for Statistics and Data Science - Quick Guide to the RStudio User Interface

Higher Ed
This video is a quick guide to the RStudio user interface. This clip is from the chapter "Introduction and Getting Started" of the series "R Programming for Statistics and Data Science".This section provides an introduction to the course.
Instructional Video9:34
Curated Video

Learn JMeter from Scratch on Live Applications - Performance Testin - Importance of Regular Expression in Parsing the Response

Higher Ed
This video explains the importance of regular expressions in parsing the response. This clip is from the chapter "Handling Dynamic Responses - Advanced JMeter" of the series "Learn JMeter from Scratch on Live Applications - Performance...
Instructional Video5:31
Curated Video

Modern Web Design with HTML5, CSS3, and JavaScript - File Protocol versus HTTP Protocol

Higher Ed
This video highlights the difference between file protocol and HTTP protocol. This clip is from the chapter "Advanced Coding in JavaScript" of the series "Modern Web Design with HTML5, CSS3, and JavaScript".This section focuses on...
Instructional Video7:09
Curated Video

Modern Web Design with HTML5, CSS3, and JavaScript - Writing HTML Code

Higher Ed
This video explains how to write HTML code. This clip is from the chapter "Introduction to Getting Started with Web Design" of the series "Modern Web Design with HTML5, CSS3, and JavaScript".This section provides an introduction to web...
Instructional Video7:35
Curated Video

Modern Web Design with HTML5, CSS3, and JavaScript - Setting up a Single-page Website from Scratch

Higher Ed
This video demonstrates how to set up a single-page website from scratch using Bootstrap. This clip is from the chapter "Exploring Rapid Web Design with the Bootstrap 4 Frontend Framework" of the series "Modern Web Design with HTML5,...
Instructional Video10:48
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Project Architecture - Data Structures II

Higher Ed
Let's discuss the basic structure of the project. This clip is from the chapter "Data Structures" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section focuses on data structures, and the types and...
Instructional Video8:04
Brian McLogan

Write the equation of a line tangent to a polynomial through a point

12th - Higher Ed
👉 Learn how to find and write the equation of the tangent line of a curve at a given point. The tangent of a curve at a point is a line that touches the circumference of the curve at that point. To find the equation of the tangent line...
Instructional Video5:52
Curated Video

Introduction to Polymers and Polymerization Processes

Higher Ed
The video discusses the structures and properties of polymers and explores two different ways of producing them, addition polymerization and condensation polymerization. The video also highlights the difference between the two...
Instructional Video6:52
Curated Video

Implement logical operations in a computer program : Logical Operators

Higher Ed
From the section: Basics. In this section, we look into comments, variables and its types, list, tuples, dictionary, various operators, and loops in details. Logical operators are typically used with Boolean (logical) values. When they...
Instructional Video6:50
KnowMo

Introduction to Quadratics

3rd - Higher Ed
Introduction to Quadratics
Instructional Video4:43
Brian McLogan

Taking the derivative of two binomials using product and chain rule

12th - Higher Ed
👉 Learn how to find the derivative of a function using the chain rule. The derivative of a function, y = f(x), is the measure of the rate of change of the function, y, with respect to the variable x. The process of finding the derivative...
Instructional Video3:21
Brian McLogan

How to implicitly find the derivative of an equation

12th - Higher Ed
👉 Learn how to find the derivative of an implicit function. The derivative of a function, y = f(x), is the measure of the rate of change of the function, y, with respect to the variable x. The process of finding the derivative of a...
Instructional Video7:07
R Programming 101

Data types in R programming

Higher Ed
In this video I provide an overview of the five main types of data used in R programming. These are character, factor, integer, continuous and logical. I show how you can look at the structure of a dataframe and change the data type for...