Hi, what do you want to do?
Packt
ES6 Aside: Object Property Shorthand and Destructuring
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...
<
br/>
This clip is from the chapter "Asynchronous Node.js (Weather App)" of the series "The Complete Node.js Developer Course (3rd...
Curated Video
C++ 20 (2a) New Features - std::format: Placeholders and Syntax
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...
• Define simple text with integers and switch placeholders usin
g IDs
• Consider formal syntax of...
IDG TECHtalk
Building a toy social network with Python, Part 6: Using the decorator pattern to clean up code
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.
Curated Video
CSS Bootcamp: Master CSS (Including CSS Grid/Flexbox) - Transitions
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.
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.
Curated Video
Multi-Paradigm Programming with Modern C++ - What Makes a Good Function
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?
•...
• Why small functions are
good?
•...
Curated Video
Creational Design Patterns in Modern C++ - std::unique_ptr
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...
r/>
This clip is from the chapter "Factory Method" of the series...
Curated Video
Excel VBA Programming The Complete Guide - Custom Functions
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...
Brian McLogan
Solve Trigonometric Equation Double Angle Formula
Solve Trigonometric Equation Double Angle Formula
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 12 - Methods - Section Review
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...
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...
Curated Video
Bash Shell Scripting - Other Shell Variables - Part 2
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...
r/>
This clip is from the chapter "Understanding Variables" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated...
Curated Video
Complete Modern C++ - Variadic Templates - Part I (C++11)
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,...
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,...
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...
Curated Video
Complete Modern C++ - Perfect Forwarding - Part II (C++11)
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...
r/>
This clip is from the chapter "Templates" of the series "Complete Modern C++".In this section, we will see...
Curated Video
Frontend Web Development Bootcamp - Build a Twitter Clone - Functions
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,...
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,...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 06 - Introduction to Java Method Arguments - Puzzles and Tips
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...
r/>
This clip is from the chapter "Introduction to Method with Multiplication Table" of the series "Java Programming for Complete...
Curated Video
Design test cases to verify a computer program : Testing the Multiplication Function
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.
This video explains how to test the multiplication function in Python.
Curated Video
Bash Shell Scripting - Other Shell Variables - Part 1
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...
r/>
This clip is from the chapter "Understanding Variables" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for...
Curated Video
Complete Modern C++ - Fold Expressions - Unary Folds
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.
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.
Curated Video
The Complete Excel Guide: Beginners to Advanced - Functions - Part 2
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.
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.
Curated Video
Beginning Python (Video 29)
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...
Curated Video
Beginning Python (Video 28)
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...
Curated Video
Complete Modern C++ - Structures
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...
• `string_view`: intention of “obser
ving”
• Retain strings passed to
functions
• Performance comparison wit
h
`std::string`
This clip is...
Curated Video
The Full Stack Web Development - Working With Lists & Hashes
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...
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...
Curated Video
Learning LESS (Video 14)
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...