Hi, what do you want to do?
Curated Video
The Modern JavaScript Bootcamp (2019) - Template Strings
In this lesson, we’ll cover the template string syntax. This will allow you to create a string using other strings, numbers, and Booleans.
r/>
This clip is from the chapter "JavaScript Functions" of the series "The Modern...
r/>
This clip is from the chapter "JavaScript Functions" of the series "The Modern...
Curated Video
World of Computer Networking Your CCNA start - Same Network or Different
This video explains when to use the same network and when to use a different network.
r/>
This clip is from the chapter "Networks Masks and Subnetting" of the series "World of Computer Networking: Your CCNA start".This section...
r/>
This clip is from the chapter "Networks Masks and Subnetting" of the series "World of Computer Networking: Your CCNA start".This section...
Curated Video
REST API Automation Testing from Scratch - REST Assured Java - Sending Parameters to Payload Through Test
This video explains how testing enables you to send parameters to the payload.
r/>
This clip is from the chapter "Handling Dynamic JSON Payloads with Parameterization" of the series "REST API Automation Testing from Scratch -...
r/>
This clip is from the chapter "Handling Dynamic JSON Payloads with Parameterization" of the series "REST API Automation Testing from Scratch -...
Curated Video
Python for Data Analysis: Step-By-Step with Projects - Lists, Tuples, Sets, Dictionaries, Booleans
This video introduces you to Python data structures such as lists, tuples, sets, dictionaries, Booleans.
r/>
This clip is from the chapter "Python Crash Course" of the series "Python for Data Analysis: Step-By-Step with...
r/>
This clip is from the chapter "Python Crash Course" of the series "Python for Data Analysis: Step-By-Step with...
Curated Video
Introduction to Programming with Scratch: Building Your First Program
In this tutorial series, Justin Arnold guides beginners through learning to program using Scratch, a user-friendly tool for creating computer programs. Viewers are introduced to the basics of coding step by step, from creating an...
Curated Video
Programming Tutorial: Creating a Palindrome Checker in Scratch
In this tutorial video, the instructor demonstrates how to create a palindrome checker using Scratch programming. By combining skills in strings, loops, and conditional statements, viewers learn how to reverse a word or number input by...
Curated Video
Programming with Scratch: Exploring String Length and Loops
In this lesson, students learn how to combine string manipulation and loops in Scratch programming. They explore determining the length of a user-inputted string and using a loop to spell out the characters of the string one by one. By...
Curated Video
Programming with Scratch: Exploring Loops and Times Tables
This video tutorial introduces the concept of loops in programming using Scratch. It demonstrates how to use a definite loop to repeat code a set number of times, specifically creating a program for a dinosaur to recite a chosen times...
Curated Video
Data Science and Machine Learning with R - Logical Operators
This video explains logical operators,<br/<br/>>
This clip is from the chapter "Intermediate R" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This section explains intermediate R.
This clip is from the chapter "Intermediate R" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This section explains intermediate R.
NASA
NASA | RROxiTT: Another Step Toward Servicing Satellites in Space
NASA's Goddard Space Flight Center in Maryland and Kennedy Space Center in Florida are joining teams and efforts to test new robotic refueling technologies that could help satellites live longer in space. During the test, a robotic...
Curated Video
Complete Modern C++ - Pointers
This video introduces pointers, syntax, and their usage.
r/>
This clip is from the chapter "Basic Language Facilities" of the series "Complete Modern C++".In this section, we will see basic functions, pointers, references, and...
r/>
This clip is from the chapter "Basic Language Facilities" of the series "Complete Modern C++".In this section, we will see basic functions, pointers, references, and...
Curated Video
Complete Modern C++ - Exception Handling - Part VI - (noexcept Keyword in C++11)
This video introduces the noexcept keyword.<br/<br/>>
This clip is from the chapter "Exception Handling" of the series "Complete Modern C++".This section is about exception handling.
This clip is from the chapter "Exception Handling" of the series "Complete Modern C++".This section is about exception handling.
Curated Video
C++ 20 (2a) New Features - Rationale Behind Concepts
Call sort algorithm on std::list container and analyze error output produced by the compiler.
• Consider length of error o
utput
• Consider caus
e of error
• Concepts a
re
the solution
This clip is from...
• Consider length of error o
utput
• Consider caus
e of error
• Concepts a
re
the solution
This clip is from...
Curated Video
The Complete React Developer Course (with Hooks and Redux) - Conditional Rendering in JSX
In this video you'll learn how to conditionally render content in JSX. This will allow you to hide and show content based on the application state.
r/>
This clip is from the chapter "Hello React" of the series "The Complete...
r/>
This clip is from the chapter "Hello React" of the series "The Complete...
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
Node.js API Masterclass with Express and MongoDB - Advanced Filtering
Mongoose Advanced Querying & Relationships: Advanced Filtering
r/>
This clip is from the chapter "Mongoose Advanced Querying & Relationships" of the series "Node.js API Masterclass with Express and MongoDB".This section is...
r/>
This clip is from the chapter "Mongoose Advanced Querying & Relationships" of the series "Node.js API Masterclass with Express and MongoDB".This section is...
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
Introduction to Selection and If Statements in Scratch Programming
In this tutorial, students learn about the concept of selection in programming using Scratch. They explore the 'if' statement to make the computer decide between two actions based on given conditions, such as determining if a person is...
Curated Video
Intro To Python Programming - Ternary Operator
The ternary operator is an abbreviated way of expressing a conditional-- Using it makes you look like a sophisitcated Python programmer. You'll learn the ternary operator in this segment.
Curated Video
MongoDB Tutorial for Beginners (2022) - Text Search on a Collection in MongoDB
Learn how to perform text search with $text in MongoDB.
<
br/>
This clip is from the chapter "Text Search in MongoDB" of the series "MongoDB Tutorial for Beginners (2022)".This section explores how to perform searches, especially...
<
br/>
This clip is from the chapter "Text Search in MongoDB" of the series "MongoDB Tutorial for Beginners (2022)".This section explores how to perform searches, especially...
Curated Video
Multi-Paradigm Programming with Modern C++ - Returning Values
Our coroutines are now able to suspend and then to resume on executor threads. They cannot return values yet though. A coroutine returns the value using co_return operator, which forwards the value to promise_type::return_value. The...
Curated Video
Complete Modern C++ - std::set and std::multiset
In this video, learn about their features and understand how to use them.
r/>
This clip is from the chapter "Standard Template Library" of the series "Complete Modern C++".This section is the description of the standard...
r/>
This clip is from the chapter "Standard Template Library" of the series "Complete Modern C++".This section is the description of the standard...
Curated Video
C++ Standard Template Library in Practice - Overloading Stream Operators
In this video, you will learn about Overloading Stream Operators.
• Introduce the concept of Stream Oper
ators
• Present an example program that uses thes
e
concepts
This clip is from the chapter "I/O in C++" of...
• Introduce the concept of Stream Oper
ators
• Present an example program that uses thes
e
concepts
This clip is from the chapter "I/O in C++" of...
Curated Video
C++ 20 (2a) New Features - Efficient Atomic Waiting
Analyze an example with wait method called on atomic variable.
• Examine documentation for the wait m
ethod
• Modify value an atomi
c variable
• Use notify_all to wake up all threads waiting o
n
this variable
...
• Examine documentation for the wait m
ethod
• Modify value an atomi
c variable
• Use notify_all to wake up all threads waiting o
n
this variable
...