Hi, what do you want to do?
Curated Video
The Complete Practical Docker Guide - Piping
This video explains piping in detail.<br/<br/>>
This clip is from the chapter "Data Streams and Piping in Linux" of the series "The Complete Practical Docker Guide".This section focuses on data streams and piping in Linux.
This clip is from the chapter "Data Streams and Piping in Linux" of the series "The Complete Practical Docker Guide".This section focuses on data streams and piping in Linux.
Curated Video
The Modern JavaScript Bootcamp (2019) - Truthy and Falsy Values
In this video, you’re going to learn about truthy and false values in JavaScript. This allows us to reduce the complexity of our conditionals.
r/>
This clip is from the chapter "Expanding Our JavaScript Knowledge" of the series...
r/>
This clip is from the chapter "Expanding Our JavaScript Knowledge" of the series...
Curated Video
The Modern JavaScript Bootcamp (2019) - Strings and Variables
In this lecture, you’re going to start learning JavaScript! We’ll kick things off by talking about two important things, variables, and strings.
r/>
This clip is from the chapter "JavaScript Basics: Variables and Flow Control"...
r/>
This clip is from the chapter "JavaScript Basics: Variables and Flow Control"...
Curated Video
REST APIs with Flask and Python - First-Class Functions
This video focuses on first-class functions.
r/>
This clip is from the chapter "A Full Python Refresher" of the series "REST APIs with Flask and Python".This section covers the various concepts that will help refresh your...
r/>
This clip is from the chapter "A Full Python Refresher" of the series "REST APIs with Flask and Python".This section covers the various concepts that will help refresh your...
Curated Video
Java Interview Guide : 200+ Interview Questions and Answers - Polymorphism and instanceof
Polymorphism and instanceof:
r/>
This clip is from the chapter "More Object Oriented Programming Concepts" of the series "Java Interview Guide : 200+ Interview Questions and Answers".In this section, you will learn about JUnit...
r/>
This clip is from the chapter "More Object Oriented Programming Concepts" of the series "Java Interview Guide : 200+ Interview Questions and Answers".In this section, you will learn about JUnit...
Curated Video
Programming with Scratch: Using Relational Operators and Selection Statements
In this video lesson, students learn about using selection statements and relational operators in Scratch programming to create a program that determines whether a user is old, young, or at the perfect age of 25 based on their input...
Curated Video
Programming with Scratch: Working with Numbers
In this tutorial, students learn how to work with numbers in programming using Scratch. They are guided through creating a program that asks for two numbers, adds or multiplies them, and displays the result. The tutorial also...
Curated Video
Programming with Scratch: Understanding Strings and Data Types
In this lesson, students learn about strings as a fundamental data type in programming using Scratch. The video explains how strings represent text or writing in computer programs, demonstrating how the computer treats string data...
Curated Video
Programming Basics: Understanding Concatenation in Scratch
In this video lesson, students are introduced to the concept of concatenation in programming using Scratch. The teacher creatively uses a mnemonic involving criminal kittens to help students remember the term. Through a step-by-step...
Curated Video
Arduino for Beginners - 2022 Complete Course - Conditions
This video explains conditions.<br<br/>/>
This clip is from the chapter "Programming Basics for Arduino" of the series "Arduino for Beginners - 2022 Complete Course".This section explains Programming Basics for Arduino.
This clip is from the chapter "Programming Basics for Arduino" of the series "Arduino for Beginners - 2022 Complete Course".This section explains Programming Basics for Arduino.
Curated Video
Rust Programming Master Class from Beginner to Expert - String Concatenation and Ownership
In this video, you will learn how to perform string concatenation and ownership.
<
br/>
This clip is from the chapter "Ownership: The Heart of Rust Programming" of the series "Rust Programming Master Class from Beginner to...
<
br/>
This clip is from the chapter "Ownership: The Heart of Rust Programming" of the series "Rust Programming Master Class from Beginner to...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Pipe | Operator
You will learn to use the pipe operator to join dictionaries of different variables or elements.
<
br/>
This clip is from the chapter "High-Level Ops" of the series "The Ultimate Guide to Python Programming with Python 3.10".This...
<
br/>
This clip is from the chapter "High-Level Ops" of the series "The Ultimate Guide to Python Programming with Python 3.10".This...
Curated Video
The Complete Python Course - Join Lists
This video demonstrates how to join two lists using the + operator.
<
br/>
This clip is from the chapter "Python – Lists" of the series "The Complete Python Course (2022)".This section focuses on the lists used in Python, how to...
<
br/>
This clip is from the chapter "Python – Lists" of the series "The Complete Python Course (2022)".This section focuses on the lists used in Python, how to...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Variable and Operator: Bool Data Type in Python
In this video, we will cover Bool data type in Python.
<
br/>
This clip is from the chapter "Basics for Data Science: Python for Data Science and Data Analysis" of the series "Data Science and Machine Learning (Theory and Projects)...
<
br/>
This clip is from the chapter "Basics for Data Science: Python for Data Science and Data Analysis" of the series "Data Science and Machine Learning (Theory and Projects)...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Data Structure (List, Tuple, Set, Dictionary): Insertion and Deletion
In this video, we will cover insertion and deletion.
<
br/>
This clip is from the chapter "Basics for Data Science: Python for Data Science and Data Analysis" of the series "Data Science and Machine Learning (Theory and Projects) A...
<
br/>
This clip is from the chapter "Basics for Data Science: Python for Data Science and Data Analysis" of the series "Data Science and Machine Learning (Theory and Projects) A...
The Noted Anatomist
Medial compartment thigh muscles
This tutorial focuses on muscles that comprise the medial compartment of the thigh.
Curated Video
Complete Modern C++ - Variadic Templates - Part II (C++11)
In this video, we will take a deep dive into the internals of how variadic templates work.
r/>
This clip is from the chapter "Templates" of the series "Complete Modern C++".In this section, we will see non-type template...
r/>
This clip is from the chapter "Templates" of the series "Complete Modern C++".In this section, we will see non-type template...
Curated Video
C++ 20 (2a) New Features - constexpr Extensions
Consider problem of defining a function that can only be executed at compile time and defining a variable that can only be initialized at compile time.
• Define a static variable using constinit spec
ifier
• Define a...
• Define a static variable using constinit spec
ifier
• Define a...
Curated Video
TypeScript for Beginners - Implementing an Interface
This video demonstrates how to implement an interface.<br/<br/>>
This clip is from the chapter "Classes" of the series "TypeScript for Beginners".This section introduces you to classes and explains how to use them.
This clip is from the chapter "Classes" of the series "TypeScript for Beginners".This section introduces you to classes and explains how to use them.
Curated Video
C++ 20 (2a) New Features - The Rationale Behind Coroutines
Why are coroutines needed at all? What are coroutines?
• Prepare a synchronous piece of
code
• Rewrite the code to be asynchronous, using
threading
• Rewrite the code again u
si
ng coroutines
This clip is...
• Prepare a synchronous piece of
code
• Rewrite the code to be asynchronous, using
threading
• Rewrite the code again u
si
ng coroutines
This clip is...
Curated Video
REST APIs with Flask and Python - Relative Imports in Python
This video explains relative imports in Python.
r/>
This clip is from the chapter "A Full Python Refresher" of the series "REST APIs with Flask and Python".This section covers the various concepts that will help refresh your...
r/>
This clip is from the chapter "A Full Python Refresher" of the series "REST APIs with Flask and Python".This section covers the various concepts that will help refresh your...
Curated Video
Node.js API Masterclass with Express and MongoDB - Prevent NoSQL Injection & Sanitize Data
API Security: Prevent NoSQL Injection & Sanitize Data<br/<br/>>
This clip is from the chapter "API Security" of the series "Node.js API Masterclass with Express and MongoDB".This section is about API Security
This clip is from the chapter "API Security" of the series "Node.js API Masterclass with Express and MongoDB".This section is about API Security
Curated Video
Programming Basics: Definite and Indefinite Iteration in Scratch
This tutorial video explores the concepts of definite and indefinite iteration in programming using Scratch. The instructor demonstrates how to create a password protection system and a game where a pterodactyl chases the mouse....
Curated Video
Enhancing a Guessing Game in Scratch
This tutorial series teaches basic programming concepts using Scratch through building a guessing game. In Lesson 10, students learn to enhance the game by allowing users to choose the difficulty level and tracking the number of...