Instructional Video2:30
Curated Video

TypeScript for Beginners - Defining an Object Interface

Higher Ed
This video demonstrates how to define an object interface. This clip is from the chapter "Interfaces" of the series "TypeScript for Beginners".This section introduces you to interfaces and explains how to use them.
Instructional Video3:04
Curated Video

TypeScript for Beginners - let Prefix

Higher Ed
This video demonstrates how to use the let prefix. This clip is from the chapter "Variable Prefixes" of the series "TypeScript for Beginners".This section introduces you to variable prefixes and explains how to use them.
Instructional Video7:12
Curated Video

TypeScript for Beginners - Array Functions

Higher Ed
In this video, you will learn a few more function related to Arrays. This clip is from the chapter "Objects and Arrays" of the series "TypeScript for Beginners".This section introduces you to objects and arrays and demonstrates how to...
Instructional Video2:33
Curated Video

TypeScript for Beginners - Break and Case Flow

Higher Ed
This video demonstrates how to use the break and case keywords to control the program flow. This clip is from the chapter "Flow Control Statements" of the series "TypeScript for Beginners".This section introduces you to flow control...
Instructional Video4:22
Curated Video

TypeScript for Beginners - Private Properties

Higher Ed
This video demonstrates how to work with private properties. This clip is from the chapter "Access Modifiers, Encapsulation, and Static" of the series "TypeScript for Beginners".This section introduces you to access modifiers,...
Instructional Video3:44
Curated Video

TypeScript for Beginners - Switch Statement

Higher Ed
This video demonstrates how to use the switch statement. This clip is from the chapter "Flow Control Statements" of the series "TypeScript for Beginners".This section introduces you to flow control statements and explains how to use them.
Instructional Video3:17
Curated Video

TypeScript for Beginners - Regular Expressions

Higher Ed
In this video, you will get a brief introduction to regular expressions. This clip is from the chapter "More Types" of the series "TypeScript for Beginners".This section primarily focuses on types of maps and expressions.
Instructional Video1:59
Curated Video

TypeScript for Beginners - Using Public and Read-Only

Higher Ed
This video demonstrates how to use the public and read-only modifiers. This clip is from the chapter "Access Modifiers, Encapsulation, and Static" of the series "TypeScript for Beginners".This section introduces you to access modifiers,...
Instructional Video7:40
Curated Video

C++ Programming By Example - Reacting to User Input

Higher Ed
How can we react to user input in our custom widget? • Look at the Qt documentation • Override mouse event functions • Print data to the console to confirm that the app is reacting properly This clip is from the chapter "Building a...
Instructional Video2:50
Curated Video

C++ Programming By Example - Setting Up Your Text Editor Project

Higher Ed
How do you use CMake to set up a GUI project? • Use the basic project setup provided by instructor • Open Qt Creator and created the needed files as shown • Put the files in the correct folders This clip is from the chapter "Qt Signals...
Instructional Video20:21
Curated Video

C++ Programming By Example - Building a Sorting Application

Higher Ed
How to build a mini address book that is sortable by first name, last name, and phone number? • Introduce std::pair and std::tuple • Create fake data for “phone book” • Show how to use the std::sort function to sort by first name, last...
Instructional Video7:58
Curated Video

C++ Programming By Example - Overview of Classes and Structures

Higher Ed
How do you use/declare classes and structures in C++? • Use the ‘class’ and ‘struct’ keywords • Analyze { and }; to define where a class begins/ends • Implement access modifiers such as ‘public’, ‘private’, and ‘protected’ This clip is...
Instructional Video3:22
Curated Video

C++ Programming By Example - Setting Up Your Development Environment

Higher Ed
How do you set up a C++ development environment on Windows 10? • Download and install Visual Studio • Download and install CMake • Test with a small check This clip is from the chapter "Introduction to C++ and Qt" of the series "C++...
Instructional Video6:22
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 10 - Java Ternary Operation - an Introduction

Higher Ed
In this video, we will learn about Java ternary operation - an introduction. This clip is from the chapter "Conditionals" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will explore conditionals...
Instructional Video13:02
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 09 - Java Switch Statement - Exercises - isWeekDay, nameOfMonth, nameOfDay

Higher Ed
In this video, we will learn about Java switch statement - exercises - isWeekDay, nameOfMonth, nameOfDay. This clip is from the chapter "Conditionals" of the series "Java Programming for Complete Beginners - Java 16".In this section, we...
Instructional Video6:45
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 04 - If Else Problem - How to Get User Input in Java?

Higher Ed
In this video, we will learn about if else problem - how to get user input in Java. This clip is from the chapter "Conditionals" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will explore...
Instructional Video4:38
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 05 - Programming Tip 1: Refactoring with Eclipse

Higher Ed
In this video, we will learn about programming tip 1: refactoring with Eclipse. This clip is from the chapter "Introduction to Eclipse - First Java Project" of the series "Java Programming for Complete Beginners - Java 16".In this...
Instructional Video5:48
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 10 - Returning from a Java Method - an Introduction

Higher Ed
In this video, we will learn about returning from a Java method - an introduction. This clip is from the chapter "Introduction to Method with Multiplication Table" of the series "Java Programming for Complete Beginners - Java 16".Here,...
Instructional Video10:54
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 07 - Printing Output to Console with Java

Higher Ed
This video talks about printing output to console with Java. This clip is from the chapter "Introduction to Java Programming with JShell Using Multiplication Table" of the series "Java Programming for Complete Beginners - Java 16".In...
Instructional Video7:08
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 22 - Programming Tips: JShell - Shortcuts, Multiple Lines, and Variables

Higher Ed
This video talks about shortcuts, multiple lines, and variables. This clip is from the chapter "Introduction to Java Programming with JShell Using Multiplication Table" of the series "Java Programming for Complete Beginners - Java 16".In...
Instructional Video8:01
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 10 - Printing Output to Console with Java – Puzzles

Higher Ed
This video talks about printing output to console with Java – puzzles. This clip is from the chapter "Introduction to Java Programming with JShell Using Multiplication Table" of the series "Java Programming for Complete Beginners - Java...
Instructional Video8:56
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 06 - Java Modularization - 03 - Splitting Service and Consumer into Modules

Higher Ed
In this session, we will create modules for the service and consumer project. This clip is from the chapter "Java New Features - Java 10 to Java 16" of the series "Java Programming for Complete Beginners - Java 16".This section focuses...
Instructional Video4:06
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 03 - Getting Started with Java Modularization

Higher Ed
In this lesson, we will understand Java modularization. This clip is from the chapter "Java New Features - Java 10 to Java 16" of the series "Java Programming for Complete Beginners - Java 16".This section focuses on the new updates added.
Instructional Video5:19
Curated Video

Java Programming for Complete Beginners - Java 16 - Java Tip 07 - Final Classes and Final Methods

Higher Ed
In this session, we will learn about final classes and final methods. This clip is from the chapter "Java Tips" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will look at a few tips for imports,...