Curated Video
Understanding Function Notation and Graphing
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...
Science360
ELEVATOR PITCH: Real people. Real elevators. (Ep. 2)
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...
Mediacorp
Revolutionizing Food Production and Waste Management in Singapore
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
Curated Video
Next.js from Development to Deployment - Add Event Page
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...
Curated Video
The Full Stack Web Development - Project - Github AJAX
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,...
Curated Video
Bash Shell Scripting- Redirection Operators and STDIN, STDOUT & STDERR
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.
Brian McLogan
How to apply the compostion of two functions
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)
Brian McLogan
How To Find the Value of Composition of Two Functions
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...
Curated Video
Frontend Web Development Bootcamp - Build a Twitter Clone - Login Page Validation
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...
Curated Video
The Complete Practical Docker Guide - Challenge Solution: Create Files Handling Node App
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...
Curated Video
The Modern JavaScript Bootcamp (2019) - The Edit Note Page: Part II
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...
Curated Video
The Modern JavaScript Bootcamp (2019) - Function Basics
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 02 - Java For Loop - Exercises Overview and First Exercise Prime Numbers
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...
Curated Video
HTML CSS and JavaScript for Beginners - A Web Design Course - Keyboard Events jQuery
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...
Curated Video
HTML CSS and JavaScript for Beginners - A Web Design Course - KeyPress Events.
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...
Curated Video
The Complete Java Developer Course: From Beginner to Master - File Input
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...
Curated Video
The Complete Java Developer Course: From Beginner to Master - Selection Control Statements
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...
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - Your First Python Program
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...
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - User Input
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:...
Curated Video
Python 3 for Beginners: Comments in Python - Documenting Your Code
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...
Curated Video
Master Microservices with Spring Boot and Spring Cloud - Step 13 – Setting Up Currency Exchange Microservice
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...
Curated Video
Mockito Tutorial: Learn mocking with 25 Junit Examples - Step 11: Parameterized Tests
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...
Curated Video
Practical Python: Learn Python Basics Step by Step- Python 3 - Cast a Type to Another Type
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...
Curated Video
Master Hibernate and JPA with Spring Boot in 100 Steps - Step 4: Creating a Simple REST Controller
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...