Instructional Video1:32
Curated Video

TypeScript for Beginners - Adding Methods to Object Interfaces

Higher Ed
This video demonstrates how to add methods to object interfaces.<br/<br/>>

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.
Instructional Video3:16
Curated Video

Learn and Master C Programming - Understanding 'extern' keyword in C

Higher Ed
We will go over the need to use 'extern' keyword in our C/C++ programs.
r/>
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...
Instructional Video9:06
Curated Video

Bash Shell Scripting - declare Statement

Higher Ed
This video focusses on declare statement.<br/<br/>>

This clip is from the chapter "Understanding Variables" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for 2021]".This video focuses on variables.
Instructional Video2:21
Brian McLogan

Learn how to evaluate piecewise functions

12th - Higher Ed
👉 Learn how to evaluate a piecewise function. A piecewise function is a function which uses different rules for different intervals. When evaluating a piecewise function, pay attention to the constraints of each function as you can only...
Instructional Video5:47
Curated Video

Solving Quadratic Problems: Factored Form and Finding Zeros and Symmetry

K - 5th
In this lesson, students will learn how to convert quadratic functions from standard form to factored form and use it to solve quadratic problems. They will also learn how to find the zeros and lines of symmetry using the factored form.
Instructional Video3:36
Curated Video

Learning CSS (Video 9)

Higher Ed
As a modern day web designer, it is very critical for you to prepare for the CSS3 world we live in. A major challenge that designers face in their day-to-day life is making their designs stand out from the rest and ensuring they...
Instructional Video7:26
Curated Video

C++ Standard Template Library in Practice - Numeric Algorithms - std::accumulate

Higher Ed
The listener is new to algorithms and does not know about the numeric algorithms.

• Introduce the listener to the std::accumulate algo
rithm
• Show how it works and explain the different versions
available
•...
Instructional Video5:39
IDG TECHtalk

FastAPI: Fast and easy JSON APIs with Python

Higher Ed
Learn how Python's FastAPI framework can be used to quickly stand up JSON APIs, using modern Python features like async and type hints.
Instructional Video8:20
Curated Video

Spring Framework Master Class - Java Spring the Modern Way - Step 19 - Removing Spring Boot in the Basic Application

Higher Ed
This video demonstrates how to remove Spring Boot from a basic application.
r/>
This clip is from the chapter "Spring Level 2 - Spring Framework in Depth" of the series "Spring Framework Master Class - Java Spring the Modern...
Instructional Video4:50
Brian McLogan

Define Continuous and Discontinuous Functions

12th - Higher Ed
Define Continuous and Discontinuous Functions
Instructional Video6:26
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Passing Children to Component

Higher Ed
In this video you'll explore the children prop which makes it possible to add children into your JSX element.
r/>
This clip is from the chapter "Using a Third-Party Component" of the series "The Complete React Developer Course...
Instructional Video11:41
Brian McLogan

Find the domain and range of two functions dividing and composition

12th - Higher Ed
Find the domain and range of two functions dividing and composition
Instructional Video3:52
Brian McLogan

How to divide a radical by the reciprocal function to determine the domain

12th - Higher Ed
👉 Learn how to divide two functions. We will explore the division of linear, quadratic, rational, and radical functions. To divide two functions, we simply algebraically divide the rules (contents) of the two functions. We will then...
Instructional Video2:08
Curated Video

RESTful Web API Design with Node.js (Video 21)

Higher Ed
RESTful Web APIs allow developers to create unprecedented applications by leveraging the data on the Internet. Since JavaScript is the language of the web, building APIs using Node.js provides a seamless development experience on...
Instructional Video7:05
Curated Video

Learning CSS (Video 24)

Higher Ed
As a modern day web designer, it is very critical for you to prepare for the CSS3 world we live in. A major challenge that designers face in their day-to-day life is making their designs stand out from the rest and ensuring they...
Instructional Video2:45
Curated Video

Learn and Master C Programming - declaring static variables inside functions with 'static' keyword in C

Higher Ed
We will learn how to make a variable 'static' in C and why we need to use static variables.
r/>
This clip is from the chapter "More C Keywords..." of the series "Learn and Master C Programming For Absolute Beginners!".In this...
Instructional Video6:57
Englishing

ESL - Subordinating Conjunctions

9th - Higher Ed
Conjunctions are words that join words and sentences together. In this lesson, Mr. P. will about subordinating conjunctions. They are those that are attached to dependent clauses, so they cannot stand alone to give a complete thought or...
Instructional Video6:45
Curated Video

Complete Python Scripting for Automation - try except else and finally usage

Higher Ed
Exception Handling: try except else and finally usage
r/>
This clip is from the chapter "Exception Handling" of the series "Complete Python Scripting for Automation".The author talks about Exception Handling and raising user...
Instructional Video10:38
Brian McLogan

Define Piecewise Function Notation

12th - Higher Ed
Define Piecewise Function Notation
Instructional Video4:59
Curated Video

Learning CSS (Video 8)

Higher Ed
As a modern day web designer, it is very critical for you to prepare for the CSS3 world we live in. A major challenge that designers face in their day-to-day life is making their designs stand out from the rest and ensuring they...
Instructional Video3:06
Curated Video

Introducing Ionic 2 (Video 19)

Higher Ed
Hybrid apps are changing the way people build mobile applications. With Ionic 2, hybrid app developers are gifted with not only a fresh, well-built, and powerful platform, but also a tool to enjoy their development experience....
Instructional Video7:32
Curated Video

Mastering MEAN Web Development Expert Full Stack JavaScript (Video 27)

Higher Ed
Web development is moving fast and to keep up to mark, you need a technology stack that is . The MEAN stack includes MongoDb, Express, Angular, and Node.js. These tools provide a rich environment to build advanced web...
Instructional Video3:29
IDG TECHtalk

Python 3.10's new features: Explicit type aliasing for forward declarations

Higher Ed
Python 3.10's new explicit type aliasing feature makes it easier to hint types that haven't even been declared yet, such as for methods in classes. Learn how to use them in this demonstration, along with some ideas for their use cases.
Instructional Video6:56
Curated Video

Multi-Paradigm Programming with Modern C++ - Diving into Concepts

Higher Ed
So far, we have explored a single use case for concepts. There are more benefits and more tools at our disposal. Some best practices are already defined too.

• Different ways to specify type require
ments
• Most important...