Instructional Video11:23
Curated Video

Mastering CSS3 Selectors (Video 13)

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

Mastering MEAN Web Development Expert Full Stack JavaScript (Video 5)

Higher Ed
Web development is moving fast and to keep up to mark, you need a technology stack that is . The MEAN stack includes MongoDb, Express, Angular, and Node.js. These tools provide a rich environment to build advanced web applications in a...
Instructional Video8:15
Brainwaves Video Anthology

Kirsten Olson - Wounded by School

Higher Ed
Kirsten holds a doctorate from the Harvard Graduate School of Education, where she focused on issues of social justice and educational policy, and an undergraduate degree in English literature from Vassar College. Kirsten is a member of...
Instructional Video3:40
Curated Video

Master Java Web Services and REST API with Spring Boot- Step 06 - More about XML Schema Definition and Implementing XSD Best Practices

Higher Ed
SOAP Web Services with Spring and Spring Boot: Step 06 - More about XML Schema Definition and Implementing XSD Best Practices This clip is from the chapter "SOAP Web Services with Spring and Spring Boot" of the series "Master Java Web...
Instructional Video12:47
Packt

Quick Sort Complexity

Higher Ed
This video focuses on the quick sort complexity. This clip is from the chapter "Algorithm: Sorting Advanced" of the series "Data Structures and Algorithms: The Complete Masterclass".This section explains the concept of advanced sorting.
Instructional Video3:09
Curated Video

Multi-Paradigm Programming with Modern C++ - Manipulating Data

Higher Ed
Real-world programs manipulate data in numerous ways. You will need filtering, conversions, transformations, and so on. There is always a temptation to write a loop, but STL algorithms are preferable. • How many ways are there to write a...
Instructional Video3:49
Curated Video

Complete Modern C++ - Parallel Algorithms - I

Higher Ed
In this video, we will get introduced to the parallel algorithms introduced in C++17. This clip is from the chapter "C++17 Standard Library Components" of the series "Complete Modern C++".null
Instructional Video7:59
Curated Video

C++ Standard Template Library in Practice - Sorting and Gathering - std::sort

Higher Ed
The listener is new to algorithms and does not know about the sorting algorithms. • Introduce the listener to the std::sort algorithm • Show how it works and explain the different versions available • Reinforce the lesson with a code...
Instructional Video13:31
Brian McLogan

Beginning information on sets

12th - Higher Ed
In this video playlist I show you how to solve different math problems for Algebra, Geometry, Algebra 2 and Pre-Calculus. The video will provide you with math help using step by step instruction. Math help tutorials is just what you need...
Instructional Video5:54
Curated Video

Learn and Master C Programming - Pointers and Arrays

Higher Ed
We will learn how pointers and arrays are related and how we can treat array name as a pointer in some situations. This clip is from the chapter "Pointers" of the series "Learn and Master C Programming For Absolute Beginners!".In this...
Instructional Video4:08
Curated Video

Complete Java SE 8 Developer Bootcamp - Lists

Higher Ed
A list is a collection that retains the order the objects were added to it (unless it is sorted). In addition it permits duplicate objects. Learn more about lists. This clip is from the chapter "Collections" of the series "Complete Java...
Instructional Video4:05
Curated Video

Frontend Web Development Bootcamp - Build a Twitter Clone - Pseudo Elements

Higher Ed
CSS Crash Course: Pseudo Elements This clip is from the chapter "CSS Crash Course" of the series "Frontend Web Development Bootcamp: Build a Twitter Clone".This section gives an overview of CSS.
Instructional Video4:39
Curated Video

Frontend Web Development Bootcamp - Build a Twitter Clone - Transforms - Part 2

Higher Ed
CSS Crash Course: Transforms - Part 2 This clip is from the chapter "CSS Crash Course" of the series "Frontend Web Development Bootcamp: Build a Twitter Clone".This section gives an overview of CSS.
Instructional Video5:50
Curated Video

Frontend Web Development Bootcamp - Build a Twitter Clone - Forms - Part 1

Higher Ed
HTML Crash Course: Forms - Part 1 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, Lists, Links and so on.
Instructional Video7:50
Curated Video

Frontend Web Development Bootcamp - Build a Twitter Clone - Create Structure of Sidebar

Higher Ed
Project - Build a Twitter Clone (Sidebar): Create Structure of Sidebar This clip is from the chapter "Project - Build a Twitter Clone (Sidebar)" of the series "Frontend Web Development Bootcamp: Build a Twitter Clone".This section is...
Instructional Video5:33
Curated Video

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

Higher Ed
DOM Crash Course: Select and manipulate the elements - Part 2 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,...
Instructional Video4:15
Curated Video

A2 English Listening Practice - Neighborhoods

Pre-K - Higher Ed
This video serves as English listening comprehension practice for lower-level students. In this video, a native English speaker talks slowly and clearly about the topic of neighborhoods. The subtitles are included at the bottom of the...
Instructional Video2:57
Professor Dave Explains

Carbon: The Element of Life

12th - Higher Ed
You may have heard that carbon is the element of life. What does that mean? Let's find out!
Instructional Video8:50
The Backyard Scientist

Melting and combining 19 elements! Does it make a Super-Alloy?!

K - 5th
Melting and combining 19 elements! Does it make a Super-Alloy?!
Instructional Video3:36
Curated Video

Learning CSS (Video 9)

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

Beginning Python (Video 23)

Higher Ed
Python is the becoming the language of choice for pretty much every arena. It is a very simple yet extremely powerful programming language. It is a scripting language that is widely used for prototyping to get work up and running in a...
Instructional Video6:03
Curated Video

Learning CSS (Video 29)

Higher Ed
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...
Instructional Video15:49
Packt

Traversing the DOM

Higher Ed
DOM Manipulation & Events: Traversing the DOM This clip is from the chapter "DOM Manipulation & Events" of the series "Modern JavaScript from the Beginning".In this section, you will learn about DOM, examining the document object, DOM...
Instructional Video5:27
Curated Video

C++ Standard Template Library in Practice - Sorting and Gathering - std::binary_search

Higher Ed
The listener is new to algorithms and does not know about the binary search algorithms. • Introduce the listener to the std::binary_search algorithm • Show how it works and explain the different versions available • Reinforce the lesson...