Curated Video
100 First Words for Little Geeks
"Great Scott! 100 First Words for Little Geeks is the perfect book for aspiring little geeks. Forget starting with words like apple or dog. Why not start with words like hoverboard, android, ocarina, or hard drive? From sci-fi to...
Curated Video
Learning PHP 7 (Video 8)
PHP is back and is faster and more lightweight than ever. The world of web technology is seamlessly evolving, and PHP 7's simplicity and prowess addresses the requirements of current and future web and mobile application development....
Curated Video
Learning Lodash 4.0 (Video 7)
Lodash was built to simplify JavaScript application development. It contains hundreds of methods built for the purpose of providing developers with a fast, reliable, cross-browser toolkit to write applications. With Lodash, you can...
The Business Professor
Process for Filing for Patent Protection
Process for Filing for Patent Protection
Curated Video
Funciones Esenciales de los Animales
Este programa de video de accion en vivo es acerca de la palabra funciones esenciales de los animales. El programa esta disenado para reforzar y apoyar la comprension y retencion de la palabra funciones esenciales de los animales, por...
Curated Video
Descomponedor
Este programa de video de accion en vivo es acerca de la palabra descomponedor. El programa esta disenado para reforzar y apoyar la comprension y retencion de la palabra descomponedor, por parte del estudiante, a traves del uso de...
Curated Video
Core Java Programming Course- Iterating over Sets
This video explains how to iterate over sets. This clip is from the chapter "Sets and Maps" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains the various sets and maps available in Java.
Packt
How to Handle Frames?
This video demonstrates how to handle frames. This clip is from the chapter "Techniques to Automate Ajax Calls, Child Windows, and iFrames" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section...
Packt
Creating Multiple Tests with Centralized Data
This video explains how to create multiple tests with centralized data. 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. This clip is from the chapter "Data Structures – Tries" of the series "Data Structures and Algorithms: The Complete Masterclass".This section introduces...
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. This clip is from the chapter "Question 4: Design of a Linked List" of the series "Data Structures and Algorithms: The...
Packt
Depth-first Search Complexity
This video explains depth-first search complexity. 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 traversals.
Packt
Bonus - Add Local Storage
OOP Book List Project: Bonus - Add Local Storage 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 book to list,...
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. 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 store information.
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 with...
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 vector • Details of std::vector, and why prefer vectors over lists •...
Curated Video
Complete Modern C++ - Changes
In this video, learn about those changes. 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, namespaces,...
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 This clip is from the chapter "Project - Build a Twitter Clone (Post Modal Box)" of the series "Frontend Web Development Bootcamp: Build a Twitter...
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. Third-party...
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 work on...
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. This clip is from the chapter "Selenium Java Streams - Automate Sort, Pagination, and Filtering the Web Tales" of the series "Selenium...