Hi, what do you want to do?
Curated Video
TypeScript for Beginners - Adding Methods to Object Interfaces
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.
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
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.
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...
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...
Curated Video
Bash Shell Scripting - declare Statement
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.
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.
Brian McLogan
Learn how to evaluate piecewise functions
👉 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...
Curated Video
Solving Quadratic Problems: Factored Form and Finding Zeros and Symmetry
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.
Curated Video
Learning CSS (Video 9)
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...
Curated Video
C++ Standard Template Library in Practice - Numeric Algorithms - std::accumulate
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
•...
• Introduce the listener to the std::accumulate algo
rithm
• Show how it works and explain the different versions
available
•...
IDG TECHtalk
FastAPI: Fast and easy JSON APIs with Python
Learn how Python's FastAPI framework can be used to quickly stand up JSON APIs, using modern Python features like async and type hints.
Curated Video
Spring Framework Master Class - Java Spring the Modern Way - Step 19 - Removing Spring Boot in the Basic Application
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...
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...
Brian McLogan
Define Continuous and Discontinuous Functions
Define Continuous and Discontinuous Functions
Curated Video
The Complete React Developer Course (with Hooks and Redux) - Passing Children to Component
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...
r/>
This clip is from the chapter "Using a Third-Party Component" of the series "The Complete React Developer Course...
Brian McLogan
Find the domain and range of two functions dividing and composition
Find the domain and range of two functions dividing and composition
Brian McLogan
How to divide a radical by the reciprocal function to determine the domain
👉 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...
Curated Video
RESTful Web API Design with Node.js (Video 21)
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...
Curated Video
Learning CSS (Video 24)
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...
Curated Video
Learn and Master C Programming - declaring static variables inside functions with 'static' keyword in C
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...
r/>
This clip is from the chapter "More C Keywords..." of the series "Learn and Master C Programming For Absolute Beginners!".In this...
Englishing
ESL - Subordinating Conjunctions
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...
Curated Video
Complete Python Scripting for Automation - try except else and finally usage
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...
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...
Curated Video
Learning CSS (Video 8)
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...
Curated Video
Introducing Ionic 2 (Video 19)
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....
Curated Video
Mastering MEAN Web Development Expert Full Stack JavaScript (Video 27)
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...
IDG TECHtalk
Python 3.10's new features: Explicit type aliasing for forward declarations
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.
Curated Video
Multi-Paradigm Programming with Modern C++ - Diving into Concepts
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...
• Different ways to specify type require
ments
• Most important...