Curated Video
Understanding Linear Functions through Graph Analysis
Learn to define linear functions by analyzing graphs of the forms y = x and y = mx. Understand that linear functions have a constant rate of change and that the coefficient of x, also known as the slope, determines the steepness of the...
Curated Video
Creating New Functions by Adding and Subtracting
This lesson helps students understand the versatility of functions and how they can be manipulated to create new mathematical relationships. Understand the concept of a function in which each input has one output, and explore the domain...
Curated Video
Learning Angular 2 Directives (Video 5)
Get up to speed with the building blocks of Angular 2. New technologies and new patterns are emerging on a daily basis. Coding for the front end is extremely demanding, but at the same time more interesting and challenging than ever...
Programming Electronics Academy
TimerOne in Arduino: Arduino Course 9.6
Using a timer based library for Arduino.
Programming Electronics Academy
Switch Case and Serial Application: Arduino Course 5
A demonstration of using a switch-case statement and serial communication in programming.
Packt
XHR Object Methods & Working with Text
Asynchronous JavaScript, Ajax & Fetch API: XHR Object Methods & Working with Text This clip is from the chapter "Asynchronous JavaScript, Ajax & Fetch API" of the series "Modern JavaScript from the Beginning".In this section, you will...
APMonitor
Java ☕ User Input
The earliest computers used punch cards to tell the computer what kind of program to run. Nowadays, we don't use punch-card computer input anymore. In this lesson we will learn how to take input from a user using the keyboard. The...
Catalyst University
Lipoprotein Physiology [Part 1] | LDLs, HDLs, & TAGs
In this video, we explore normal physiology of lipoprotein metabolism and the various medications that act at this pathway.
Curated Video
TypeScript for Beginners - Array of Arrow Functions
This video explains the array of arrow functions. This clip is from the chapter "Arrow Functions" of the series "TypeScript for Beginners".This video introduces you to the arrow functions and explains how to use them.
Catalyst University
Lipoprotein Physiology [Part 2] | Pharmacology of LDLs, HDLs, & TAGs
In this video, we explore the pharmacology of various medications that act on the pathway for lipoprotein metabolism.
Curated Video
Marginal and Average Costs: Definitions, Calculations, and Graphs
This video provides an introduction and detailed explanation of marginal and average costs in economics. The presenter explains the definitions of marginal and average costs, and demonstrates how to calculate them using a hypothetical...
ACDC Leadership
Micro 5.1 Market and Minimum Wage: Econ Concepts in 60 Seconds:- Economics Lesson
Mr. Clifford's 60 second explanation of the labor market for cooks and the affects of minimum wage. Remember that the firms are now demanding and individuals supply.
Curated Video
Web Development with Node.JS and MongoDB (Video 15)
Web development technology moves at a very fast pace with new tools and techniques being released daily. It is impossible to learn them all, but choosing similar technologies allows you to step up your game while developing web...
Programming Electronics Academy
Class Example: Arduino Course 8.6
A walk through of a class in programming.
Programming Electronics Academy
Blink Two LEDs: Arduino Course 4.6
A walk through of blinking two LEDs with Arduino.
Programming Electronics Academy
Display Arduino output (e.g. sensor data) on your computer monitor with this simple function: Part 2
In many cases while using an Arduino, you will want to see the data being generated by the Arduino. One common method of doing this is using the print() function from the Serial library to display information to your computer’s monitor....
Curated Video
C++ 20 (2a) New Features - Usage of <=> Operator and How to Make Comparisons
How the spaceship operator is supposed to be used? How do you compare two values using this operator? How does comparing the return value against literal zero work? • Test return value of comparing integers and verify it’s...
Curated Video
Understanding Capacity and Capacity Utilization in Business
This video discusses the concept of capacity, both in terms of physical space and production output for businesses. The speaker emphasizes the importance of balancing capacity utilization to avoid both underutilization and capacity...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Section intro and overview
A look at development environments, some options and what we'll use in the course This clip is from the chapter "Development environment setup" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section...
Curated Video
Learn Git in 3 Hours- Using Remote Repositories
In order to share work with other programmers, we need to send to and pull changes from remote repositories. We can manage our repositories’ remotes using the Git remote command. • Use Git remote to show our configured remote...
Curated Video
Bash Shell Scripting- Input with the read command and output with the echo command
This video shows how to input data with the read command and get an output with the echo command. This clip is from the chapter "Input and output commands for bash shell scripting" of the series "Complete Bash Shell Scripting".This...
Curated Video
Core Java Programming Course- Random Class
This video explains the Random class. This clip is from the chapter "Special Classes in Java" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains the different special classes that are...
Brian McLogan
Determine the intervals when a function is increasing decreasing or constant
👉 Learn how to determine increasing of decreasing intervals of function. There are many ways in which we can determine whether a function is increasing or decreasing but we will focus on determining increasing/decreasing from the graph...
Curated Video
Complete Python Scripting for Automation - join, center and zfill (zero fill)
Complete String Operations: join, center and zfill (zero fill) This clip is from the chapter "Complete String Operations" of the series "Complete Python Scripting for Automation".You will learn about Basic operations on strings and...