Instructional Video7:50
Curated Video

The Full Stack Web Development - Getting Started With CSS

Higher Ed
Styling with CSS3: Getting Started With CSS
r/>
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...
Instructional Video5:23
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Project phase 2: Get input from user for size and range

Higher Ed
Complete visualization of the insertion sort algorithm and assignment handoff for implementation
r/>
This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series "Python 3:...
Instructional Video5:58
Curated Video

Master Java Web Services and REST API with Spring Boot- Step 14 - Quick introduction to different parts of a WSDL

Higher Ed
SOAP Web Services with Spring and Spring Boot: Step 14 - Quick introduction to different parts of a WSDL
r/>
This clip is from the chapter "SOAP Web Services with Spring and Spring Boot" of the series "Master Java Web Services...
Instructional Video10:21
Curated Video

Core Java Programming Course- Linked List

Higher Ed
This video explains what is a linked list.<br/<br/>>

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 Video4:42
Brian McLogan

Learning how to divide the square root of two expressions

12th - Higher Ed
👉 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....
Instructional Video9:31
Curated Video

Frontend Web Development Bootcamp - Build a Twitter Clone - Naming Grid Items - Part 1

Higher Ed
CSS Grid: Naming Grid Items - Part 1<br/<br/>>

This clip is from the chapter "CSS Grid" of the series "Frontend Web Development Bootcamp: Build a Twitter Clone".Learn about CSS Grid here.
Instructional Video7:44
Curated Video

Frontend Web Development Bootcamp - Build a Twitter Clone - Select and manipulate the elements - Part 1

Higher Ed
DOM Crash Course: Select and manipulate the elements - Part 1
r/>
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...
Instructional Video10:43
Curated Video

100 First Words for Little Geeks

Pre-K - 3rd
"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...
Instructional Video2:21
The Business Professor

Process for Filing for Patent Protection

Higher Ed
Process for Filing for Patent Protection
Instructional Video2:44
Curated Video

Learning PHP 7 (Video 8)

Higher Ed
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...
Instructional Video9:44
Curated Video

Learning Lodash 4.0 (Video 7)

Higher Ed
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...
Instructional Video5:39
Curated Video

Funciones Esenciales de los Animales

3rd - 12th
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...
Instructional Video4:06
Curated Video

Descomponedor

3rd - 12th
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...
Instructional Video11:00
Packt

How to Handle Frames?

Higher Ed
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...
Instructional Video4:24
Curated Video

Core Java Programming Course- Iterating over Sets

Higher Ed
This video explains how to iterate over sets.
r/>
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...
Instructional Video14:12
Packt

Creating Multiple Tests with Centralized Data

Higher Ed
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...
Instructional Video20:27
Packt

Trie - II

Higher Ed
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...
Instructional Video18:43
Packt

Designing a Linked List – Part 2

Higher Ed
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...
Instructional Video3:13
Packt

Depth-first Search Complexity

Higher Ed
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...
Instructional Video14:44
Packt

Bonus - Add Local Storage

Higher Ed
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...
Instructional Video1:00
Curated Video

The Elements: Uses and Importance in Everyday Life

Pre-K - Higher Ed
Let's take a look back at the elements sodium, oxygen, argon, arsenic, and zinc.
Instructional Video4:15
Curated Video

Complete Java SE 8 Developer Bootcamp - Multi- Dimensional Arrays

Higher Ed
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...
Instructional Video7:36
Curated Video

Multi-Paradigm Programming with Modern C++ - Parallel STL

Higher Ed
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...
Instructional Video6:36
Curated Video

Multi-Paradigm Programming with Modern C++ - In Search of a Perfect Container

Higher Ed
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...