Hi, what do you want to do?
Curated Video
Complete Modern C++ - if constexpr - I
In this video, understand how compile time (if constexpr) performs conditional checks at compile time, thereby improving the performance of your code.
r/>
This clip is from the chapter "C++17 Template Features" of the series...
r/>
This clip is from the chapter "C++17 Template Features" of the series...
Curated Video
HTML CSS and JavaScript for Beginners - A Web Design Course - JavaScript Switch
In this video, we'll cover JavaScript switch.
r/>
This clip is from the chapter "Learn JavaScript Section" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".Learn how to write JavaScript, JavaScript...
r/>
This clip is from the chapter "Learn JavaScript Section" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".Learn how to write JavaScript, JavaScript...
Curated Video
HTML CSS and JavaScript for Beginners - A Web Design Course - Combine with Functions
In this video, we'll combine with functions.
r/>
This clip is from the chapter "Learn JavaScript Section" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".Learn how to write JavaScript, JavaScript...
r/>
This clip is from the chapter "Learn JavaScript Section" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".Learn how to write JavaScript, JavaScript...
Curated Video
HTML CSS and JavaScript for Beginners - A Web Design Course - CSS for List Items
In this video, we'll cover CSS for list items.
r/>
This clip is from the chapter "CSS Section" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".This section is about CSS; learn basics of CSS, CSS...
r/>
This clip is from the chapter "CSS Section" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".This section is about CSS; learn basics of CSS, CSS...
Curated Video
HTML CSS and JavaScript for Beginners - A Web Design Course - CSS Display Property
In this video, we'll cover CSS display property.
r/>
This clip is from the chapter "CSS Section" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".This section is about CSS; learn basics of CSS, CSS...
r/>
This clip is from the chapter "CSS Section" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".This section is about CSS; learn basics of CSS, CSS...
Curated Video
The Complete Practical Docker Guide - Changing Permissions
This video explains how to change files permissions.
r/>
This clip is from the chapter "User Management and Permissions in Linux" of the series "The Complete Practical Docker Guide".This section focuses on the User Management...
r/>
This clip is from the chapter "User Management and Permissions in Linux" of the series "The Complete Practical Docker Guide".This section focuses on the User Management...
Curated Video
The Complete React Developer Course (with Hooks and Redux) - ES6 Aside: const and let
In this video you'll learn about two new variable types which are "const" and "let". You'll also explore the differences between "var", "const", and "let".
r/>
This clip is from the chapter "Hello React" of the series "The...
r/>
This clip is from the chapter "Hello React" of the series "The...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 01 - Introduction to If Else Statement
In this video, we will learn about if else statement.
r/>
This clip is from the chapter "Conditionals" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will explore conditionals with Java -...
r/>
This clip is from the chapter "Conditionals" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will explore conditionals with Java -...
Curated Video
Selenium Python Automation Testing from Scratch and Frameworks - Using 'finally' with Exceptions
This video demonstrates how to use "finally" with exceptions.
r/>
This clip is from the chapter "Exception Handling Mechanism" of the series "Selenium Python Automation Testing from Scratch and Frameworks".This section explains...
r/>
This clip is from the chapter "Exception Handling Mechanism" of the series "Selenium Python Automation Testing from Scratch and Frameworks".This section explains...
Curated Video
Selenium Python Automation Testing from Scratch and Frameworks - if-else' Condition in Python
This video explains the "if-else" condition.
r/>
This clip is from the chapter "Program Flow Control in Python" of the series "Selenium Python Automation Testing from Scratch and Frameworks".This section explains program flow...
r/>
This clip is from the chapter "Program Flow Control in Python" of the series "Selenium Python Automation Testing from Scratch and Frameworks".This section explains program flow...
Curated Video
SSL Complete Guide 2021: HTTP to HTTPS - Exploring Certificate of Comodo
In this video, we'll be exploring the certificate of Comodo.
r/>
This clip is from the chapter "RSA, Certificates, and Chain of Trust" of the series "SSL Complete Guide 2021: HTTP to HTTPS".In this section, we'll create RSA,...
r/>
This clip is from the chapter "RSA, Certificates, and Chain of Trust" of the series "SSL Complete Guide 2021: HTTP to HTTPS".In this section, we'll create RSA,...
Curated Video
REST API Automation Testing from Scratch - REST Assured Java - Example on Parameterization of API Tests with Multiple Datasets
This video presents an example on parameterization of API tests with multiple datasets.
r/>
This clip is from the chapter "Handling Dynamic JSON Payloads with Parameterization" of the series "REST API Automation Testing from...
r/>
This clip is from the chapter "Handling Dynamic JSON Payloads with Parameterization" of the series "REST API Automation Testing from...
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - Errors and Exceptions
Errors happen. You can NOT avoid them. It's a fact of life, your programs will have errors somewhere. But that doesn't mean your code should crash your program. Learn how to handle errors gracefully.
r/>
This clip is from the...
r/>
This clip is from the...
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - Catching Exceptions
When you get an error, you need to "handle" it so your code doesn't crash.
r/>
This clip is from the chapter "Advanced Python" of the series "Python for Everybody: The Ultimate Python 3 Bootcamp".This section helps understand...
r/>
This clip is from the chapter "Advanced Python" of the series "Python for Everybody: The Ultimate Python 3 Bootcamp".This section helps understand...
Curated Video
Introduction to Variables in Scratch Programming
This video tutorial introduces the concept of variables in programming using Scratch. It explains how variables are like labeled boxes where you can store information, such as names, colors, or numbers. By using variables, you can...
Curated Video
Managing your day with time blocking
Maggie introduces the concept of time blocking and how to implement it into Google Calendar.
Curated Video
Applying the Distributive Property with Diagrams
In this video, students learn about the distributive property and how to apply it using diagrams. The teacher explains the concept of equivalent expressions and demonstrates how to expand and simplify expressions using blocks and visual...
Bill Carmody
Types of Letter Formats: Creating Professional Business Writing
In this video, Bill Carmody discusses the different types of letter formats, including full block style, semi block style, modified block style, and modified semi block style. He emphasizes the importance of using these formats to create...
TLDR News
Why Westminster Blocked Scotland's Trans Bill
The UK government blocked a proposal from Scotland around reforming gender recognition certificates, causing shockwaves across the political spectrum. So what exactly was Scotland proposing? Why did Sunak block the bill? And why was this...
The Wall Street Journal
Brand Safety
As the global pandemic took hold marketers rushed to use keyword blocking, keeping their ads from appearing near "coronavirus" or "Covid-19," crippling publishers. The outcry has forced many brands rethinking their brand safety approaches.
Curated Video
TypeScript for Beginners - If-Else Ladder
This video demonstrates how to use the if-else ladder.
r/>
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...
r/>
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...
Curated Video
The Modern JavaScript Bootcamp (2019) - Handling Application Errors
In this video, you’re going to integrate a try/catch statement into the to-do and note application. This is going to let us respond to errors thrown by JSON.parse when invalid JSON is parsed.
r/>
This clip is from the chapter...
r/>
This clip is from the chapter...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 02 - Introduction to Nested If Else
In this video, we will learn about nested if else.
r/>
This clip is from the chapter "Conditionals" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will explore conditionals with Java - if...
r/>
This clip is from the chapter "Conditionals" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will explore conditionals with Java - if...