Curated Video
.NET Core Microservices - Cart Repository Interface for Shopping Cart API
This video explains cart repository interface for shopping cart API. This clip is from the chapter "Shopping Cart API Service" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section, you will learn...
Curated Video
Complete Java SE 8 Developer Bootcamp - Iterator
An iterator provides a polymorphic way of looping through a collection. This clip is from the chapter "Collections" of the series "Complete Java SE 8 Developer Bootcamp".The author introduces you to collections, list, sets, queues,...
Curated Video
Frontend Web Development Bootcamp - Build a Twitter Clone - Type Coercion
JavaScript Crash Course: Type Coercion This clip is from the chapter "JavaScript Crash Course" of the series "Frontend Web Development Bootcamp: Build a Twitter Clone".This section is about JavaScript, Variables in JavaScript, Data...
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - None
A Python variable walks into a bar and asks a stranger, "How's it going today?". The stranger turns to the variable and says, "None ya business!". Humor helps make learning more fun! This clip is from the chapter "Beginner-friendly...
Curated Video
Comprehensive Android Developer Bootcamp - Booleans
Deep Dive into Java Programming Language:Booleans This clip is from the chapter "Deep Dive into Java Programming Language" of the series "The Comprehensive Android Developer Bootcamp".This section introduces you to the programming...
Curated Video
Core Java Programming Course- If - Condition
This video explains the "If" loop. This clip is from the chapter "Basic Concepts of Java Programming" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains the basic concepts that are needed...
Curated Video
C++ Standard Template Library in Practice - Sequence Algorithms - equals
The listener is new to algorithms and does not know about the equals sequence algorithm. • Introduce the listener to the equals algorithm • Show how it works and explain the different versions available • Reinforce the lesson with a code...
Curated Video
Excel VBA Programming The Complete Guide - Boolean Expressions
A Boolean is a special data type whose value can only be True or False. In this lesson, we explore the concept of truthiness and falsiness with the help of common mathematical operations and string comparisons. This clip is from the...
Curated Video
C++ Developer - Logical Operators
This video explains the logical operators. This clip is from the chapter "Fundamentals of C++" of the series "The Complete C++ Developer Course".This section discusses the fundamentals of C++.
Curated Video
Complete Java SE 8 Developer Bootcamp - Predicate
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 08 - Java Wrapper Classes - an Introduction - Why and What?
In this video, we will learn about Java wrapper classes - an introduction - why and what. This clip is from the chapter "Reference Types" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will look...
Curated Video
The Complete Java Developer Course: From Beginner to Master - Control Statements Overview
This video provides an overview of the control statements. 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...
Curated Video
Python 3 for Beginners: Booleans and Boolean Logic
In this video, viewers will learn all about Booleans and Boolean logic. The video explains that Booleans can only have two possible values- true or false- and how to assign them to variables. The operators used for comparing numeric...
Curated Video
Google Apps Script - Exercise Coding Projects - How to Add Conditional Rules Format with Google Apps Script Code
This video explains how to add conditional rules format with Google Apps Script code. This clip is from the chapter "Google Workspace Services: Docs, Calendar, Drive, Forms, Gmail, and Sheets Slides" of the series "Google Apps Script -...
Curated Video
Excel VBA Programming The Complete Guide - Procedures with Boolean Arguments + The Workbook_BeforePrint Event
Some event procedures feature a Cancel Boolean argument that can cancel a specific operation by being set to True in the body of the procedure. In this lesson, we try this out with the BeforePrint event procedure. This clip is from the...
Curated Video
Excel VBA Programming The Complete Guide - The Is Family of Functions
VBA package several functions to determine if a value is of a certain data type. In this lesson, we explore the IsNumeric, IsDate, IsEmpty, and IsError functions and use them to populate a table on our spreadsheet. This clip is from the...
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 If...
Curated Video
The Modern JavaScript Bootcamp (2019) - Booleans and Comparison Operators
In this lesson, you'll learn about our third JavaScript type, the Boolean. You'll also learn how you can compare two things such as two strings or two numbers. This clip is from the chapter "JavaScript Basics: Variables and Flow Control"...
Curated Video
Excel VBA Programming The Complete Guide - Default Values for Declared Variables
In this lesson, we take a look at the default values for the String, Long, Double and Boolean data types. This clip is from the chapter "Variables and Data Types" of the series "Excel VBA Programming–The Complete Guide".In this...
Curated Video
The Complete Java Developer Course: From Beginner to Master - Relational Operators
This video explains how to perform various relational operations on variables and literals in Java. This clip is from the chapter "Introducing Java" of the series "The Complete Java Developer Course: From Beginner to Master".This section...
Curated Video
The Complete Java Developer Course: From Beginner to Master - Primitive Versus Reference Types
This video explains the difference between primitive and reference data types in Java. This clip is from the chapter "Introducing Java" of the series "The Complete Java Developer Course: From Beginner to Master".This section introduces...
Curated Video
TypeScript for Beginners - Boolean
This video explains the Boolean data type. This clip is from the chapter "Variables and Data Types" of the series "TypeScript for Beginners".This section introduces you to variables and data types and explains how to use them.
Curated Video
Excel VBA Programming The Complete Guide - The NOT Operator
The NOT operator reverses a Boolean value. In this lesson, we use it to design our own implementation of Excel's bolding feature. This clip is from the chapter "Conditionals" of the series "Excel VBA Programming–The Complete Guide".In...
Curated Video
The Modern JavaScript Bootcamp (2019) - Primitives and Objects: Part II
In this video, you’re going to explore how JavaScript uses prototypal inheritance for the other built-in types. This is part 2 of 2. This clip is from the chapter "Advanced Objects and Functions" of the series "The Modern JavaScript...