Curated Video
Advanced Swift 2 Application Development (Video 31)
The number of smartphone users is increasing every single day, and as more and more of them are looking for new and interesting ways to improve their lives through mobile applications, the need for a language that will deploy on all...
Curated Video
Advanced Swift 2 Application Development (Video 29)
The number of smartphone users is increasing every single day, and as more and more of them are looking for new and interesting ways to improve their lives through mobile applications, the need for a language that will deploy on all...
Curated Video
Learning PHP 7 (Video 10)
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
Q&A with a PhD Student in AI and Robotics
The video features a Q&A session with a PhD student in the Harvard-MIT Health Science and Technology program who shares insights on her studies, AI ethics, obstacles faced by women and minorities in the field, and exciting AI research....
Packt
Practice Example on Fluent Wait
This video presents a practice example on Fluent Wait. This clip is from the chapter "Synchronization Usage in Selenium WebDriver" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section covers how...
Packt
Regular Expressions [Part 4] - Shorthand Character Classes
Error Handling & Regular Expressions: Regular Expressions [Part 4] - Shorthand Character Classes This clip is from the chapter "Error Handling & Regular Expressions" of the series "Modern JavaScript from the Beginning".In this section,...
Curated Video
Creational Design Patterns in Modern C++ - Cloning Types
This video explains the basics of cloning and demonstrates how to use the prototype pattern to implement it. • Open Qt Creator • Create a new Qt class • Add the files to the correct folders in the course code This clip is from the...
Curated Video
Creational Design Patterns in Modern C++ - std::shared_ptr
This video demonstrates how to use the factory method as functions and focuses on the std::shared_ptr function. This clip is from the chapter "Factory Method" of the series "Creational Design Patterns in Modern C++".This section...
Curated Video
Creational Design Patterns in Modern C++ - Basic Implementation - Part II
This video is the second part of the two-part video that demonstrates how to implement the factory method used in the previous example. • Understand when to use std::optional • Modeling simple failure states or value absence • Section...
Curated Video
C++ Programming By Example - Why Use Classes and Structures?
Why should you bother about classes/structures in C++? • Learn to design code logically • Understand how to re-use code • Encapsulate ideas/models in code This clip is from the chapter "Classes and Structures: Building a Casino Guessing...
Brian McLogan
Simplify a Complex Rational Fraction
👉 Learn how to simplify complex fractions. To simplify complex fractions having a fraction as the numerator and another fraction as the denominator we first factor the expressions that can be factored and then we multiply the fraction in...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 07 - Understanding Inheritance - Why Do We Need It?
In this session, we will understand inheritance - why we need it. This clip is from the chapter "Object-Oriented Programming Again" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will revert to OOP...
Curated Video
Java Programming for Complete Beginners - Java 16 - Eclipse Tip - Exploring Java API
In this video, we will learn about exploring Java API. This clip is from the chapter "Reference Types" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will look into string class and understand...
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
REST APIs with Flask and Python - Magic Methods: __str__ and __repr__
This video explains the magic methods of __str__ and __repr__. This clip is from the chapter "A Full Python Refresher" of the series "REST APIs with Flask and Python".This section covers the various concepts that will help refresh your...
Curated Video
B1 English Listening Practice - American Universities
This video serves as English listening comprehension practice for intermediate-level students. In this video, a native English speaker talks in a natural way about the topic of American universities. The subtitles are included at the...
Professor Dave Explains
Carbonates, Sulfates, and Phosphates
What common minerals are included in the carbonate, sulfate, and phospate classes? What geological and weather conditions are conducive to the formation of these mineral rocks? And what is a mineraloid? The 8 Classes of Minerals part 2
Curated Video
Learning LESS (Video 16)
CSS is great; it's a staple of the web and it helps us to produce beautiful websites, but some parts of it are archaic, and it's often time-consuming to get right. LESS changes that. LESS includes built-in features that allow you to...
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
Tips, Tricks, and Techniques for Node.js Development 2.3: Using Classes
In this video, we will learn how to use classes in Node.js and Express.js. • Define a class that handles todo's • Show how to extend from another class • Bind this class into the express application
Tarver Academy
How to Set up your Class Folders in Google Drive
In This Episode, Tyler Teaches Us About How to Set up your Class Folders in Google Drive
Brainwaves Video Anthology
Jim Coan - Teachers Make a Difference - Frau Dufford
Dr. James Coan is Professor of Psychology and Director of the Virginia Affective Neuroscience Laboratory at the University of Virginia. Dr. Coan has consulted for clinicians, businesses and researchers, working with groups as diverse as...
Packt
Demonstrating Clubbing Tests into Classes in Framework
This video demonstrates how to club tests into classes in framework. This clip is from the chapter "Selenium Framework Optimization and Interview Questions" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Packt
Sub Classes
Object Oriented JavaScript - ES5 & ES2015: Sub Classes This clip is from the chapter "Object Oriented JavaScript - ES5 & ES2015" of the series "Modern JavaScript from the Beginning".In this section, you will learn the object oriented...