IDG TECHtalk
Using Python dataclasses to simplify managing class objects
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...
Packt
Producer Part 3 - Safe Producer
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...
Schooling Online Kids
Science for Kids: Early Stage 1 - Whoopsie Land
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.
Curated Video
Active Directory with Windows Server 2016 - Administering CAs
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...
Curated Video
Active Directory with Windows Server 2016 - Preparing an Offline Root CA
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...
Curated Video
TypeScript for Beginners - De-Structuring Objects
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.
Brian McLogan
Solving Exponential equations
👉 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...
Brian McLogan
Solve an exponential equation using the properties of logs
👉 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...
Brian McLogan
Using the rules of exponents to multiply and simplify an expression
👉 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...
Brian McLogan
Simplify a rational expression by using properties of exponents
👉 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...
Curated Video
CSS Bootcamp: Master CSS (Including CSS Grid/Flexbox) - Flex Container Properties
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
Brian McLogan
Evaluating a Log with an Exponent Without a Calculator
👉 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,...
Curated Video
HTML CSS and JavaScript for Beginners - A Web Design Course - Styling Text CSS
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...
Curated Video
Frontend Web Development Bootcamp - Build a Twitter Clone - Fonts
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.
Curated Video
Excel VBA Programming The Complete Guide - The Visual Basic Editor
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...
Curated Video
Modern HTML and CSS from the Beginning (Including Sass) - BONUS: Transform Property
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...
Brian McLogan
Master How to determine the area of an oblique triangle
Master How to determine the area of an oblique triangle
Brian McLogan
Learn how to divide two numbers in scientific notation
👉 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...
Curated Video
The Complete Guide to ASP.NET Core MVC (.NET 5) - Delete Book - Book List Razor Project 2
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.
msvgo
Refining of Metals
It explains the purification of metals based on the difference properties of metals and impurities. It describes the various methods of refining.
Curated Video
AWS Solutions Architect Associate (SAA-C02) Exam Prep Course - 2021 UPDATED! - Amazon Simple Storage Service (Amazon S3) Managing Objects Lab
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...
Brian McLogan
Using Distributive property twice and combining like terms to solve for x
👉 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...
Brian McLogan
How to find the missing length of a trapezoid using the midsegment formula
👉 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 - Extending a Class
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.