Instructional Video12:59
Curated Video

The Modern JavaScript Bootcamp (2019) - Template Strings

Higher Ed
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...
Instructional Video2:24
Curated Video

World of Computer Networking Your CCNA start - Same Network or Different

Higher Ed
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...
Instructional Video12:10
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - Sending Parameters to Payload Through Test

Higher Ed
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 -...
Instructional Video13:56
Curated Video

Python for Data Analysis: Step-By-Step with Projects - Lists, Tuples, Sets, Dictionaries, Booleans

Higher Ed
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...
Instructional Video14:58
Curated Video

Introduction to Programming with Scratch: Building Your First Program

Pre-K - Higher Ed
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...
Instructional Video17:06
Curated Video

Programming Tutorial: Creating a Palindrome Checker in Scratch

Pre-K - Higher Ed
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...
Instructional Video10:46
Curated Video

Programming with Scratch: Exploring String Length and Loops

Pre-K - Higher Ed
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...
Instructional Video17:39
Curated Video

Programming with Scratch: Exploring Loops and Times Tables

Pre-K - Higher Ed
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...
Instructional Video7:05
Curated Video

Data Science and Machine Learning with R - Logical Operators

Higher Ed
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.
Instructional Video1:54
NASA

NASA | RROxiTT: Another Step Toward Servicing Satellites in Space

3rd - 11th
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...
Instructional Video8:25
Curated Video

Complete Modern C++ - Pointers

Higher Ed
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...
Instructional Video8:20
Curated Video

Complete Modern C++ - Exception Handling - Part VI - (noexcept Keyword in C++11)

Higher Ed
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.
Instructional Video2:03
Curated Video

C++ 20 (2a) New Features - Rationale Behind Concepts

Higher Ed
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...
Instructional Video22:35
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Conditional Rendering in JSX

Higher Ed
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...
Instructional Video4:52
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 01 - Introduction to If Else Statement

Higher Ed
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 -...
Instructional Video12:37
Curated Video

Node.js API Masterclass with Express and MongoDB - Advanced Filtering

Higher Ed
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...
Instructional Video13:28
Curated Video

Introduction to Variables in Scratch Programming

Pre-K - Higher Ed
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...
Instructional Video10:29
Curated Video

Introduction to Selection and If Statements in Scratch Programming

Pre-K - Higher Ed
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...
Instructional Video4:04
Curated Video

Intro To Python Programming - Ternary Operator

Pre-K - Higher Ed
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.
Instructional Video2:41
Curated Video

MongoDB Tutorial for Beginners (2022) - Text Search on a Collection in MongoDB

Higher Ed
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...
Instructional Video4:33
Curated Video

Multi-Paradigm Programming with Modern C++ - Returning Values

Higher Ed
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...
Instructional Video5:43
Curated Video

Complete Modern C++ - std::set and std::multiset

Higher Ed
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...
Instructional Video5:21
Curated Video

C++ Standard Template Library in Practice - Overloading Stream Operators

Higher Ed
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...
Instructional Video1:43
Curated Video

C++ 20 (2a) New Features - Efficient Atomic Waiting

Higher Ed
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
...