Curated Video
Mastering CSS3 Selectors (Video 13)
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
Mastering MEAN Web Development Expert Full Stack JavaScript (Video 5)
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...
Brainwaves Video Anthology
Kirsten Olson - Wounded by School
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...
Curated Video
Master Java Web Services and REST API with Spring Boot- Step 06 - More about XML Schema Definition and Implementing XSD Best Practices
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...
Packt
Quick Sort Complexity
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.
Curated Video
Multi-Paradigm Programming with Modern C++ - Manipulating Data
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...
Curated Video
Complete Modern C++ - Parallel Algorithms - I
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
Curated Video
C++ Standard Template Library in Practice - Sorting and Gathering - std::sort
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...
Brian McLogan
Beginning information on sets
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...
Curated Video
Learn and Master C Programming - Pointers and Arrays
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...
Curated Video
Complete Java SE 8 Developer Bootcamp - Lists
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...
Curated Video
Frontend Web Development Bootcamp - Build a Twitter Clone - Pseudo Elements
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.
Curated Video
Frontend Web Development Bootcamp - Build a Twitter Clone - Transforms - Part 2
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.
Curated Video
Frontend Web Development Bootcamp - Build a Twitter Clone - Forms - Part 1
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.
Curated Video
Frontend Web Development Bootcamp - Build a Twitter Clone - Create Structure of Sidebar
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...
Curated Video
Frontend Web Development Bootcamp - Build a Twitter Clone - Select and manipulate the elements - Part 2
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,...
Curated Video
A2 English Listening Practice - Neighborhoods
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...
Professor Dave Explains
Carbon: The Element of Life
You may have heard that carbon is the element of life. What does that mean? Let's find out!
The Backyard Scientist
Melting and combining 19 elements! Does it make a Super-Alloy?!
Melting and combining 19 elements! Does it make a Super-Alloy?!
Curated Video
Learning CSS (Video 9)
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
Beginning Python (Video 23)
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...
Curated Video
Learning CSS (Video 29)
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...
Packt
Traversing the DOM
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...
Curated Video
C++ Standard Template Library in Practice - Sorting and Gathering - std::binary_search
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...