Packt
Browser HTTP Requests with Fetch
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...
IDG TECHtalk
How to use the In command: 2-Minute Linux Tips
In this Linux tip, learn to use the ln command, which can create either type of link on Linux systems.
Curated Video
Multi-Paradigm Programming with Modern C++ - Passing Things Around
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,...
Curated Video
Multi-Paradigm Programming with Modern C++ - Coroutine Machinery
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...
Curated Video
Complete Modern C++ - Delegating Constructors (C++11)
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...
Curated Video
Complete Modern C++ - Enums - Part I (Basics)
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...
Curated Video
Complete Modern C++ - Operator Overloading - Part VII (Rules)
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.
Curated Video
Complete Modern C++ - Compiled Time Argument Deduction (CTAD)
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...
Curated Video
Excel VBA Programming The Complete Guide - The Range.TextToColumns Method
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...
Curated Video
IELTS Energy Bonus: Get Your Name on the Exclusive Writing List!
Get on the Exclusive Writing List to access the 3 Keys Writing module!
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 04 - Introduction to Java Methods - Arguments and Parameters
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...
Curated Video
The Complete Excel Guide: Beginners to Advanced - Complex Date and Time Functions
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...
Curated Video
Spring Framework Master Class - Java Spring the Modern Way - Step 05 - Using the @After, @AfterReturning, @AfterThrowing Advices
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...
Curated Video
WATER - 5 Common English Idioms | Learn English With Anna English
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...
IDG TECHtalk
How to use the pi command: 2-Minute Linux Tips
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.
IDG TECHtalk
How to use the new R pipe in R 4.1
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.
IDG TECHtalk
How to use Python decorators to modify functions with other functions, simplifying complex code
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...
Curated Video
Multi-Paradigm Programming with Modern C++ - Running Asynchronous Tasks
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...
Curated Video
Complete Modern C++ - Algorithms - Part II
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...
Curated Video
Complete Modern C++ - Introduction to Templates
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,...
Curated Video
Complete Modern C++ - Class Template Explicit Specialization - Part I
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...
Curated Video
Excel VBA Programming The Complete Guide - The Is Family of Functions
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...
Curated Video
The Complete Practical Docker Guide - Command Arguments
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.
Curated Video
The Modern JavaScript Bootcamp (2019) - Targeting by UUID
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...