Hi, what do you want to do?
Curated Video
The Full Stack Web Development - Web Storage - Project on Web Storage
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...
Curated Video
Complete Modern C++ - Project - Part VI (Virtual Mechanism Walk-through and Virtual Destructor)
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...
r/>
This clip is from the chapter "Object-Oriented Programming" of the series "Complete Modern C++".In this section, you will learn...
Curated Video
Complete Modern C++ - Strings - Part III (String Streams)
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...
• 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...
Curated Video
Complete Modern C++ - std::unique_ptr
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...
• Open the *.ui file in Qt Cr
eator
• Add the QPlainTextEdit widget
to the UI
• Arrange the layout contents vertically and
a
dd menu...
Curated Video
Excel VBA Programming The Complete Guide - The For Each-Next Construct
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...
r/>
This clip is from the chapter "Iteration" of the series "Excel...
Brian McLogan
Finding the complement and supplement of an angle
👉 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...
Curated Video
The Modern JavaScript Bootcamp (2019) - Variable Scope: Part I
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...
r/>
This clip is from the chapter "JavaScript Basics: Variables and Flow...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 30 - Java For Loop to Print Multiplication Table – Puzzles
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...
r/>
This clip is from the chapter "Introduction to Java Programming with JShell Using Multiplication Table" of the series "Java Programming for...
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - Multiple Comparison Operators
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...
r/>
This clip is from the chapter "Intermediate Python" of the series "Python for Everybody: The Ultimate Python 3 Bootcamp".This section helps give...
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - Break and Continue
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...
r/>
This clip is from the chapter "Intermediate...
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Solution (Word Count) - Spark DFs
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...
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...
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Finding Min and Max
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...
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...
Curated Video
Learn Go in 3 Hours - Switch Statements
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...
• This video covers all of the features of the switch statement i
n Go.
• Discuss the basics of the switch
statement
• Learn...
Curated Video
Writing Numerical Expressions for Verbal Statements
Write simple numerical expressions that replace verbal statements of arithmetic.
Curated Video
Comprehensive Android Developer Bootcamp - Setting Up FusedLocationProvider - Finish
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...
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...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Building if, elif, else blocks incrementally
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.
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.
IDG TECHtalk
Python 3.10's new features: Better error reporting
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...
Curated Video
.NET Core Microservices - Set Up Startup Class File for Shopping Cart
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...
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...
Curated Video
.NET Core Microservices - Demo - View Message for Payment Request
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.
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.
Brian McLogan
Writing an inequality from a graph - learn math online
👉 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.
Curated Video
Complete Modern C++ - Enums - Part II (Scoped Enums C++11)
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...
• Look at the Qt5 document
ation
• Understand that Qt widgets are
“painted”
• Understand that Qt5 widgets use painters to “paint
”
their content
This...
Curated Video
Excel VBA Programming The Complete Guide - The If Then Statement
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 31 - Getting Started with Programming - Revise All Terminology
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...
r/>
This clip is from the chapter "Introduction to Java Programming with JShell Using Multiplication Table" of the series "Java Programming for...
Curated Video
The Complete Ethical Hacking Bootcamp: Beginner To Advanced - While Loop
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...
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...