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 Video6:43
Curated Video

Complete Modern C++ - Project - Part VI (Virtual Mechanism Walk-through and Virtual Destructor)

Higher Ed
This video walks through the code that is generated for virtual functions in Visual Studio.
r/>
This clip is from the chapter "Object-Oriented Programming" of the series "Complete Modern C++".In this section, you will learn...
Instructional Video9:46
Curated Video

Complete Modern C++ - Strings - Part III (String Streams)

Higher Ed
This video explains string streams and their purpose.

• Introduce the QPainterPath class along with QPa
inter
• Update the list of paths in the widget and
draw them
• Update the current path as the user
us
es the...
Instructional Video10:14
Curated Video

Complete Modern C++ - std::unique_ptr

Higher Ed
In this video, we will learn about the unique_ptr and its properties in this video.

• Open the *.ui file in Qt Cr
eator
• Add the QPlainTextEdit widget
to the UI
• Arrange the layout contents vertically and
a
dd menu...
Instructional Video7:50
Curated Video

Excel VBA Programming The Complete Guide - The For Each-Next Construct

Higher Ed
The For Each construct iterates over every single object in a collection. In this lesson, we practice iterating over the Workbooks and Worksheets collections.
r/>
This clip is from the chapter "Iteration" of the series "Excel...
Instructional Video4:59
Brian McLogan

Finding the complement and supplement of an angle

12th - Higher Ed
👉 Learn how to find the complement and the supplement of a given angle. Two angles are said to be complementary if they add up to 90 degrees (pi/2 in radians) and are said to be supplementary if they add up to 180 degrees (pi in...
Instructional Video10:38
Curated Video

The Modern JavaScript Bootcamp (2019) - Variable Scope: Part I

Higher Ed
In this lesson, we’re going to explore variable scope in JavaScript. Variable scope determines where in your program a given variable is accessible.
r/>
This clip is from the chapter "JavaScript Basics: Variables and Flow...
Instructional Video6:33
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 30 - Java For Loop to Print Multiplication Table – Puzzles

Higher Ed
This video talks about Java for loop to print multiplication table – puzzles.
r/>
This clip is from the chapter "Introduction to Java Programming with JShell Using Multiplication Table" of the series "Java Programming for...
Instructional Video7:31
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Multiple Comparison Operators

Higher Ed
It's possible in Python to use multiple comparison operators at the same time.
r/>
This clip is from the chapter "Intermediate Python" of the series "Python for Everybody: The Ultimate Python 3 Bootcamp".This section helps give...
Instructional Video5:22
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Break and Continue

Higher Ed
Sometimes you want to loop over a list of items, perform some logic, and if you find the answer you're looking for, you want to exit the loop or skip to the next iterations.
r/>
This clip is from the chapter "Intermediate...
Instructional Video4:30
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Solution (Word Count) - Spark DFs

Higher Ed
Let's discuss the solution to the quiz on calculating the word count.
r/>
This clip is from the chapter "Spark DFs" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section focuses on Spark DataFrames...
Instructional Video10:19
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Finding Min and Max

Higher Ed
In this session, we will find the minimum and maximum movie ratings from the dataset.
r/>
This clip is from the chapter "Spark RDDs" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section focuses on...
Instructional Video10:32
Curated Video

Learn Go in 3 Hours - Switch Statements

Higher Ed
The switch statement in Go is far more powerful than the similar statement in Java or C.

• This video covers all of the features of the switch statement i
n Go.
• Discuss the basics of the switch
statement
• Learn...
Instructional Video4:16
Curated Video

Writing Numerical Expressions for Verbal Statements

K - 12th
Write simple numerical expressions that replace verbal statements of arithmetic.
Instructional Video11:39
Curated Video

Comprehensive Android Developer Bootcamp - Setting Up FusedLocationProvider - Finish

Higher Ed
Android Locations and Maps:Setting Up FusedLocationProvider - Finish
r/>
This clip is from the chapter "Android Locations and Maps" of the series "The Comprehensive Android Developer Bootcamp".This section will show you how to...
Instructional Video14:52
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Building if, elif, else blocks incrementally

Higher Ed
Take a program and build a function step by step<br/<br/>>

This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section is about Python in-depth.
Instructional Video4:08
IDG TECHtalk

Python 3.10's new features: Better error reporting

Higher Ed
Python 3.10 makes use of the new parser introduced in Python 3.9 to deliver more detailed, informative, and accurate error messages for your code. See some examples in this video of how the new error messages make developing in Python...
Instructional Video4:09
Curated Video

.NET Core Microservices - Set Up Startup Class File for Shopping Cart

Higher Ed
This video explains how to set up the startup class file for shopping cart.
r/>
This clip is from the chapter "Shopping Cart API Service" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this...
Instructional Video6:21
Curated Video

.NET Core Microservices - Demo - View Message for Payment Request

Higher Ed
This video explains how to set up email service project part 2.<br/<br/>>

This clip is from the chapter "Queue" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section, you will learn about queue.
Instructional Video2:31
Brian McLogan

Writing an inequality from a graph - learn math online

12th - Higher Ed
👉 Learn how to write the inequality given a graph on a number line. To do this we will need to know the difference between open and closed points as well as what it means for a value to be less than or greater than another value.
Instructional Video5:32
Curated Video

Complete Modern C++ - Enums - Part II (Scoped Enums C++11)

Higher Ed
This video shows the implementation of scoped enums.

• Look at the Qt5 document
ation
• Understand that Qt widgets are
“painted”
• Understand that Qt5 widgets use painters to “paint

their content

This...
Instructional Video4:05
Curated Video

Excel VBA Programming The Complete Guide - The If Then Statement

Higher Ed
The conditional If statement is the heart of programming. It allows our macro to have multiple branches --- different pathways to take depending on a given condition. In this lesson, we explore the technical syntax for implementing an...
Instructional Video6:28
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 31 - Getting Started with Programming - Revise All Terminology

Higher Ed
This video talks about getting started with programming - revise all terminology.
r/>
This clip is from the chapter "Introduction to Java Programming with JShell Using Multiplication Table" of the series "Java Programming for...
Instructional Video8:24
Curated Video

The Complete Ethical Hacking Bootcamp: Beginner To Advanced - While Loop

Higher Ed
In this video, you'll learn about the while loop in Python.
r/>
This clip is from the chapter "Python Basics" of the series "The Complete Ethical Hacking Bootcamp: Beginner To Advanced".In this section, you'll learn the basics...