Instructional Video9:32
Curated Video

Multi-Paradigm Programming with Modern C++ - Task Continuation

Higher Ed
Continuation is when an asynchronous task consumes results of the previous one. In this video we will implement and use such pattern. Additionally, we will see how to handle exceptions and propagate them to the caller of a task. • Adding...
Instructional Video3:28
Curated Video

Complete Modern C++ - Dynamic Arrays

Higher Ed
This video explains how we can use smart pointers to manage pointers to dynamic arrays. This clip is from the chapter "Memory Management – Part II" of the series "Complete Modern C++".In this section, we will cover all about smart pointers.
Instructional Video8:43
Curated Video

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

Higher Ed
In this section of the course, we take a deep dive into the Range, the most popular object in the Excel Object Model. We begin with the Select method, which highlights the range's boundaries on the spreadsheet. This clip is from the...
Instructional Video8:52
Curated Video

Excel VBA Programming The Complete Guide - Create and Delete a Procedure

Higher Ed
A procedure is a grouped set of instructions / code that accomplishes some kind of goal. We'll also talk about some of the common syntactical errors made when writing out procedures. In this lesson, we'll dive into the syntax to declare...
Instructional Video3:23
Curated Video

Complete Java SE 8 Developer Bootcamp - Getters and Setters: Part 2

Higher Ed
Learn the benefits of encapsulation. This clip is from the chapter "Encapsulation" of the series "Complete Java SE 8 Developer Bootcamp".In this section, the author covers encapsulation as part of Java course.
Instructional Video7:42
Curated Video

Complete Java SE 8 Developer Bootcamp - Encapsulation and Data Hiding

Higher Ed
Learn to design flexible and robust programs with encapsulation feature. This clip is from the chapter "Encapsulation" of the series "Complete Java SE 8 Developer Bootcamp".In this section, the author covers encapsulation as part of Java...
Instructional Video0:21
Curated Video

Complete Java SE 8 Developer Bootcamp - Section Overview "Java Syntax"

Higher Ed
The author introduces various Java syntax’s. This clip is from the chapter "Java Syntax" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we learn more about conditionals, operators, loops and enumeration.
Instructional Video3:04
Curated Video

Complete Java SE 8 Developer Bootcamp - Comments

Higher Ed
Comments are used as block of text in code that are intended for other developers. This part of statement is excluded from normal code execution. This clip is from the chapter "Java Conventions and Primitives" of the series "Complete...
Instructional Video0:17
Curated Video

Complete Java SE 8 Developer Bootcamp - Section Overview "Static, Scope, and Garbage Collection"

Higher Ed
In this video, you will learn about the core technologies used in Ethernet. This clip is from the chapter "Static, Scope, and Garbage Collection" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we learn to use...
Instructional Video5:43
Curated Video

Complete Java SE 8 Developer Bootcamp - Catching Exceptions

Higher Ed
Learn to catch an exception with JVM which looks for code to handle exception once a throwable is thrown. This clip is from the chapter "Exception Handling" of the series "Complete Java SE 8 Developer Bootcamp".null
Instructional Video0:21
Curated Video

Complete Java SE 8 Developer Bootcamp - Section Overview "Dates and Time"

Higher Ed
The author introduces you to Java Date/ Time package. This clip is from the chapter "Dates and Time" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we learn more about immutable class to represent a date.
Instructional Video4:43
Curated Video

Excel VBA Programming The Complete Guide - The Cells Property

Higher Ed
In this lesson, we practice selecting single-cell Range objects with the Cells property before applying the Resize property to expand the selection to multi-cell Ranges. This clip is from the chapter "Range References" of the series...
Instructional Video4:01
Curated Video

TypeScript for Beginners - TypeScript Playground

Higher Ed
This video highlights the various applications that you can develop using this language. This clip is from the chapter "Introduction" of the series "TypeScript for Beginners".This section introduces you to the course.
Instructional Video21:38
Curated Video

The Full Stack Web Development - Template Engines - Project using template Engine

Higher Ed
Backend programming with Node.js: Template Engines - Project using template Engine This clip is from the chapter "Backend programming with Node.js" of the series "The Full Stack Web Development".In this section, we work with the backend...
Instructional Video14:34
Packt

Parameterizing Selenium Tests with Cucumber

Higher Ed
This video explains how to parameterize Selenium tests with Cucumber. This clip is from the chapter "Cucumber Behavior Driven Data – Framework" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This...
Instructional Video2:32
Curated Video

Complete Java SE 8 Developer Bootcamp - Predicate

Higher Ed
A predicate is a general functional interface that is provided by the Java SE API. This clip is from the chapter "Lambda Expressions and Static Imports" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we use marker...
Instructional Video11:48
Curated Video

The Modern JavaScript Bootcamp (2019) - The Spread Syntax

Higher Ed
In this video, you’re going to learn about the spread syntax. The spread syntax gives you a way to expand an array into its individual values. This can be used when calling a function or when creating an array. This clip is from the...
Instructional Video4:25
Curated Video

Excel VBA Programming The Complete Guide - The Option Base 1 Syntax and Write Array Values to Cells

Higher Ed
If zero-based indexing is confusing, the Option Base 1 keywords at the top of a module force an array to start at an index position of 1. In this lesson, we enable this setting and see its results in a newly declared array. This clip is...
Instructional Video2:28
Curated Video

The Complete Java Developer Course: From Beginner to Master - Section Wrap-Up "Control Statements"

Higher Ed
This video summarizes the section's learnings. This clip is from the chapter "Control Statements" of the series "The Complete Java Developer Course: From Beginner to Master".This section focuses on the fundamental concepts and syntaxes...
Instructional Video11:19
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Loops in Python and the Importance of Code Indentation

Higher Ed
This section explains loops in Python, and also explains the importance of code indentation. This clip is from the chapter "Program Flow Control in Python" of the series "Selenium Python Automation Testing from Scratch and...
Instructional Video13:29
Curated Video

Bash Shell Scripting- simple if and if-else conditional statement

Higher Ed
This video shows how to use the simple if and if-else conditional statement. This clip is from the chapter "Conditional Statements - simple if, if-else, if elif elif else" of the series "Complete Bash Shell Scripting".This section covers...
Instructional Video16:40
Schooling Online

English Essentials - Powering through Prose - Figurative Language (Stage 6, Years/Grades 11-12)

3rd - Higher Ed
Our third lesson will zoom into the finer elements of prose fiction. We’ll delve into figurative language, imagery, rhythm, syntax and tone. We’ll review some basic language features before building on your understanding. To help us,...
Instructional Video7:41
Curated Video

The Full Stack Web Development - Web Storage - Project on Web Storage

Higher Ed
HTML5 Programming: Web Storage - Project on Web Storage This clip is from the chapter "HTML5 Programming" of the series "The Full Stack Web Development".In this section, we look into little more advanced HTML5. We will be working with...
Instructional Video3:37
Curated Video

C++ 20 (2a) New Features - Partitioning of Modules

Higher Ed
Split module from 5.2 into two separate module interface partitions. Afterwards split same module into module interface file and module implementation file. This clip is from the chapter "Modules" of the series "C++ 20 (2a) New...