Packt
Examples of Array List
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...
Australian Broadcasting Corporation
Losing a Pet
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...
Brian McLogan
Graph piecewise functions exponential and cuberoot
👉 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...
The Wall Street Journal
Pro-Perspective: Better Hiring And Awareness
Christine Izuakor, Senior Manager, Global Strategy and Awareness, United Airlines gives a presentation on the challenges facing companies trying to make cybersecurity jobs attractive.
IDG TECHtalk
Python lists: Slicing, or obtaining portions of lists from lists
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.
Curated Video
Tips, Tricks, and Techniques for Node.js Development 4.2: Using Behavior-Driven Development
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...
KERA
Shoe Memorial Honors Victims of Gun Violence
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...
Curated Video
GCSE Secondary Maths Age 13-17 - Shapes & Area: Volume - Problem - Explained
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...
Curated Video
Modify a data structure : Remove Tail
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
Curated Video
Create a list : The List Contains Challenge
From the section: Lists. This section focuses on lists and the various functions of the list. This video presents the List Contains Challenge.
IDG TECHtalk
The empty interface type | Smart Go
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...
Curated Video
Complete Python Scripting for Automation - Find all files in a directory with required extension.py/.sh/.log/.txt etc…
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...
Curated Video
The Modern JavaScript Bootcamp (2019) - Hangman Challenge: Part I
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...
Curated Video
Modify a data structure : Remove Head
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
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Overview of the .git Folder
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...
Curated Video
Tips, Tricks, and Techniques for Node.js Development 5.1: Process Environment Variables
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
Curated Video
C++ Developer - Project - Tic-Tac-Toe (Advanced)
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++.
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Overview of Current File Distribution
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...
Curated Video
Bash Shell Scripting- Input with the command line arguments
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...
Curated Video
Comprehensive Android Developer Bootcamp - String is an Object, After all!
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...
Espresso Media
Ariane 5: Complex Operations and Precision Control
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...
Curated Video
Core Java Programming Course- Linked List
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.
Curated Video
Creational Design Patterns in Modern C++ - Basic Example demonstrates a simple implementation of the singleton pattern
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...
Curated Video
Modify a data structure : Add To Head - part 2
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