Hi, what do you want to do?
Packt
Creating Multiple Tests with Centralized Data
This video explains how to create multiple tests with centralized data.
<
br/>
This clip is from the chapter "Framework Building from Scratch - Real Time Project" of the series "Selenium WebDriver with Java - Basics to Advanced and...
<
br/>
This clip is from the chapter "Framework Building from Scratch - Real Time Project" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Packt
Trie - II
This is the second part of the two-part video that explains how to implement a trie.
<
br/>
This clip is from the chapter "Data Structures – Tries" of the series "Data Structures and Algorithms: The Complete Masterclass".This...
<
br/>
This clip is from the chapter "Data Structures – Tries" of the series "Data Structures and Algorithms: The Complete Masterclass".This...
Packt
Designing a Linked List – Part 2
This is the second part of the four-part video that dives deep into the default settings to design a linked list.
<
br/>
This clip is from the chapter "Question 4: Design of a Linked List" of the series "Data Structures and...
<
br/>
This clip is from the chapter "Question 4: Design of a Linked List" of the series "Data Structures and...
Packt
Depth-first Search Complexity
This video explains depth-first search complexity.
<
br/>
This clip is from the chapter "Algorithm: Tree Traversals" of the series "Data Structures and Algorithms: The Complete Masterclass".This section explains the concept of tree...
<
br/>
This clip is from the chapter "Algorithm: Tree Traversals" of the series "Data Structures and Algorithms: The Complete Masterclass".This section explains the concept of tree...
Packt
Bonus - Add Local Storage
OOP Book List Project: Bonus - Add Local Storage
<
br/>
This clip is from the chapter "OOP Book List Project" of the series "Modern JavaScript from the Beginning".In this section, you will learn how to build the book list UI, add...
<
br/>
This clip is from the chapter "OOP Book List Project" of the series "Modern JavaScript from the Beginning".In this section, you will learn how to build the book list UI, add...
Curated Video
The Elements: Uses and Importance in Everyday Life
Let's take a look back at the elements sodium, oxygen, argon, arsenic, and zinc.
Curated Video
Complete Java SE 8 Developer Bootcamp - Multi- Dimensional Arrays
A multi-dimensional array holds one or more arrays.
r/>
This clip is from the chapter "Arrays" of the series "Complete Java SE 8 Developer Bootcamp".In this section, author details benefits of using various types of arrays to...
r/>
This clip is from the chapter "Arrays" of the series "Complete Java SE 8 Developer Bootcamp".In this section, author details benefits of using various types of arrays to...
Curated Video
Multi-Paradigm Programming with Modern C++ - Parallel STL
C++17 has introduced parallel STL. Many of the existing algorithms can now be executed in parallel. Parallelism can be enabled by specifying execution policies. In this video we will learn how existing algorithms can be parallelized...
Curated Video
Multi-Paradigm Programming with Modern C++ - In Search of a Perfect Container
STL provides many containers, many of them similar. When to use std::vector, and when std::list? This video provides some answers.
• Contiguous storage: array and v
ector
• Details of std::vector, and why prefer vectors...
• Contiguous storage: array and v
ector
• Details of std::vector, and why prefer vectors...
Curated Video
Complete Modern C++ - Changes
In this video, learn about those changes.
r/>
This clip is from the chapter "C++17 Core Language Features" of the series "Complete Modern C++".This section explains core features of C++17 such as changes, attributes, variables,...
r/>
This clip is from the chapter "C++17 Core Language Features" of the series "Complete Modern C++".This section explains core features of C++17 such as changes, attributes, variables,...
Curated Video
Frontend Web Development Bootcamp - Build a Twitter Clone - Create Structure of Post Modal
Project - Build a Twitter Clone (Post Modal Box): Create Structure of Post Modal
r/>
This clip is from the chapter "Project - Build a Twitter Clone (Post Modal Box)" of the series "Frontend Web Development Bootcamp: Build a...
r/>
This clip is from the chapter "Project - Build a Twitter Clone (Post Modal Box)" of the series "Frontend Web Development Bootcamp: Build a...
Professor Dave Explains
Nomenclature of Oxyacids
We gotta know how to name all the molecules, and oxyacids are a type of molecule, so let's learn how to name them!
Curated Video
Mastering CSS3 Selectors (Video 2)
If HTML is the skeleton of a web page, CSS is its flesh. To create amazing websites, web developers need to master CSS Selectors, which are the most critical things in the modern Web and form the backbone of CSS designs....
Curated Video
Learning CSS (Video 11)
As a modern day web designer, it is very critical for you to prepare for the CSS3 world we live in. A major challenge that designers face in their day-to-day life is making their designs stand out from the rest and ensuring they...
Curated Video
Mastering Tableau 2018.1, Second Edition 6.2: Working with Sets
In this video, we’ll work with sets. • The difference between groups and sets • Understand different types of sets • Implement different types of sets
Packt
Automating Pagination Scenarios to Search Data Using the Do While Loop
This video explains how to automate pagination scenarios to search data using the Do While loop.
<
br/>
This clip is from the chapter "Selenium Java Streams - Automate Sort, Pagination, and Filtering the Web Tales" of the series...
<
br/>
This clip is from the chapter "Selenium Java Streams - Automate Sort, Pagination, and Filtering the Web Tales" of the series...
Packt
Implementing a Min Stack
This video demonstrates how to implement a min stack.
<
br/>
This clip is from the chapter "Question 2: Min Stack" of the series "Data Structures and Algorithms: The Complete Masterclass".This section explains the concept of a min...
<
br/>
This clip is from the chapter "Question 2: Min Stack" of the series "Data Structures and Algorithms: The Complete Masterclass".This section explains the concept of a min...
NASA
Discovering the Sun's Mysteriously Hot Atmosphere
Something mysterious is going on at the Sun. In defiance of all logic, its atmosphere gets much, much hotter the farther it stretches from the Sun’s blazing surface.
Temperatures in the corona — the...
Temperatures in the corona — the...
Curated Video
Complete Modern C++ - std::vector
In this video, understand how to use a vector as a dynamic array.<br/<br/>>
This clip is from the chapter "Standard Template Library" of the series "Complete Modern C++".This section is the description of the standard template library.
This clip is from the chapter "Standard Template Library" of the series "Complete Modern C++".This section is the description of the standard template library.
Curated Video
C++ Standard Template Library in Practice - Section 5 Review
Review the entire section until now
• Review the topics co
vered
• Talk about lesso
ns learned
• Introduce the next topic tha
t
we will cover
This clip is from the chapter "Algorithms - Part Two" of the...
• Review the topics co
vered
• Talk about lesso
ns learned
• Introduce the next topic tha
t
we will cover
This clip is from the chapter "Algorithms - Part Two" of the...
Curated Video
C++ Standard Template Library in Practice - Fill and Generate
The listener is new to algorithms and does not know about the fill and generate algorithms.
• Introduce the listener to the std::fill and std::generate algo
rithm
• Show how it works and explain the different versions...
• Introduce the listener to the std::fill and std::generate algo
rithm
• Show how it works and explain the different versions...
Curated Video
C++ Standard Template Library in Practice - Introduction to Algorithms
In this video, we shall cover the role of algorithms, also describing some of their limitations.
• The user is unfamiliar with algorithms and they need to get up to speed with
this
• Show them the different types of...
• The user is unfamiliar with algorithms and they need to get up to speed with
this
• Show them the different types of...
Curated Video
Frontend Web Development Bootcamp - Build a Twitter Clone - Styling of Navigation "Project - Build a Twitter Clone (Login Page)"
Project - Build a Twitter Clone (Login Page): Styling of Navigation
r/>
This clip is from the chapter "Project - Build a Twitter Clone (Login Page)" of the series "Frontend Web Development Bootcamp: Build a Twitter Clone".This...
r/>
This clip is from the chapter "Project - Build a Twitter Clone (Login Page)" of the series "Frontend Web Development Bootcamp: Build a Twitter Clone".This...
Curated Video
Frontend Web Development Bootcamp - Build a Twitter Clone - HTML5 Semantic Elements
HTML Crash Course: HTML5 Semantic Elements
r/>
This clip is from the chapter "HTML Crash Course" of the series "Frontend Web Development Bootcamp: Build a Twitter Clone".This section explains about HTML, Headings, Paragraphs,...
r/>
This clip is from the chapter "HTML Crash Course" of the series "Frontend Web Development Bootcamp: Build a Twitter Clone".This section explains about HTML, Headings, Paragraphs,...