Curated Video
TypeScript for Beginners - Defining an Object Interface
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.
Curated Video
TypeScript for Beginners - let Prefix
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.
Curated Video
TypeScript for Beginners - Array Functions
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...
Curated Video
TypeScript for Beginners - Break and Case Flow
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...
Curated Video
TypeScript for Beginners - Private Properties
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,...
Curated Video
TypeScript for Beginners - Switch Statement
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.
Curated Video
TypeScript for Beginners - Regular Expressions
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.
Curated Video
TypeScript for Beginners - Using Public and Read-Only
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,...
Curated Video
C++ Programming By Example - Reacting to User Input
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...
Curated Video
C++ Programming By Example - Setting Up Your Text Editor Project
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...
Curated Video
C++ Programming By Example - Building a Sorting Application
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...
Curated Video
C++ Programming By Example - Overview of Classes and Structures
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...
Curated Video
C++ Programming By Example - Setting Up Your Development Environment
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++...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 10 - Java Ternary Operation - an Introduction
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 09 - Java Switch Statement - Exercises - isWeekDay, nameOfMonth, nameOfDay
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 04 - If Else Problem - How to Get User Input in Java?
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 05 - Programming Tip 1: Refactoring with Eclipse
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 10 - Returning from a Java Method - an Introduction
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,...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 07 - Printing Output to Console with Java
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 22 - Programming Tips: JShell - Shortcuts, Multiple Lines, and Variables
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 10 - Printing Output to Console with Java – Puzzles
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 06 - Java Modularization - 03 - Splitting Service and Consumer into Modules
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 03 - Getting Started with Java Modularization
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.
Curated Video
Java Programming for Complete Beginners - Java 16 - Java Tip 07 - Final Classes and Final Methods
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,...