Instructional Video1:22
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - The Remainder Operator in Solidity

Higher Ed
In this video, you will learn about the remainder operator in Solidity, which is used to find the remainder of a division operation.
<
br/>
This clip is from the chapter "Learn Solidity - Basics II (Conditional Logic, Scope, and...
Instructional Video4:48
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Operators in Solidity

Higher Ed
In this video, you will learn about Operators in Solidity and how they can be used to perform mathematical and logical operations on variables.
<
br/>
This clip is from the chapter "Learn Solidity - Basics II (Conditional Logic,...
Instructional Video4:06
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - How to Understand Pragma Solidity

Higher Ed
In this video, we will explain in detail what the “pragma solidity” statement does in a Solidity smart contract and how it affects the behavior and compatibility of the code.
<
br/>
This clip is from the chapter "Introduction to...
Instructional Video7:42
Instructional Video12:31
Curated Video

The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Use ChatGPT to Breakdown Logic in the Story Feature

Higher Ed
This video is about how to use ChatGPT to break down logic in the story feature of your React Native application. By the end of the video, you will have a better understanding of how to use ChatGPT to simplify and speed up your...
Instructional Video5:02
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 09 - Java Boolean Data Type - Puzzles - Short Circuit Operators

Higher Ed
In this video, you will learn about Java Boolean data type with puzzles on short circuit operators.
Instructional Video10:38
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 08 - Java Boolean Data Type - Relational and Logical Operators

Higher Ed
In this video, you will learn about Java Boolean data type—relational and logical operators.
Instructional Video6:38
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 26 - Java Conditionals and If Statement – Puzzles

Higher Ed
This video talks about Java conditionals and if statement – puzzles.
Instructional Video3:21
Instructional Video10:34
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Flow Control: IF/ELSE, Ternary Operator - Test Scores Program

Higher Ed
We will learn to use the IF statement to check if a block of conditions is true and the ELSE statement if false and write a program to evaluate test scores.
Instructional Video10:36
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Strings

Higher Ed
Continuing on our previous lesson, where we learned about the datatypes in Java, in this lesson, we will look at the string datatype in more detail.
Instructional Video5:21
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Program: User Input - Voting Age

Higher Ed
We will learn to accept user inputs, a critical step for any software program. We will learn to use the scanner library to achieve this.
Instructional Video5:19
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Boolean & Logical Operators

Higher Ed
In this lecture, we will learn about the Boolean datatype and also look at logical operators in Java. We will create statements and have our program evaluate whether the statements are true or false.
Instructional Video12:12
Curated Video

Deep Learning - Crash Course 2023 - Python Basics - Data Types

Higher Ed
In this video, you will learn about variables, comments in Python, basic data types, Boolean, strings, and Python containers.
<
br/>
This clip is from the chapter "Python Crash Course on Basics" of the series "Deep Learning - Crash...
Instructional Video15:32
Instructional Video6:56
Curated Video

The Digital Divide: Navigating Modern Technologies

6th - Higher Ed
Explore the impact of digital tools like smartphones, credit cards, and the internet through a challenge between Pierre, who uses traditional methods, and Christian, who uses digital solutions, to complete everyday tasks in Paris. This...
Instructional Video3:42
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Nullish-Coalescing-Operator

Higher Ed
This video explains the Nullish-Coalescing-operator.
<
br/>
This clip is from the chapter "Operators, Loops, and Statements" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains...
Instructional Video6:21
Curated Video

Behavioral Design Patterns in C++ - Methods for States - II

Higher Ed
This video demonstrates the implementation of method for states in code.<br<br/>/>

This clip is from the chapter "State" of the series "Behavioral Design Patterns in C++".This section focuses on the State design pattern.
Instructional Video4:20
Curated Video

Behavioral Design Patterns in C++ - Lamp - IV (Yellow State)

Higher Ed
In this video, we will be adding one more state to the code, that is, yellow state, and see what we can do with the addition of the new state.
<
br/>
This clip is from the chapter "State" of the series "Behavioral Design Patterns in...
Instructional Video7:12
Curated Video

Behavioral Design Patterns in C++ - Boolean Evaluator

Higher Ed
This video explains the Boolean Evaluator.<br<br/>/>

This clip is from the chapter "Interpreter" of the series "Behavioral Design Patterns in C++".This section focuses on the Interpreter pattern.
Instructional Video4:54
Curated Video

Behavioral Design Patterns in C++ - Lexing and Parsing

Higher Ed
This video explains the Lexing and Parsing analysis.<br<br/>/>

This clip is from the chapter "Interpreter" of the series "Behavioral Design Patterns in C++".This section focuses on the Interpreter pattern.
Instructional Video3:42
Curated Video

SQL Server Course for Beginners with 100+ examples - NOT NULL Constraint

Higher Ed
Learn how to work with the NOT NULL constraint in SQL to enforce a column with values, that is, not null. Remember, as columns can have NULL by default, we use the NOT NULL constraint to enforce a column NOT to accept values.
<
br/>...
Instructional Video3:16
Curated Video

SQL Server Course for Beginners with 100+ examples - LIKE Operator

Higher Ed
Learn how to implement the LIKE operator in SQL. We will find values based on a specific pattern using percentages and underscore.
<
br/>
This clip is from the chapter "Operators in SQL" of the series "SQL Server Course for...
Instructional Video2:05
Curated Video

SQL Server Course for Beginners with 100+ examples - NOT Operator

Higher Ed
Learn how to work with the NOT operator in SQL to display records only if the condition isn't met, that is, FALSE.
<
br/>
This clip is from the chapter "Operators in SQL" of the series "SQL Server Course for Beginners with 100+...