Hi, what do you want to do?
Curated Video
Boolean logic and logic gates
Pupil outcome: I can identify different logic gates and construct the truth table for each logic gate. Key learning points: - Boolean logic is a form of algebra where all logical relations can be expressed as a combination of AND, OR and...
Curated Video
Logic statements and expressions
Pupil outcome: I can evaluate and develop logic statements using Boolean logic. Key learning points: - A logic statement is a statement that evaluates to either True or False. - You can write a logic statement to represent an outcome...
Curated Video
C++ : True Or False
Welcome to our complete C++ programming tutorial series, designed for beginners and anyone looking to strengthen their understanding of C++ coding! In this video series, we’ll cover everything you need to know to get started with C++,...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Data Types
In this video, you will learn about data types.
<
br/>
This clip is from the chapter "Module 1" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will understand the purpose of OOP, the history of...
<
br/>
This clip is from the chapter "Module 1" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will understand the purpose of OOP, the history of...
Curated Video
Java Multithreading and Parallel Programming Masterclass - Running Asynchronous Workloads on Spring Boot
This video demonstrates running asynchronous workloads on Spring Boot.
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Lifecycle Methods (Code Example) - OnAfterRender and OnAfterRenderAsync
This lecture shows a demo code for illustrating these two Blazor lifecycle methods: OnAfterRender and OnAfterRenderAsync.
<
br/>
This clip is from the chapter "Advanced Concepts with Hands-On Coding in Blazor" of the series "Build...
<
br/>
This clip is from the chapter "Advanced Concepts with Hands-On Coding in Blazor" of the series "Build...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - One-Way Data Binding in ASP.NET Core 3.1 Blazor
The tutorial builds a binding demo project in Visual Studio 2019, which toggles a paragraph with changed text and styles on the clicking of a button. A counter gets incremented as well.
<
br/>
This clip is from the chapter "Advanced...
<
br/>
This clip is from the chapter "Advanced...
Curated Video
High Five Facts - Coding Words
Step into the world of 'Coding Words,' where kids will crack the code on the language that brings technology to life! It's a fun, engaging way to start understanding how coding shapes the world around us.
Curated Video
Machine Learning: Random Forest with Python from Scratch - Simple Functions
Here, we will understand what a function is, how to pass data or parameters into a function, and understand the different types of functions.
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine...
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Truthy and Falsy
This video explains the concept of truthy and falsy values in JavaScript, which can be used to simplify our code when checking for conditions.
<
br/>
This clip is from the chapter "Logic and Control Flow" of the series "Modern...
<
br/>
This clip is from the chapter "Logic and Control Flow" of the series "Modern...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Object Literals
In this video, you will learn about object literals in JavaScript, including creating objects, accessing object properties, and adding methods to objects.
<
br/>
This clip is from the chapter "Arrays and Objects" of the series...
<
br/>
This clip is from the chapter "Arrays and Objects" of the series...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Type Conversion
In this video, we will cover type conversion in JavaScript, including implicit and explicit conversion, and how to convert between data types.
<
br/>
This clip is from the chapter "Variables, Data Types, Methods, and More" of the...
<
br/>
This clip is from the chapter "Variables, Data Types, Methods, and More" of the...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - Solution - Destructing Tuples with Rust
This is a solution video on destructing tuples with Rust.
<
br/>
This clip is from the chapter "Beginner to Intermediate Lessons" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses on...
<
br/>
This clip is from the chapter "Beginner to Intermediate Lessons" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses on...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - Exercise - Destructing Tuples with Rust
This is an exercise video on destructing tuples with Rust.
<
br/>
This clip is from the chapter "Beginner to Intermediate Lessons" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses on...
<
br/>
This clip is from the chapter "Beginner to Intermediate Lessons" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses on...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - What Are Tuples in Rust
This video explains tuples in Rust.
<
br/>
This clip is from the chapter "Beginner to Intermediate Lessons" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses on the beginner to...
<
br/>
This clip is from the chapter "Beginner to Intermediate Lessons" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses on the beginner to...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - Relational Operators
In this video, you will look at relational operators in Rust.
<
br/>
This clip is from the chapter "Beginner Lessons in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses on the...
<
br/>
This clip is from the chapter "Beginner Lessons in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses on the...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - Solution - Write Variables in Rust
This is a solution video on writing variables in Rust.
<
br/>
This clip is from the chapter "Beginner Lessons in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses on the beginner...
<
br/>
This clip is from the chapter "Beginner Lessons in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses on the beginner...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - How to Declare Variables in Rust - Strings Integers and Booleans in Rust
This video demonstrates how to declare variables in Rust. You will work on strings integers and Booleans in Rust.
<
br/>
This clip is from the chapter "Beginner Lessons in Rust" of the series "Rust Programming 2023 - A Comprehensive...
<
br/>
This clip is from the chapter "Beginner Lessons in Rust" of the series "Rust Programming 2023 - A Comprehensive...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Anagram Algorithm
In this video, we will write a unit test for an anagram checking algorithm. We will use Jest to test our algorithm and ensure that it correctly identifies anagrams.
<
br/>
This clip is from the chapter "Unit Testing Algorithms" of...
<
br/>
This clip is from the chapter "Unit Testing Algorithms" of...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Palindrome Algorithm
In this video, we will write a unit test for a palindrome checking algorithm. We will use Jest to test our algorithm and ensure that it correctly identifies palindromes.
<
br/>
This clip is from the chapter "Unit Testing Algorithms"...
<
br/>
This clip is from the chapter "Unit Testing Algorithms"...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Literals Versus Built-In Constructors
In this video, we will discuss the difference between object literals and built-in constructor functions, such as String(), Number(), and Boolean(). We will also explain why it is generally better to use literals instead of...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Data Types
In this video, we will explore the various data types in JavaScript, such as numbers, strings, Booleans, arrays, objects. We will understand how to work with these data types effectively, manipulate their values, and perform operations...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - Solution - Write Error Handling for a Program in Rust
This is a solution video on writing error handling for a program in Rust.<br<br/>/>
This clip is from the chapter "Intermediate to Advanced Videos in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".null
This clip is from the chapter "Intermediate to Advanced Videos in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".null