Curated Video
Learn and Master C Programming - Understanding 'extern' keyword in C
We will go over the need to use 'extern' keyword in our C/C++ programs. This clip is from the chapter "More C Keywords..." of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we look into keywords like...
Brian McLogan
Learning to graph a parabola and determine the vertex focus and directrix
Learn how to graph a horizontal parabola. A parabola is the shape of the graph of a quadratic equation. A parabola is said to be horizontal if it opens to the left or opens to the right. A horizontal parabola results from a quadratic...
Curated Video
Master Java Web Services and REST API with Spring Boot- Step 7: Spring Boot Starter Projects - Starter Web and Starter JPA
Introduction to Spring Boot in 10 Steps: Step 7: Spring Boot Starter Projects - Starter Web and Starter JPA This clip is from the chapter "Introduction to Spring Boot in 10 Steps" of the series "Master Java Web Services and REST API with...
Brian McLogan
Three different ways to define Sine
👉 Learn how to evaluate the six trigonometric functions given a point. When given a point, there are many ways to evaluate the trigonometric functions of the point. The methods include: using the unit circle if the point is a point on...
Brian McLogan
Determining if two angles are adjacent or not
👉 Learn how to define and classify different angles based on their characteristics and relationships are given a diagram. The different types of angles that we will discuss will be acute, obtuse, right, adjacent, vertical, supplementary,...
Brian McLogan
How to label the sides of an angle
Learn all about angles. An angle is a figure formed by two rays sharing a common endpoint. An angle can be classified as acute, right, obtuse, straight or refrex. An acute angle is an angle which measures less than 90 degrees. A right...
Curated Video
Risk Management 101 for IT Professionals Essential Concepts - What Is Risk Management
This video explains risk management. This clip is from the chapter "Understanding Risk" of the series "Risk Management 101 for IT Professionals: Essential Concepts".This section explains how to understand risk.
Math Fortress
Differential Equations: Solutions (Level 2 of 4)
This video introduces the basic concepts associated with solutions of ordinary differential equations. This video goes over 3 examples illustrating how to verify solutions to differential equations. In addition this video also covers how...
Curated Video
Identifying Functions: Real World Examples
Does a gumball machine models a function relation? This video explains the concepts of input and output variables, emphasizing that for a function, each input must have exactly one output. The teacher provides examples and clarifies...
Religion for Breakfast
Why is "Mana" in Your Video Games?
If you play League of Legends, World of Warcraft, or Magic the Gathering, you've probably heard about "mana." It is the magical power used by sorcerers, magicians, mages, and wizards. But what is mana, and how did it enter video gaming...
Curated Video
API Testing with Postman - Understanding Web Services and APIs
Gain a conceptual understanding of what web service is and how you can interact with them via APIs. • Explain how to think of web services as a black box function • Explain how an API can be thought of as inputs and outputs to the...
Curated Video
C++ 20 (2a) New Features - Generator Expressions
Define a simple Fibonacci function with a co_yield expression. • Define a Fibonacci function • Add generator definition using raw coroutines facilities • Add generator definition using cppcoro template This clip is from the chapter...
Brian McLogan
Using Congruent Triangles to Determine the Value of X
👉 Learn how to solve for unknown variables in congruent triangles. Two or more triangles are said to be congruent if they have the same shape and size. When one of the values of a pair of congruent sides or angles is unknown and the...
Brian McLogan
How to find the foci, center and vertices, and asymptotes of a hyperbola
Learn how to graph hyperbolas. To graph a hyperbola from the equation, we first express the equation in the standard form, that is in the form: (x - h)^2 / a^2 - (y - k)^2 / b^2 = 1 for horizontal hyperbola or (y - k)^2 / a^2 - (x - h)^2...
Brian McLogan
Evaluate inverse trig functions without a calculator
👉 Learn how to evaluate the inverse of reciprocal trigonometric functions. Recall that the reciprocal trigonometric functions are given by the ratio of 1 and the corresponding trigonometric function. When an angle is unknown but the...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - What is a Pull Request?
This video explains the concept of a Git pull request. This clip is from the chapter "Pull Requests" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains how to pull request and how to create a...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 09 - Inheritance and Overriding - with toString() Method
In this session, we will learn about inheritance and overriding - with the toString() method. This clip is from the chapter "Object-Oriented Programming Again" of the series "Java Programming for Complete Beginners - Java 16".In this...
Brian McLogan
How to graph a rational function using solution points
👉 Learn how to graph a rational function. To graph a rational function, we first find the vertical and horizontal or slant asymptotes and the x and y-intercepts. After finding the asymptotes and the intercepts, we graph the values and...
Curated Video
Master Hibernate and JPA with Spring Boot in 100 Steps - Step 48 - JPA Inheritance Hierarchies and Mappings - Mapped Super Class
In this video, we will cover JPA inheritance hierarchies and mappings - mapped super class. This clip is from the chapter "Inheritance Hierarchies with JPA and Hibernate" of the series "Master Hibernate and JPA with Spring Boot in 100...
Brian McLogan
What is the definition of absolute value
In this video playlist you will learn how to solve and graph absolute value equations and inequalities. When working with absolute value equations and functions it is important to understand that the absolute value symbol represents the...
Brian McLogan
Determining adjacent angles
👉 Learn how to define and classify different angles based on their characteristics and relationships are given a diagram. The different types of angles that we will discuss will be acute, obtuse, right, adjacent, vertical, supplementary,...
Brian McLogan
The Angles Created from Lines and a Transversal
👉 Learn how to identify angles from a figure. This video explains how to solve problems using angle relationships between parallel lines and transversal. We'll determine the solution given, corresponding, alternate interior and exterior....
Curated Video
Complete Modern C++ - Functions Basics - Part II
This video discusses the concept of function declaration and definition. This clip is from the chapter "Basic Language Facilities" of the series "Complete Modern C++".In this section, we will see basic functions, pointers, references,...