Brian McLogan
How to find the vertical and horizontal asymptotes of a rational function
👉 Learn how to find the vertical/horizontal asymptotes of a function. An asymptote is a line that the graph of a function approaches but never touches. The vertical asymptote is a vertical line that the graph of a function approaches but...
Curated Video
Zero and Negative Exponents: Evaluating Expressions
This lesson on zero and negative exponents teaches students how to evaluate expressions involving numbers with zero as an exponent and negative integer exponents. The teacher explains the definition of zero and negative exponents and...
Curated Video
API Testing with Postman - Debugging Your API
Understand what to do when tests fail. • Show example of a failing test • Walk through the steps to figure out the issue • Explain how the example generalizes to all test failures This clip is from the chapter "Building Quality APIs...
Curated Video
Complete Modern C++ - Enums - Part II (Scoped Enums C++11)
This video shows the implementation of scoped enums. • Look at the Qt5 documentation • Understand that Qt widgets are “painted” • Understand that Qt5 widgets use painters to “paint” their content This clip is from the chapter "More C++...
Brian McLogan
Identifying asymptotes Vertical and Horizontal
👉 Learn how to find the vertical/horizontal asymptotes of a function. An asymptote is a line that the graph of a function approaches but never touches. The vertical asymptote is a vertical line that the graph of a function approaches but...
Brian McLogan
Learn to identify the VA and HA from a rational function
👉 Learn how to find the vertical/horizontal asymptotes of a function. An asymptote is a line that the graph of a function approaches but never touches. The vertical asymptote is a vertical line that the graph of a function approaches but...
Curated Video
The Modern JavaScript Bootcamp (2019) - Multiple Arguments and Argument Defaults
In this video, we’re going to take a deeper dive into function arguments. You’ll learn how to set up multiple arguments and come up with default argument values if none is provided. This clip is from the chapter "JavaScript Functions" of...
Brian McLogan
How to determine the VA of a function
👉 Learn how to find the vertical/horizontal asymptotes of a function. An asymptote is a line that the graph of a function approaches but never touches. The vertical asymptote is a vertical line that the graph of a function approaches but...
Brian McLogan
How to determine the VA of a function
👉 Learn how to find the vertical/horizontal asymptotes of a function. An asymptote is a line that the graph of a function approaches but never touches. The vertical asymptote is a vertical line that the graph of a function approaches but...
Brian McLogan
Learn to identify the VA and HA from a rational function
👉 Learn how to find the vertical/horizontal asymptotes of a function. An asymptote is a line that the graph of a function approaches but never touches. The vertical asymptote is a vertical line that the graph of a function approaches but...
Curated Video
The Modern JavaScript Bootcamp (2019) - Bonus: Variables with var
In this video, you’re going to learn about a third way to create variables in JavaScript. While this isn’t a tool I’d recommend using anymore, it’s important to understand, as you’ll likely see it out in the real world. This clip is from...
Brian McLogan
Solve trig equations with cotangent and sine
👉 Learn how to solve trigonometric equations using the zero product property. The zero product property states that when the product of two quantities is equal to 0, then either of the quantities is zero. When solving factored...
Brian McLogan
Exam Review Determine which function is undefined
Exam Review Determine which function is undefined
Curated Video
Next.js from Development to Deployment - First Deployment
This video shows the deployment part. This clip is from the chapter "Search, Caching Posts, and Deployment" of the series "Next.js from Development to Deployment: Build a Music Event Website".null
Curated Video
The Modern JavaScript Bootcamp (2019) - Callback Abstraction
In this lesson, you’re going to learn how to use callbacks to simplify the code that makes our HTTP requests. You’ll learn how to abstract the complexity of XMLHttpRequest into a simple function call. This clip is from the chapter...
Brian McLogan
Simplify a rational expression by factoring
Learn how to simplify rational expressions. A rational expression is an expression in the form of a fraction where the numerator and/or the denominator are/is an algebraic expression. To simplify a rational expression, we factor...
Curated Video
Learn Go in 3 Hours - If/Else and For Statements
The if/else statement is present in many languages, as is the for statement. Go provides a unique twist on both. • This video covers the if/else and for statements in Go, how they are both similar and different to the same statements in...
Curated Video
Zero Exponents
In this video lesson we will discover that zero exponents simplify to 1 and the proof is in the pattern! We will learn that any nonzero base with an exponent of 0 is equal to 1. Any power with a base of zero and an exponent of zero is...
Brian McLogan
How to determine if the discontinuities are holes or asymptotes
👉 Learn how to find the vertical/horizontal asymptotes of a function. An asymptote is a line that the graph of a function approaches but never touches. The vertical asymptote is a vertical line that the graph of a function approaches but...
Brian McLogan
What are removable and non-removable discontinuties
👉 Learn how to find the removable and non-removable discontinuity of a function. A function is said to be discontinuous at a point when there is a gap in the graph of the function at that point. A discontinuity is said to be removable...
Brian McLogan
Identifying vertical, horizontal asymptotes and holes
👉 Learn how to find the vertical/horizontal asymptotes of a function. An asymptote is a line that the graph of a function approaches but never touches. The vertical asymptote is a vertical line that the graph of a function approaches but...