Curated Video
Matrices and Basic Operations
This video will explain matrices and give an overview of the basic operations of using them.
Curated Video
Sequences
A sequence is a set of values that makes a pattern. The differences between the arithmetic sequence, geometric sequence and Fibonacci will be discussed.
Curated Video
Modern Web Design with HTML5, CSS3, and JavaScript - Turning Objects into Strings and Strings into Objects using JSON.parse and JSON.stringify.
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...
Curated Video
Modern Web Design with HTML5, CSS3, and JavaScript - Function Scope in JavaScript
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.
Curated Video
Modern Web Design with HTML5, CSS3, and JavaScript - Creating Random Values Using JavaScript Math Object
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...
Curated Video
R Programming for Statistics and Data Science - Indexing and Slicing a Data Frame in R
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.
Curated Video
Modern Web Design with HTML5, CSS3, and JavaScript - Tools and Resources
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...
Curated Video
Ultimate ASP.NET 5 Web API Development Guide - Install and Explore Postman
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...
Curated Video
Scala & Spark-Master Big Data with Scala and Spark - Taking Input from User
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.
Curated Video
Scala & Spark-Master Big Data with Scala and Spark - Project Architecture - Data Structures - Implementation
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...
Curated Video
Scala & Spark-Master Big Data with Scala and Spark - Basic Functions
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...
Curated Video
R Programming for Statistics and Data Science - Quick Guide to the RStudio User Interface
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.
Curated Video
Learn JMeter from Scratch on Live Applications - Performance Testin - Importance of Regular Expression in Parsing the Response
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...
Curated Video
Modern Web Design with HTML5, CSS3, and JavaScript - File Protocol versus HTTP Protocol
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...
Curated Video
Modern Web Design with HTML5, CSS3, and JavaScript - Writing HTML Code
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...
Curated Video
Modern Web Design with HTML5, CSS3, and JavaScript - Setting up a Single-page Website from Scratch
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,...
Curated Video
Scala & Spark-Master Big Data with Scala and Spark - Project Architecture - Data Structures II
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...
Brian McLogan
Write the equation of a line tangent to a polynomial through a point
👉 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...
Curated Video
Introduction to Polymers and Polymerization Processes
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...
Curated Video
Implement logical operations in a computer program : Logical Operators
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...
Brian McLogan
Taking the derivative of two binomials using product and chain rule
👉 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...
Brian McLogan
How to implicitly find the derivative of an equation
👉 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...
R Programming 101
Data types in R programming
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...