Instructional Video4:20
Curated Video

Understanding Function Notation and Graphing

K - 5th
In this video, the teacher explains the concept of f of x and how to represent it graphically. They discuss function notation, the difference between multiplication and function evaluation, and how to plot points on the graph of a...
Instructional Video4:31
Science360

ELEVATOR PITCH: Real people. Real elevators. (Ep. 2)

12th - Higher Ed
What if you had just a few seconds to sell an idea? Entrepreneurs encounter this situation every day. Often, so do people funded by the National Science Foundation’s Small Business Innovation Research and Small Business Technology...
Instructional Video6:30
Mediacorp

Revolutionizing Food Production and Waste Management in Singapore

12th - Higher Ed
This video focuses on the rising issue of food waste in Singapore and new innovative ideas to battle it. The Heart of ASEAN: episode 5, part 7/8
Instructional Video11:23
Curated Video

Next.js from Development to Deployment - Add Event Page

Higher Ed
This video explains how to add event page. This clip is from the chapter "Events Functionality - Part 1" of the series "Next.js from Development to Deployment: Build a Music Event Website".This section focuses on the event functionality...
Instructional Video17:40
Curated Video

The Full Stack Web Development - Project - Github AJAX

Higher Ed
Basic JavaScript Concepts: Project - Github AJAX This clip is from the chapter "Basic JavaScript Concepts" of the series "The Full Stack Web Development".In this section, we learn the basics of JavaScript programming variables, arrays,...
Instructional Video15:19
Curated Video

Bash Shell Scripting- Redirection Operators and STDIN, STDOUT & STDERR

Higher Ed
This video shows how to use STDIN, STDOUT, and STDERR. This clip is from the chapter "Redirection Operators" of the series "Complete Bash Shell Scripting".This section covers the various redirection operators.
Instructional Video2:10
Brian McLogan

How to apply the compostion of two functions

12th - Higher Ed
In this video we will discuss how to simplify radical expressions as well as apply operations such as adding, subtracting, dividing, and multiplying. f(x) = x^2; g(x) = -x + 1. Find (g o f)(x)
Instructional Video1:39
Brian McLogan

How To Find the Value of Composition of Two Functions

12th - Higher Ed
Learn how to compose two linear functions. To compose two functions means to express one of the functions as a function of the other function. This is done by replacing the input variable of one of the functions with the value of the...
Instructional Video6:31
Curated Video

Frontend Web Development Bootcamp - Build a Twitter Clone - Login Page Validation

Higher Ed
Project - Build a Twitter Clone (Add JavaScript to Main and Login Page): Login Page Validation This clip is from the chapter "Project - Build a Twitter Clone (Add JavaScript to Main and Login Page" of the series "Frontend Web Development...
Instructional Video7:57
Curated Video

The Complete Practical Docker Guide - Challenge Solution: Create Files Handling Node App

Higher Ed
This is a challenge solution video that demonstrates creating files handling Node.js app. This clip is from the chapter "Running Node.js Applications in Docker" of the series "The Complete Practical Docker Guide".This section focuses on...
Instructional Video18:04
Curated Video

The Modern JavaScript Bootcamp (2019) - The Edit Note Page: Part II

Higher Ed
In this video, you’re going to learn how to pass an id between pages. This is going to allow us to tell the edit page which note we want to edit. This clip is from the chapter "Data Storage, Libraries, and More" of the series "The Modern...
Instructional Video16:16
Curated Video

The Modern JavaScript Bootcamp (2019) - Function Basics

Higher Ed
In this video, you’re going to create and run your first JavaScript function! Functions are like programs in your programs. It’s a piece of code we can run whenever we want. This clip is from the chapter "JavaScript Functions" of the...
Instructional Video12:38
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 02 - Java For Loop - Exercises Overview and First Exercise Prime Numbers

Higher Ed
In this video, we will learn about Java for loop - exercises overview and first exercise prime numbers. This clip is from the chapter "Loops" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will...
Instructional Video6:23
Curated Video

HTML CSS and JavaScript for Beginners - A Web Design Course - Keyboard Events jQuery

Higher Ed
In this video, we'll cover keyboard events jQuery. This clip is from the chapter "Learn jQuery" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".In this section, you will learn about jQuery, selecting with...
Instructional Video5:04
Curated Video

HTML CSS and JavaScript for Beginners - A Web Design Course - KeyPress Events.

Higher Ed
In this video, we'll cover KeyPress events. This clip is from the chapter "JavaScript Document Object Model" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".This section describes JavaScript DOM. You will...
Instructional Video18:58
Curated Video

The Complete Java Developer Course: From Beginner to Master - File Input

Higher Ed
This video explains about file input that involves data from a secondary storage device being brought into the main memory to be used by the program as a variable. This clip is from the chapter "File I/O and Exceptions" of the series...
Instructional Video20:39
Curated Video

The Complete Java Developer Course: From Beginner to Master - Selection Control Statements

Higher Ed
This video explains about the selection control statements. This clip is from the chapter "Control Statements" of the series "The Complete Java Developer Course: From Beginner to Master".This section focuses on the fundamental concepts...
Instructional Video8:56
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Your First Python Program

Higher Ed
What's a programming course if you don't make a program right away? In this lesson, you'll create a simple, but functional, Python program. This clip is from the chapter "Beginner-friendly Python" of the series "Python for Everybody: The...
Instructional Video3:58
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - User Input

Higher Ed
Accepting user input is part of every good program. This lesson will show you how to ask a user for input and how to use that input afterwards. This clip is from the chapter "Beginner-friendly Python" of the series "Python for Everybody:...
Instructional Video1:47
Curated Video

Python 3 for Beginners: Comments in Python - Documenting Your Code

Higher Ed
In this video, we explore the importance of comments in Python programming. As a helpful assistant, we explain how comments can help document your code and summarize complex pieces of code. We also demonstrate how to create both single...
Instructional Video3:35
Curated Video

Master Microservices with Spring Boot and Spring Cloud - Step 13 – Setting Up Currency Exchange Microservice

Higher Ed
This video demonstrates the setting up of currency exchange microservice. This clip is from the chapter "Microservices with Spring Cloud – V1" of the series "Master Microservices with Spring Boot and Spring Cloud".This section focuses on...
Instructional Video11:11
Curated Video

Mockito Tutorial: Learn mocking with 25 Junit Examples - Step 11: Parameterized Tests

Higher Ed
Unit Testing with Junit: Step 11: Parameterized Tests This clip is from the chapter "Unit Testing with Junit" of the series "Mockito Tutorial: Learn mocking with 25 Junit Examples".In this section, we look into unit testing by setting up...
Instructional Video2:53
Curated Video

Practical Python: Learn Python Basics Step by Step- Python 3 - Cast a Type to Another Type

Higher Ed
This video shows how to modify a data type of a variable. 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...
Instructional Video5:03
Curated Video

Master Hibernate and JPA with Spring Boot in 100 Steps - Step 4: Creating a Simple REST Controller

Higher Ed
In this video, we'll be looking at creating a simple REST controller. This clip is from the chapter "Introduction to Spring Boot in 10 Steps" of the series "Master Hibernate and JPA with Spring Boot in 100 Steps".This section introduces...