Instructional Video5:24
Packt

Examples of Array List

Higher Ed
This video presents examples of Array List. This clip is from the chapter "Core Java Tutorial - Part 3 - Collections Application Programming Interface (API)" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video4:06
Australian Broadcasting Corporation

Losing a Pet

9th - 12th
Mikki vs the World is a creative, funny, and factual series designed to help teens get a grip on what’s happening inside their heads. Sad panda and Mo are deeply mourning the loss of their pet fish. Dr. M asks the panel of teenage...
Instructional Video4:18
Brian McLogan

Graph piecewise functions exponential and cuberoot

12th - Higher Ed
👉 Learn how to graph piecewise functions. A piecewise function is a function which have more than one sub-functions for different sub-intervals(sub-domains) of the function's domain. To graph a piecewise function, we graph the different...
Instructional Video14:44
The Wall Street Journal

Pro-Perspective: Better Hiring And Awareness

Higher Ed
Christine Izuakor, Senior Manager, Global Strategy and Awareness, United Airlines gives a presentation on the challenges facing companies trying to make cybersecurity jobs attractive.
Instructional Video3:12
IDG TECHtalk

Python lists: Slicing, or obtaining portions of lists from lists

Higher Ed
Python's slice syntax lets you take portions of object collections, such as lists. Learn how to use slices efficiently and correctly, and avoid some of the gotchas associated with slicing.
Instructional Video6:50
Curated Video

Tips, Tricks, and Techniques for Node.js Development 4.2: Using Behavior-Driven Development

Higher Ed
In this video, we will learn the difference between test-driven development (TDD) and behavior-driven development (BDD) and how we can use BDD. • Understand TDD versus BDD • Use mocha to test our code • Execute our code written with BDD...
Podcast4:56
KERA

Shoe Memorial Honors Victims of Gun Violence

Pre-K - Higher Ed
A teen theater company has developed a play about gun violence, and they have designed a set that also functions as a public art installation. The room-sized exhibit includes thousands of shoes representing people affected by gun...
Instructional Video6:28
Curated Video

GCSE Secondary Maths Age 13-17 - Shapes & Area: Volume - Problem - Explained

9th - 12th
SchoolOnline's Secondary Maths videos are brilliant, bite-size tutorial videos delivered by examiners. Ideal for ages 13-17, they cover every key topic and sub topic covered in GCSE Maths in clear and easy to follow steps. This video...
Instructional Video4:05
Curated Video

Modify a data structure : Remove Tail

Higher Ed
From the section: Linked Lists. This section introduces Linked Lists and "Node" constructor functions along with Big O Notation and calculating the runtime of a function Linked Lists: Remove Tail
Instructional Video13:38
Curated Video

Create a list : The List Contains Challenge

Higher Ed
From the section: Lists. This section focuses on lists and the various functions of the list. This video presents the List Contains Challenge.
Instructional Video4:08
IDG TECHtalk

The empty interface type | Smart Go

Higher Ed
Go's "empty interface" type allows you to work with variables that could be of any type. Learn how this can be used to construct functions that accept any variable type, and how to use type assertions that the variables in question are...
Instructional Video26:28
Curated Video

Complete Python Scripting for Automation - Find all files in a directory with required extension.py/.sh/.log/.txt etc…

Higher Ed
Loops - for and while loops with break, continue and pass: Find all files in a directory with required extension.py/.sh/.log/.txt etc… This clip is from the chapter "Loops - for and while loops with break, continue and pass" of the...
Instructional Video9:11
Curated Video

The Modern JavaScript Bootcamp (2019) - Hangman Challenge: Part I

Higher Ed
In this video, you’re going to build out part of the hangman game. This clip is from the chapter "Advanced Objects and Functions" of the series "The Modern JavaScript Bootcamp (2019)".This section will help you understand the advanced...
Instructional Video5:22
Curated Video

Modify a data structure : Remove Head

Higher Ed
From the section: Linked Lists. This section introduces Linked Lists and "Node" constructor functions along with Big O Notation and calculating the runtime of a function Linked Lists: Remove Head
Instructional Video4:01
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Overview of the .git Folder

Higher Ed
This video provides an overview of the .git folder. This clip is from the chapter "How Git Works Under the Hood" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains how to initialize a new Git...
Instructional Video6:36
Curated Video

Tips, Tricks, and Techniques for Node.js Development 5.1: Process Environment Variables

Higher Ed
In this video, we will learn why and how we can use environment variables, as well as how to manage these variables. • Show how environment variables work • Load variables from .env files • Show node-env-run
Instructional Video30:51
Curated Video

C++ Developer - Project - Tic-Tac-Toe (Advanced)

Higher Ed
This video presents an advanced project called "Tic-Tac-Toe". This clip is from the chapter "Functions" of the series "The Complete C++ Developer Course".This section discusses the various functions in C++.
Instructional Video3:50
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Overview of Current File Distribution

Higher Ed
This video provides an overview of the current file distribution. This clip is from the chapter "How Git Works Under the Hood" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains how to...
Instructional Video8:51
Curated Video

Bash Shell Scripting- Input with the command line arguments

Higher Ed
This video shows how to input data with command line arguments. This clip is from the chapter "Input and output commands for bash shell scripting" of the series "Complete Bash Shell Scripting".This section covers the different input and...
Instructional Video6:13
Curated Video

Comprehensive Android Developer Bootcamp - String is an Object, After all!

Higher Ed
Java Inheritance:String is an Object, After all! This clip is from the chapter "Java Inheritance" of the series "The Comprehensive Android Developer Bootcamp".This section introduces Java Inheritance and how to create its structure. You...
Instructional Video6:10
Espresso Media

Ariane 5: Complex Operations and Precision Control

9th - 12th
Ariane 5 part 6/8: This video provides a behind-the-scenes look at the complex process of building and launching an Ariane 5 rocket. From the assembly of various parts across different countries to the final rocket assembly in French...
Instructional Video10:21
Curated Video

Core Java Programming Course- Linked List

Higher Ed
This video explains what is a linked list. This clip is from the chapter "Lists" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains the various lists in Java.
Instructional Video3:17
Curated Video

Creational Design Patterns in Modern C++ - Basic Example demonstrates a simple implementation of the singleton pattern

Higher Ed
This video demonstrates a simple implementation of the singleton pattern. • Implementation overview of match • Build an overload set • C++17 deduction guide This clip is from the chapter "Singleton" of the series "Creational Design...
Instructional Video6:56
Curated Video

Modify a data structure : Add To Head - part 2

Higher Ed
From the section: Linked Lists. This section introduces Linked Lists and "Node" constructor functions along with Big O Notation and calculating the runtime of a function Linked Lists: Add To Head - part 2