Curated Video
The Modern JavaScript Bootcamp (2019) - Digging Into Prototypical Inheritance
In this presentation, you’re going to explore how prototypal inheritance works behind the scenes. This will explain why we’re able to add our shared methods onto the constructor’s prototype and then access them on each instance. This...
Brian McLogan
Sketching the graph of a polynomial using the zeros and multiplicity
👉 Learn how to use the tools needed to graph a polynomial function in factored form. A polynomial in factored form is when the polynomial is written as a product of its linear factors. Each linear factor represents an x-intercept and the...
Brian McLogan
Identifying the leading coefficient and degree to write the end behavior of a polynomial
👉 Learn how to determine the end behavior of the graph of a polynomial function. To do this we will first need to make sure we have the polynomial in standard form with descending powers. We will then identify the leading terms so that...
Institute for New Economic Thinking
What Happens When Economics Doesn’t Reflect the Real World?
Anwar Shaikh, Professor of Economics at the New School, explores alternatives to economic orthodoxies, and the findings of his book Capitalism: Competition, Conflict, Crises.
Curated Video
C++ Standard Template Library in Practice - Iterator Adaptors
We want to learn what other non-container iterators are available, and what they can do. • Introduce the different adapter iterator types • Learn what they can do and cover the differences • Show them in action using a code example This...
Brian McLogan
How to find the zeros, intercepts, and multiplicity
In this math tutorial I show you how to find the real zeros of a polynomial function by solving for x using algebraic techniques such as factoring, completing the square and the quadratic formula. I also show you how to determine the...
Brian McLogan
How to find the end behavior of a polynomial in factored form
👉 Learn how to determine the end behavior of the graph of a factored polynomial function. To do this we will first need to make sure we have a polynomial in standard form (i.e. we will expand all factored terms) with descending powers....
Brian McLogan
Sketch the graph of a factored polynomial using multiplicity
👉 Learn how to use the tools needed to graph a polynomial function in factored form. A polynomial in factored form is when the polynomial is written as a product of its linear factors. Each linear factor represents an x-intercept and the...
Brian McLogan
Determining end behavior and degrees of a polynomial graph
👉 Learn how to determine the end behavior of a polynomial function from the graph of the function. To do this we look at the endpoints of the graph to see if it rises or falls as the value of x increases. If the graph of the polynomial...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 03 - Introduction to Object-Oriented Programming - Exercise – Online Shopping
In this video, we will learn about object-oriented programming - exercise – online shopping. This clip is from the chapter "Introduction to Object-Oriented Programming" of the series "Java Programming for Complete Beginners - Java 16".In...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 02 - OOPS Example - Fan Class - Deciding State and Constructors
In this session, we will learn about OOPS example - fan class - deciding state and constructors. This clip is from the chapter "Object-Oriented Programming Again" of the series "Java Programming for Complete Beginners - Java 16".In this...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 03 - OOPS Example - Fan Class - Deciding Behavior with Methods
In this session, we will learn about OOPS example - fan class - deciding behavior with methods. This clip is from the chapter "Object-Oriented Programming Again" of the series "Java Programming for Complete Beginners - Java 16".In this...
Englishing
Lesson on Clauses of MANNER (like, in a way, as, just as, the way, as if)
In this video lesson, Mr. P./Marc will talk about clauses of manner such as (just as, as, like, in a way, the way, and as though). He will start the lesson by giving examples of the many ways these clauses are used. He will then delve...
Curated Video
Comprehensive Android Developer Bootcamp - Setting up the User Interface
Android Machine Learning ML Kit – Face Detection:Setting up the User Interface This clip is from the chapter "Android Machine Learning ML Kit – Face Detection" of the series "The Comprehensive Android Developer Bootcamp".This section...
Curated Video
Hands-On WebAssembly for C++ Programmers - Integrating WebAssembly Modules
We've used the term module throughout the course, but have not actually stopped to define it • Learn about WebAssembly modules • Learn about Emscripten modules • Override Module behavior using --pre-js flags This clip is from the chapter...
Curated Video
Group Conversation: Are You Turning Into Your Mother?
Group Conversation: Are You Turning Into Your Mother?
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 06 - Introducing State of an Object with Speed Variable
In this video, we will learn about introducing state of an object with speed variable. This clip is from the chapter "Introduction to Object-Oriented Programming" of the series "Java Programming for Complete Beginners - Java 16".In this...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 16 - Introduction to Object-Oriented Programming – Conclusion
In this video, we will learn about introduction to object-oriented programming – conclusion. This clip is from the chapter "Introduction to Object-Oriented Programming" of the series "Java Programming for Complete Beginners - Java 16".In...
Brian McLogan
T Misconceptions with Characteristics of Functions
T Misconceptions with Characteristics of Functions
NASA
NASA | NASA Sees Holiday Lights from Space
It’s official — our holiday lights are so bright we can see them from space. Thanks to the VIIRS instrument on the Suomi NPP satellite, a joint mission between NASA and NOAA, scientists are presenting a new way of studying satellite data...
Curated Video
AZ-104: Microsoft Azure Administrator Full Course - Private Zone - Scenario II
In this video, we will cover private zone - scenario ii. This clip is from the chapter "Azure Virtual Networking" of the series "AZ-104: Microsoft Azure Administrator Full Course".This section explains Azure virtual networks and their...
Curated Video
Complete Modern C++ - Project - Part VII (override and final specifier)
This video explains the purpose of override and final specifier. This clip is from the chapter "Object-Oriented Programming" of the series "Complete Modern C++".In this section, you will learn about inheritance and will work on a project...
Curated Video
Complete Modern C++ - Project - Part IV (Virtual Keyword)
This video introduces the virtual keyword and why it is needed. This clip is from the chapter "Object-Oriented Programming" of the series "Complete Modern C++".In this section, you will learn about inheritance and will work on a project...
Brian McLogan
Determine the number of extrema of a polynomial
👉 Learn how to determine the extrema from a graph. The extrema of a function are the critical points or the turning points of the function. They are the points where the graph changes from increasing to decreasing or vice versa. They are...