Packt
Data Validation and Sanitization: Part I
REST APIs and Mongoose (Task App): Data Validation and Sanitization: Part I This clip is from the chapter "REST APIs and Mongoose (Task App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will...
Curated Video
Hands-On WebAssembly for C++ Programmers - Passing Complex Data with Embind
So far, we can pass primitive types only. How do we pass objects, enumerations, and more? • Learn how to pass enumerations • Learn how to pass value objects • Learn how to pass classes This clip is from the chapter "Running Our First C++...
Brian McLogan
Determining the missing angle of a trapezoid
👉 Learn how to solve problems with trapezoids. A trapezoid is a four-sided shape (quadrilateral) such that one pair of opposite sides are parallel. Some of the properties of trapezoids are: one pair of opposite sides are parallel, etc. A...
Curated Video
TypeScript for Beginners - Creating an Object
This video demonstrates how to create an object. This clip is from the chapter "Interfaces" of the series "TypeScript for Beginners".This section introduces you to interfaces and explains how to use them.
Curated Video
The Full Stack Web Development - Objects and Classes
Backend Programming with PHP: Objects and Classes This clip is from the chapter "Backend Programming with PHP" of the series "The Full Stack Web Development".Here, we talk about all the basics of PHP and move on to OOP, integrate MySQL,...
Brian McLogan
Solving Exponential equations
👉 Learn how to solve exponential equations with the same base. An exponential equation is an equation in which a variable occurs as an exponent. To solve an exponential equation, we make the base of both sides of the equation to be equal...
Curated Video
Active Directory with Windows Server 2016 - AD Trusts
This video tackles the concepts and implementation of trusts. Work through the inheritance properties and transitive trust, including the overall trust flows and implications. This clip is from the chapter "Managing and Maintaining AD...
Curated Video
Active Directory with Windows Server 2016 - Advanced Trust Settings
Review the AD security settings for trusts and understand the usage of SID filtering and name suffix routing as a defence-in-depth security policy.
This clip is from the chapter "Managing and Maintaining AD DS" of the series "Active...
Brian McLogan
Master Evaluating Simple Logarithmic Expressions
Welcome, ladies and gentlemen. So what I'd like to do is show you how to evaluate a logarithm without a calculator. Now, what I'm going to do for this video is do some logarithms that are pretty simple. And I think as long as you...
Curated Video
The Modern JavaScript Bootcamp (2019) - Methods
In this video, you’re going to learn about methods. A method is nothing more than an object property with a value set to a function. This clip is from the chapter "JavaScript Objects" of the series "The Modern JavaScript Bootcamp...
Brian McLogan
Algebra 2 - using the quotient rule of logarithms and properties of exponents to solve an equation
In this video series I will show you how to apply the properties of logarithms to solve an equation. The three main properties of logarithms we will focus on will be the product, quotient, and power rule of exponents. We will apply these...
Brian McLogan
How to determine the value using compound interest
Learn about compound interest. We will look at how to determine the final value, initial value, interest rate and years needed. We will investigate problems compounded continuously, daily, weekly, monthly, quarterly and yearly. These...
Zach Star
Nanotechnology Research Examples and How to Get Into the Field
Nanotechnology is a very diverse field that is having bigger and bigger impacts on the world. Nanotechnology has applications in medicine, cars, spacecrafts, food, electronics, and materials science just to name a few. Nanotechnology is...
Brian McLogan
Determining a missing length using the properties of a rhombus
👉 Learn how to solve problems with rhombuses. A rhombus is a parallelogram such that all the sides are equal. Some of the properties of rhombuses are: all the sides are equal, each pair of opposite sides are parallel, each pair of...
Curated Video
Thermal Properties of Water: Specific Heat Capacity Experiment
This video is a lecture presentation on the thermal properties of water. The presenter discusses the specific heat capacity of water and how to calculate it using an equation. A student then demonstrates an experiment to determine the...
Curated Video
Learning PHP 7 (Video 10)
PHP is back and is faster and more lightweight than ever. The world of web technology is seamlessly evolving, and PHP 7's simplicity and prowess addresses the requirements of current and future web and mobile application development....
Let's Tute
Learning Properties of Quadrilaterals
Properties of Quadrilaterals part 1/2: The video features a 14-year-old boy named Tom who participates in a quiz contest on the properties of quadrilaterals. He uses his knowledge of geometry and theorems to solve three questions in the...
Packt
Using Object.create
Object Oriented JavaScript - ES5 & ES2015: Using Object.create This clip is from the chapter "Object Oriented JavaScript - ES5 & ES2015" of the series "Modern JavaScript from the Beginning".In this section, you will learn the object...
Curated Video
.NET Core Microservices - Demo - Calling Coupon Microservice
This video shows a demo - calling coupon microservice. This clip is from the chapter "Consume Coupon API" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section, you will learn about consume coupon API.
Brian McLogan
Using the properties of a rhombus to determine the side of a rhombus
👉 Learn how to solve problems with rhombuses. A rhombus is a parallelogram such that all the sides are equal. Some of the properties of rhombuses are: all the sides are equal, each pair of opposite sides are parallel, each pair of...
Brian McLogan
Dividing two numbers in scientific notation
👉 Learn how to divide numbers written in scientific notations. Scientific notation is a convenient way of writing very large or very small numbers. A number written in scientific notation is of the form a * 10^n where a is the first...
Curated Video
TypeScript for Beginners - Adding Methods to Object Interfaces
This video demonstrates how to add methods to object interfaces. This clip is from the chapter "Interfaces" of the series "TypeScript for Beginners".This section introduces you to interfaces and explains how to use them.
Brian McLogan
What is an exponent - Teacher explains all
👉 Learn about the rules of exponents. An exponent is a number which a number is raised to, to produce a power. It is the number of times which a number will multiply itself in a power. There are several rules used in evaluating...
Brian McLogan
Multiply an expression by applying product and power to product rule of exponents
👉 Learn how to simplify expressions using the power rule of exponents. When several terms of an expression is raised to an exponent outside the parenthesis, the exponent is distributed over the individual terms in the expression and the...