Instructional Video15:04
Packt

ES6 Aside: Object Property Shorthand and Destructuring

Higher Ed
Asynchronous Node.js (Weather App): ES6 Aside: Object Property Shorthand and Destructuring
<
br/>
This clip is from the chapter "Asynchronous Node.js (Weather App)" of the series "The Complete Node.js Developer Course (3rd...
Instructional Video4:47
Curated Video

C++ 20 (2a) New Features - std::format: Placeholders and Syntax

Higher Ed
This video shows formal syntax for formatting library mini language and how to use placeholders and placeholder IDs.

• Define simple text with integers and switch placeholders usin
g IDs
• Consider formal syntax of...
Instructional Video6:39
IDG TECHtalk

Building a toy social network with Python, Part 6: Using the decorator pattern to clean up code

Higher Ed
In Part 6 of this ongoing series, we use Python's decorator pattern to make our code a little less boilerplate-y and centralized, by consolidating common behaviors across our site into single functions.
Instructional Video10:14
Curated Video

CSS Bootcamp: Master CSS (Including CSS Grid/Flexbox) - Transitions

Higher Ed
Advanced CSS: Transitions<br/<br/>>

This clip is from the chapter "Advanced CSS" of the series "CSS Bootcamp: Master CSS (Including CSS Grid/Flexbox)".In this section, you will learn about Advanced CSS.
Instructional Video7:45
Curated Video

Multi-Paradigm Programming with Modern C++ - What Makes a Good Function

Higher Ed
A function should perform a single logical operation. Small functions are easy to maintain and promote code reuse. The most common anti-pattern is a function that does too many things.

• Why small functions are
good?
•...
Instructional Video6:41
Curated Video

Creational Design Patterns in Modern C++ - std::unique_ptr

Higher Ed
This video highlights the examples explaining how and why a factory method can be implemented as a global function and focuses on the std::unique_ptr function.
r/>
This clip is from the chapter "Factory Method" of the series...
Instructional Video10:36
Curated Video

Excel VBA Programming The Complete Guide - Custom Functions

Higher Ed
In this lesson, we explore one of VBA's coolest features -- defining public custom functions that appear directly in the Excel interface.We dive into the syntax for declaring the function, identifying its expected arguments, and...
Instructional Video4:41
Brian McLogan

Solve Trigonometric Equation Double Angle Formula

12th - Higher Ed
Solve Trigonometric Equation Double Angle Formula
Instructional Video2:26
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 12 - Methods - Section Review

Higher Ed
In this video, we will learn about methods - section review.
r/>
This clip is from the chapter "Introduction to Method with Multiplication Table" of the series "Java Programming for Complete Beginners - Java 16".Here, we will...
Instructional Video8:31
Curated Video

Bash Shell Scripting - Other Shell Variables - Part 2

Higher Ed
This is the second part of the two-part video that explains other shell variables.
r/>
This clip is from the chapter "Understanding Variables" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated...
Instructional Video9:47
Curated Video

Complete Modern C++ - Variadic Templates - Part I (C++11)

Higher Ed
This video gives a gentle introduction to variadic templates.
r/>
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,...
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...
Instructional Video5:32
Curated Video

Complete Modern C++ - Perfect Forwarding - Part II (C++11)

Higher Ed
In this video, we will understand how perfect forwarding preserves type information of template function arguments.
r/>
This clip is from the chapter "Templates" of the series "Complete Modern C++".In this section, we will see...
Instructional Video7:43
Curated Video

Frontend Web Development Bootcamp - Build a Twitter Clone - Functions

Higher Ed
JavaScript Crash Course: Functions
r/>
This clip is from the chapter "JavaScript Crash Course" of the series "Frontend Web Development Bootcamp: Build a Twitter Clone".This section is about JavaScript, Variables in JavaScript,...
Instructional Video4:10
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 06 - Introduction to Java Method Arguments - Puzzles and Tips

Higher Ed
In this video, we will learn about introduction to Java method arguments - puzzles and tips.
r/>
This clip is from the chapter "Introduction to Method with Multiplication Table" of the series "Java Programming for Complete...
Instructional Video9:09
Curated Video

Design test cases to verify a computer program : Testing the Multiplication Function

Higher Ed
From the section: Unit Testing with Python. In this section, you will learn about unit testing using Python.<b<br/>r/>

This video explains how to test the multiplication function in Python.
Instructional Video6:20
Curated Video

Bash Shell Scripting - Other Shell Variables - Part 1

Higher Ed
This is the first part of the two-part video that explains other shell variables.
r/>
This clip is from the chapter "Understanding Variables" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for...
Instructional Video4:27
Curated Video

Complete Modern C++ - Fold Expressions - Unary Folds

Higher Ed
In this video, we will see how to perform unary folds.<br/<br/>>

This clip is from the chapter "C++17 Template Features" of the series "Complete Modern C++".You will learn about fold expressions and type trait suffixes in this section.
Instructional Video8:04
Curated Video

The Complete Excel Guide: Beginners to Advanced - Functions - Part 2

Higher Ed
Let's continue with the functions.<br/<br/>>

This clip is from the chapter "Excel 2019 Advanced: Functions" of the series "The Complete Excel Guide: Beginners to Advanced".In this section, we'll explore what are functions.
Instructional Video6:57
Curated Video

Beginning Python (Video 29)

Higher Ed
Python is the becoming the language of choice for pretty much every arena. It is a very simple yet extremely powerful programming language. It is a scripting language that is widely used for prototyping to get work up and running...
Instructional Video5:29
Curated Video

Beginning Python (Video 28)

Higher Ed
Python is the becoming the language of choice for pretty much every arena. It is a very simple yet extremely powerful programming language. It is a scripting language that is widely used for prototyping to get work up and running...
Instructional Video2:39
Curated Video

Complete Modern C++ - Structures

Higher Ed
This video explains the meaning and purpose of structures in C++.

• `string_view`: intention of “obser
ving”
• Retain strings passed to
functions
• Performance comparison wit
h
`std::string`

This clip is...
Instructional Video9:37
Curated Video

The Full Stack Web Development - Working With Lists & Hashes

Higher Ed
Redis - The Cache Database: Working With Lists & Hashes
r/>
This clip is from the chapter "Redis - The Cache Database" of the series "The Full Stack Web Development".In this section, we look into Redis – part of other essential...
Instructional Video3:15
Curated Video

Learning LESS (Video 14)

Higher Ed
CSS is great; it's a staple of the web and it helps us to produce beautiful websites, but some parts of it are archaic, and it's often time-consuming to get right. LESS changes that. LESS includes built-in features that allow you...