Curated Video
C++ Standard Template Library in Practice - Maps and Multimaps - Overview
The user is unfamiliar with the maps and multimaps containers, wishes to know more about them, and when to use them. • Begin by introducing the user to the map, discussing how it works • Show what it is used for, and how it differs from...
Curated Video
Learning Dart (Video 27)
Dart is a new open source programming language for the web. Developed by Google, Dart is gaining popularity and has a steadily growing community. It is a single language for both client and server that can be used to build large-scale...
Curated Video
Learning CSS (Video 7)
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
Learning Lodash 4.0 (Video 15)
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...
Packt
Filter the Web Table using Selenium JavaStreams
This video explains how to filter the web table using Selenium JavaStreams. This clip is from the chapter "Selenium Java Streams - Automate Sort, Pagination, and Filtering the Web Tales" of the series "Selenium WebDriver with Java -...
Curated Video
The Full Stack Web Development - Getting Started With CSS
Styling with CSS3: Getting Started With CSS This clip is from the chapter "Styling with CSS3" of the series "The Full Stack Web Development".We move on to CSS3 and talk about positioning, gradients, transitions, pseudo classes. We will...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Project phase 2: Get input from user for size and range
Complete visualization of the insertion sort algorithm and assignment handoff for implementation This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series "Python 3: Project-based Python,...
Curated Video
Master Java Web Services and REST API with Spring Boot- Step 14 - Quick introduction to different parts of a WSDL
SOAP Web Services with Spring and Spring Boot: Step 14 - Quick introduction to different parts of a WSDL This clip is from the chapter "SOAP Web Services with Spring and Spring Boot" of the series "Master Java Web Services and REST API...
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.
Brian McLogan
Learning how to divide the square root of two expressions
👉 Learn how to find the square root of rational expressions. To find the square root of a rational expression, we first express the rational expression as the square root of the numerator divided by the square root of the denominator....
Curated Video
Frontend Web Development Bootcamp - Build a Twitter Clone - Naming Grid Items - Part 1
CSS Grid: Naming Grid Items - Part 1 This clip is from the chapter "CSS Grid" of the series "Frontend Web Development Bootcamp: Build a Twitter Clone".Learn about CSS Grid here.
Curated Video
Frontend Web Development Bootcamp - Build a Twitter Clone - Select and manipulate the elements - Part 1
DOM Crash Course: Select and manipulate the elements - Part 1 This clip is from the chapter "DOM Crash Course" of the series "Frontend Web Development Bootcamp: Build a Twitter Clone".This section is about DOM, DOM styles and classes,...
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...
The Business Professor
Process for Filing for Patent Protection
Process for Filing for Patent Protection
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...
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...
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...
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
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.