Instructional Video12:53
Packt

Browser HTTP Requests with Fetch

Higher Ed
Accessing API from Browser: Browser HTTP Requests with Fetch This clip is from the chapter "Accessing API from Browser" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will learn how to access API...
Instructional Video2:18
IDG TECHtalk

How to use the In command: 2-Minute Linux Tips

Higher Ed
In this Linux tip, learn to use the ln command, which can create either type of link on Linux systems.
Instructional Video7:53
Curated Video

Multi-Paradigm Programming with Modern C++ - Passing Things Around

Higher Ed
Most languages offer a couple of ways of passing data, e. g. by value and by reference. C++ offers many more. How to choose the right way in every case? • Ground rules for passing arguments • When to pass/return by reference, by value,...
Instructional Video13:52
Curated Video

Multi-Paradigm Programming with Modern C++ - Coroutine Machinery

Higher Ed
C++ does not specify semantics for coroutines. Instead, the language provides some low-level constructs. The promise is an interface for a coroutine’s state machine, and there are also a few primitives for suspending and resuming a...
Instructional Video4:02
Curated Video

Complete Modern C++ - Delegating Constructors (C++11)

Higher Ed
This video explains the C++11 feature of delegating constructors and how it can be used to prevent code duplication in constructors. This clip is from the chapter "Classes and Objects" of the series "Complete Modern C++".This section...
Instructional Video3:42
Curated Video

Complete Modern C++ - Enums - Part I (Basics)

Higher Ed
This video explains the purpose of enumerated types and when to use them. • Use basic project setup provided by instructor • Open Qt Creator and created needed files as shown • Put the files in the correct folders This clip is from the...
Instructional Video1:56
Curated Video

Complete Modern C++ - Operator Overloading - Part VII (Rules)

Higher Ed
This video is a short discussion on the operator overloading rules. This clip is from the chapter "Operator Overloading" of the series "Complete Modern C++".This section is about overloading and type conversion.
Instructional Video5:42
Curated Video

Complete Modern C++ - Compiled Time Argument Deduction (CTAD)

Higher Ed
In this video, understand and use CTAD to simplify the construction syntax of class templates. This clip is from the chapter "C++17 Template Features" of the series "Complete Modern C++".You will learn about fold expressions and type...
Instructional Video9:28
Curated Video

Excel VBA Programming The Complete Guide - The Range.TextToColumns Method

Higher Ed
The Range.TextToColumns method splits a string based on a delimiter, a special symbol. In this lesson, we use this feature to separate several strings, applying a variety of delimiters (commas, spaces, even custom vertical pipes) along...
Instructional Video4:05
Curated Video

IELTS Energy Bonus: Get Your Name on the Exclusive Writing List!

9th - Higher Ed
Get on the Exclusive Writing List to access the 3 Keys Writing module!
Instructional Video10:36
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 04 - Introduction to Java Methods - Arguments and Parameters

Higher Ed
In this video, we will learn about introduction to Java methods - arguments and parameters. This clip is from the chapter "Introduction to Method with Multiplication Table" of the series "Java Programming for Complete Beginners - Java...
Instructional Video10:38
Curated Video

The Complete Excel Guide: Beginners to Advanced - Complex Date and Time Functions

Higher Ed
The aim of this video is to explore the complex dates and time functions. This clip is from the chapter "Excel 2019 Advanced: Date and Time Functions" of the series "The Complete Excel Guide: Beginners to Advanced".In this section, we'll...
Instructional Video5:22
Curated Video

Spring Framework Master Class - Java Spring the Modern Way - Step 05 - Using the @After, @AfterReturning, @AfterThrowing Advices

Higher Ed
This video demonstrates how to use the @After, @AfterReturning, and @AfterThrowing advices. This clip is from the chapter "Spring Level 5 - Spring AOP" of the series "Spring Framework Master Class - Java Spring the Modern Way".This...
Instructional Video2:55
Curated Video

WATER - 5 Common English Idioms | Learn English With Anna English

Pre-K - Higher Ed
5 more common English idioms / phrases centred around the theme of water. I love teaching you idioms because I know how useful they are to English learners. In the UK we use idioms everyday. I filmed this particular lesson on the water...
Instructional Video1:31
IDG TECHtalk

How to use the pi command: 2-Minute Linux Tips

Higher Ed
In this Linux tutorial, learn how to use the pi command. You probably won't need it very often, but, if you need to calculate pi to some arbitrary number of digits, you'll probably be surprised at how easy this can be.
Instructional Video9:08
IDG TECHtalk

How to use the new R pipe in R 4.1

Higher Ed
See the new pipe operator built into R 4.1 and how it differs from the maggritr pipe. Don't want to install 4.1 yet? Learn how to run R 4.1 in a Docker container.
Instructional Video4:57
IDG TECHtalk

How to use Python decorators to modify functions with other functions, simplifying complex code

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 Video8:35
Curated Video

Multi-Paradigm Programming with Modern C++ - Running Asynchronous Tasks

Higher Ed
In this video, we will use promise, future, and a lambda to create a version of std::async that uses our thread pool. Then we will learn some design patterns for efficient concurrent programming. • Overview of the task class and related...
Instructional Video7:05
Curated Video

Complete Modern C++ - Algorithms - Part II

Higher Ed
This video demonstrates how common algorithms can be customized with functions objects and lambda expressions. This clip is from the chapter "Standard Template Library" of the series "Complete Modern C++".This section is the description...
Instructional Video7:48
Curated Video

Complete Modern C++ - Introduction to Templates

Higher Ed
This video introduces generic programming through templates. This clip is from the chapter "Templates" of the series "Complete Modern C++".In this section, we will see non-type template arguments, perfect forwarding, variadic templates,...
Instructional Video5:42
Curated Video

Complete Modern C++ - Class Template Explicit Specialization - Part I

Higher Ed
This video gives a gentle introduction of class specialization. This clip is from the chapter "Templates" of the series "Complete Modern C++".In this section, we will see non-type template arguments, perfect forwarding, variadic...
Instructional Video9:56
Curated Video

Excel VBA Programming The Complete Guide - The Is Family of Functions

Higher Ed
VBA package several functions to determine if a value is of a certain data type. In this lesson, we explore the IsNumeric, IsDate, IsEmpty, and IsError functions and use them to populate a table on our spreadsheet. This clip is from the...
Instructional Video9:38
Curated Video

The Complete Practical Docker Guide - Command Arguments

Higher Ed
This video explains about command arguments This clip is from the chapter "Getting Started with Linux" of the series "The Complete Practical Docker Guide".This section talks about getting started with Linux.
Instructional Video10:42
Curated Video

The Modern JavaScript Bootcamp (2019) - Targeting by UUID

Higher Ed
In this video, you’re going to target your note and to-dos by their id. This will allow you to read their data, update the data, or remove the item altogether. This clip is from the chapter "Data Storage, Libraries, and More" of the...