Instructional Video12:17
Curated Video

The Complete React Developer Course (with Hooks and Redux) - useState vs. setState

Higher Ed
This video differentiates between useState vs. setState This clip is from the chapter "[New!] Hooks, Context, Fragments, and More" of the series "The Complete React Developer Course (with Hooks and Redux)".null
Instructional Video4:22
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 15 - Behind the Screens with Functional Interfaces - Implement Function Int

Higher Ed
In this session, we will learn about behind the screens with functional interfaces - implement function Int. This clip is from the chapter "Introduction to Functional Programming" of the series "Java Programming for Complete Beginners -...
Instructional Video2:45
The Business Professor

Multiple Inputs in Multiple Departments

Higher Ed
Departments incur differing levels of activity inputs or costs associated with those activities. This video proposes a method for assigning those costs to a particular department.
Instructional Video9:20
Brian McLogan

My TIPS to find the implied DOMAIN of a function

12th - Higher Ed
In this video I will work through my favorite tips you will want to know to understand how to find the domain of a function algebraically. 00:00 intro 00:17 Difference Between Included and Excluded 02:31 Know your Graphs 04:23 Know your...
Instructional Video2:29
Curated Video

Modern HTML and CSS from the Beginning (Including Sass) - Section Intro - HTML Basics

Higher Ed
HTML Basics: Section Intro This clip is from the chapter "HTML Basics" of the series "Modern HTML and CSS from the Beginning (Including Sass)".This Section contains the HTML Basics.
Instructional Video2:54
Curated Video

Selling Candy (Part 1) (Represent the solutions of an equation on a coordinate plane)

3rd - 5th
Jack sells candy bars to raise money for his basketball team. He sells each candy bar for 2 dollars. The amount of money Jack earns is dependent on how many candy bars he sells.
Instructional Video5:15
Brian McLogan

Writing the domain of a rational function with the radical in the numerator

12th - Higher Ed
πŸ‘‰ Learn how to find the domain of rational functions with a radical numerator. Recall that the domain of a function is the set of possible input values (x-values) of the function. For a rational function, the denominator cannot be zero...
Instructional Video15:08
APMonitor

Matlab πŸ‘©β€πŸ’» Functions

10th - Higher Ed
Functions create modular code that can do the same task repeatedly without you having to type out the same code each time. Functions make complex code accessible with a single statement. You also can create your own function, but there...
Instructional Video3:31
Curated Video

Introduction to ASP.NET MVC 6 (Video 9)

Higher Ed
A lot has changed in the world of ASP.NET 5 and MVC 6, but a lot is still the same. All of the major frameworks (Web API, forms, and MVC) have been rolled out under the umbrella of a single unified programming model. There's a new...
Instructional Video7:08
Packt

Create the UI

Higher Ed
Microposts Project - CRUD Front End (Webpack & Babel): Create the UI This clip is from the chapter "Microposts Project - CRUD Front End (Webpack & Babel)" of the series "Modern JavaScript from the Beginning".In this section, you will...
Instructional Video18:57
Packt

Updating Items & Total Calories

Higher Ed
Tracalorie Project (Using the Module Pattern): Updating Items & Total Calories This clip is from the chapter "Tracalorie Project (Using the Module Pattern)" of the series "Modern JavaScript from the Beginning".In this section, you will...
Instructional Video14:53
APMonitor

Python 🐍 Overview and pip

10th - Higher Ed
This introductory course uses the TCLab package that can be installed with: pip install tclab or: !pip install tclab --user if you are running in a Jupyter notebook and do not have administrative privilege. The 12 modules of this course...
Instructional Video5:45
Curated Video

Bash Shell Scripting - Accepting an Input from the User

Higher Ed
This video explains how to accept an input from the user. This clip is from the chapter "Getting Started - The Basics" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for 2021]".This section will help...
Instructional Video12:57
Curated Video

The Full Stack Web Development - Form Events - Project Form Events

Higher Ed
jQuery Programming Techniques: Form Events - Project Form Events This clip is from the chapter "jQuery Programming Techniques" of the series "The Full Stack Web Development".In this section, on jQuery we will talk about DOM manipulation,...
Instructional Video7:17
Curated Video

The Full Stack Web Development - Pseudo Classes - Project on Pseudo Classes

Higher Ed
Styling with CSS3: Pseudo Classes - Project on Pseudo Classes This clip is from the chapter "Styling with CSS3" of the series "The Full Stack Web Development".We move on to CSS3 and talk about positioning, gradients, transitions, pseudo...
Instructional Video0:58
Brian McLogan

Evaluating functions with a binomial

12th - Higher Ed
πŸ‘‰ Learn how to evaluate a function and for any given value. For any function, f(x) x is called the input value or the argument of the function. To evaluate a function, all we have to do is to change the argument of the function from x to...
Instructional Video9:57
Curated Video

CSS Bootcamp: Master CSS (Including CSS Grid/Flexbox) - Contact Section and Footer

Higher Ed
Project 2 - Furniture Store (Based on CSS Grid): Contact Section and Footer This clip is from the chapter "Project 2 - Furniture Store (Based on CSS Grid)" of the series "CSS Bootcamp: Master CSS (Including CSS Grid/Flexbox)".null
Instructional Video5:49
Curated Video

Complete Modern C++ - Operator Overloading - Part III (Global Overloads)

Higher Ed
This video shows when operators need to be overloaded as global functions. β€’ Run the app through Visual Studio β€’ Run the app through PowerShell β€’ Run the app through File Explorer This clip is from the chapter "Operator Overloading" of...
Instructional Video9:07
Curated Video

Docker for the Absolute Beginner - Hands-On - Docker Run

Higher Ed
Docker Run: Docker Run This clip is from the chapter "Docker Run" of the series "Docker for the Absolute Beginner - Hands-On".In this section, you will learn about the Docker Run command. Additionally, this section gives you a...
Instructional Video2:40
Brian McLogan

Learn how to write the equation of a parabola given the vertex and point

12th - Higher Ed
πŸ‘‰ Learn how to write the equation of a parabola given three points. The equation of a parabola is of the form f(x) = ax^2 + bx + c, where a, b and c are constants. Since, the equation of a parabola has 3 constants, three equations and...
Instructional Video14:16
Curated Video

The Modern JavaScript Bootcamp (2019) - Complex DOM Rendering

Higher Ed
In this video, you’re going to learn how to render more real-world elements to the DOM. Rendering a single element is fine, but what if we want a checkbox, some text, and a delete button for each to-do item? This clip is from the chapter...
Instructional Video4:41
Curated Video

Frontend Web Development Bootcamp - Build a Twitter Clone - Styling of Main Page - Part 2

Higher Ed
Project - Build a Twitter Clone (Main Page): Styling of Main Page - Part 2 This clip is from the chapter "Project - Build a Twitter Clone (Main Page)" of the series "Frontend Web Development Bootcamp: Build a Twitter Clone".This section...
Instructional Video4:16
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Explicit and Implicit Ratings

Higher Ed
In this video, we will discuss about explicit and implicit ratings. This clip is from the chapter "Collaborative Filtering" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section primarily focuses on...
Instructional Video1:48
Curated Video

Practical Python: Learn Python Basics Step by Step- Python 3 - Python Level 1: Exercises

Higher Ed
In this video, the author gives few exercises to work on. This clip is from the chapter "Python Basics- Level 1" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".This section is about the fundamentals of...