Instructional Video3:16
IDG TECHtalk

Using Python dataclasses to simplify managing class objects

Higher Ed
The Numba library for Python makes numerical code faster by way of a just-in-time compiler, as an alternative (or complement) to NumPy and Cython. Often all you need to make existing code faster is a single line of code, with Numba's...
Instructional Video5:15
Packt

Producer Part 3 - Safe Producer

Higher Ed
This video explains how safe the Kafka producer is. This clip is from the chapter "Kafka Twitter Producer and Advanced Configurations" of the series "Apache Kafka Series - Learn Apache Kafka for Beginners".In this section, you will look...
Instructional Video10:01
Schooling Online Kids

Science for Kids: Early Stage 1 - Whoopsie Land

K - 5th
Welcome to Whoopsie Land, where people drive marshmallow cars, wear paper clothing and live in chocolate buildings! What a funny place! However, Whoopsie Land is in trouble. Join Greg as he helps Mayor Tumble solve some big problems.
Instructional Video5:18
Curated Video

Active Directory with Windows Server 2016 - Administering CAs

Higher Ed
Explore the Certificate Management console to manage CAs and learn how to apply permissions and security roles to CAs. This clip is from the chapter "Implement AD Certificate Services" of the series "Active Directory with Windows Server...
Instructional Video6:17
Curated Video

Active Directory with Windows Server 2016 - Preparing an Offline Root CA

Higher Ed
Learn how to prepare for and ensure services are maintained through subordinate CAs when the root CA is offline. This clip is from the chapter "Implement AD Certificate Services" of the series "Active Directory with Windows Server...
Instructional Video2:27
Curated Video

TypeScript for Beginners - De-Structuring Objects

Higher Ed
This video demonstrates how to de-structure objects. This clip is from the chapter "Objects and Arrays" of the series "TypeScript for Beginners".This section introduces you to objects and arrays and demonstrates how to use them.
Instructional Video1:11
Brian McLogan

Solving Exponential equations

12th - Higher Ed
👉 Learn how to solve exponential equations. An exponential equation is an equation in which a variable occurs as an exponent. To solve an exponential equation, we isolate the exponential part of the equation. Then we take the log of both...
Instructional Video0:43
Brian McLogan

Solve an exponential equation using the properties of logs

12th - Higher Ed
👉 Learn how to solve exponential equations in base e. An exponential equation is an equation in which a variable occurs as an exponent. e is a mathematical constant approximately equal to 2.71828. e^x is a special type of exponential...
Instructional Video2:16
Brian McLogan

Using the rules of exponents to multiply and simplify an expression

12th - Higher Ed
👉 Learn how to simplify expressions using the product rule of exponents. The product rule of exponents states that the product of powers with a common base is equivalent to a power with the common base and an exponent which is the sum of...
Instructional Video2:24
Brian McLogan

Simplify a rational expression by using properties of exponents

12th - Higher Ed
👉 Learn how to simplify expressions using the quotient rule of exponents. The quotient rule of exponents states that the quotient of powers with a common base is equivalent to the power with the common base and an exponent which is the...
Instructional Video14:56
Curated Video

CSS Bootcamp: Master CSS (Including CSS Grid/Flexbox) - Flex Container Properties

Higher Ed
Flexbox: Flex Container Properties This clip is from the chapter "Flexbox" of the series "CSS Bootcamp: Master CSS (Including CSS Grid/Flexbox)".Learn about Flexbox here
Instructional Video1:21
Brian McLogan

Evaluating a Log with an Exponent Without a Calculator

12th - Higher Ed
👉 Learn how to evaluate basic logarithms. Recall that the logarithm of a number says a to the base of another number say b is a number say n which when raised as a power of b gives a. (i.e. log [base b] (a) = n means that b^n = a). Thus,...
Instructional Video13:20
Curated Video

HTML CSS and JavaScript for Beginners - A Web Design Course - Styling Text CSS

Higher Ed
In this video, we'll cover styling text CSS. This clip is from the chapter "CSS Section" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".This section is about CSS; learn basics of CSS, CSS inline style, CSS...
Instructional Video9:38
Curated Video

Frontend Web Development Bootcamp - Build a Twitter Clone - Fonts

Higher Ed
CSS Crash Course: Fonts This clip is from the chapter "CSS Crash Course" of the series "Frontend Web Development Bootcamp: Build a Twitter Clone".This section gives an overview of CSS.
Instructional Video9:02
Curated Video

Excel VBA Programming The Complete Guide - The Visual Basic Editor

Higher Ed
In this lesson, we explore the components of the Visual Basic Editor, including the Project Explorer, which lists all open workbooks and worksheets as well as all modules (containers for code). Properties Window, which can be used to get...
Instructional Video7:17
Curated Video

Modern HTML and CSS from the Beginning (Including Sass) - BONUS: Transform Property

Higher Ed
More CSS Concepts - Advanced Selectors, Animation & More: BONUS: Transform Property This clip is from the chapter "More CSS Concepts - Advanced Selectors, Animation & More" of the series "Modern HTML and CSS from the Beginning (Including...
Instructional Video8:57
Brian McLogan

Master How to determine the area of an oblique triangle

12th - Higher Ed
Master How to determine the area of an oblique triangle
Instructional Video2:01
Brian McLogan

Learn how to divide two numbers in scientific notation

12th - Higher Ed
👉 Learn how to multiply 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...
Instructional Video4:33
Curated Video

The Complete Guide to ASP.NET Core MVC (.NET 5) - Delete Book - Book List Razor Project 2

Higher Ed
In this video, we'll learn how to delete Book. This clip is from the chapter "Book List Razor Project" of the series "The Complete Guide to ASP.NET Core MVC (.NET 5)".In this section, let's look at book list Razor project.
Instructional Video8:19
msvgo

Refining of Metals

K - 12th
It explains the purification of metals based on the difference properties of metals and impurities. It describes the various methods of refining.
Instructional Video11:14
Curated Video

AWS Solutions Architect Associate (SAA-C02) Exam Prep Course - 2021 UPDATED! - Amazon Simple Storage Service (Amazon S3) Managing Objects Lab

Higher Ed
This video explains how Amazon Web Services (AWS) provides several management functions for the objects in Amazon S3 buckets. This clip is from the chapter "Solutions Architect Chapter 2 – Amazon Web Services (AWS) Storage Design" of the...
Instructional Video2:53
Brian McLogan

Using Distributive property twice and combining like terms to solve for x

12th - Higher Ed
👉 Learn how to solve multi-step equations with parenthesis. An equation is a statement stating that two values are equal. A multi-step equation is an equation which can be solved by applying multiple steps of operations to get to the...
Instructional Video4:21
Brian McLogan

How to find the missing length of a trapezoid using the midsegment formula

12th - Higher Ed
👉 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...
Instructional Video4:30
Curated Video

TypeScript for Beginners - Extending a Class

Higher Ed
This video demonstrates how to extend a class. This clip is from the chapter "Inheritance" of the series "TypeScript for Beginners".This section introduces you to the concept of inheritance and explains how to use it.