Hi, what do you want to do?
Curated Video
A1 English Listening Practice - Daily Routine
This video serves as English listening comprehension practice for beginner students. In this video, a native English speaker talks slowly and clearly about the topic of daily routine. The subtitles are included at the bottom of the...
Brainwaves Video Anthology
Palma Garcia Hormigo - Teaching in the Global Pandemic - Algeciras, Spain
Palma García Hormigo, Algeciras, Cadiz, Spain, is a title-holder and ambassador of the prestigious “Global Teacher Award”, which officially recognised her as being “one of the best teachers in the world” for her long-standing commitment...
Curated Video
Creational Design Patterns in Modern C++ - Introduction - introduces you to the pattern and its intent
This video introduces you to the pattern and its intent.
• Instal
l Qt5
• Implement CMake for your Qt5 directory as shown in
the video
• Reconfigure and generate the pr
oj
ect via CMake
This clip is from...
• Instal
l Qt5
• Implement CMake for your Qt5 directory as shown in
the video
• Reconfigure and generate the pr
oj
ect via CMake
This clip is from...
Curated Video
Complete Java SE 8 Developer Bootcamp - Static Variables
The author introduces the syntax for assigning variables to a class and how to use them.
r/>
This clip is from the chapter "Static, Scope, and Garbage Collection" of the series "Complete Java SE 8 Developer Bootcamp".In this...
r/>
This clip is from the chapter "Static, Scope, and Garbage Collection" of the series "Complete Java SE 8 Developer Bootcamp".In this...
Zach Star
What I Would Do Differently If I Could Do College All Over Again
This video goes over some of the things I would do differently if I could go back to college. Some things on this list include
1. Join clubs and do extr
a projects
2. Get to know my pr
ofessors better
3. Searched...
1. Join clubs and do extr
a projects
2. Get to know my pr
ofessors better
3. Searched...
Packt
Best Approach on How to Consolidate Test Cases into Different Classes
This video presents the best approach to consolidate test cases into different classes.
<
br/>
This clip is from the chapter "Selenium Framework Optimization and Interview Questions" of the series "Selenium WebDriver with Java -...
<
br/>
This clip is from the chapter "Selenium Framework Optimization and Interview Questions" of the series "Selenium WebDriver with Java -...
Curated Video
Creational Design Patterns in Modern C++ - Game Implementation - Part IV
This video is the fourth part of the six-part video that demonstrates how to implement the prototype pattern through a shallow copy.
r/>
This clip is from the chapter "Prototype" of the series "Creational Design Patterns in...
r/>
This clip is from the chapter "Prototype" of the series "Creational Design Patterns in...
Curated Video
Creational Design Patterns in Modern C++ - Basic Example - highlights a simple example - abstract factory
This video highlights a simple example that will be implemented later with the abstract factory.
• Plan out the cl
asses
• Implement the classes based o
n the plan
• Compare functions for basic functionality in
th
e...
• Plan out the cl
asses
• Implement the classes based o
n the plan
• Compare functions for basic functionality in
th
e...
Curated Video
Creational Design Patterns in Modern C++ - Using the Abstract Factory
This video demonstrates how to refactor the database framework to use the abstract factory design method.
r/>
This clip is from the chapter "Abstract Factory" of the series "Creational Design Patterns in Modern C++".This...
r/>
This clip is from the chapter "Abstract Factory" of the series "Creational Design Patterns in Modern C++".This...
Curated Video
Creational Design Patterns in Modern C++ - Introduction - explains the intent, structure, and implementation
This video explains the intent, structure, and implementation of the object pool pattern.
• Reminder of what `std::strin
g` is
• How `std::string` works and its
semantics
• `std::string
`
in interfaces
...
• Reminder of what `std::strin
g` is
• How `std::string` works and its
semantics
• `std::string
`
in interfaces
...
Let's Tute
Introduction to Data Handling and Tally Marks
This video explains the concept of data and how it can be collected and organized using methods such as tally marks and grouping into classes. It also highlights the importance of primary data and the difference between inclusive and...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 02 - Introduction to Java Methods - Exercises and Puzzles
In this video, we will see an introduction to Java methods - exercises and puzzles.
r/>
This clip is from the chapter "Introduction to Method with Multiplication Table" of the series "Java Programming for Complete Beginners -...
r/>
This clip is from the chapter "Introduction to Method with Multiplication Table" of the series "Java Programming for Complete Beginners -...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 13 - Basics of Handling Exceptions - Puzzles 2
In this session, we will learn about basics of handling exceptions - puzzles 2.
r/>
This clip is from the chapter "Introduction to Exception Handling" of the series "Java Programming for Complete Beginners - Java 16".In this...
r/>
This clip is from the chapter "Introduction to Exception Handling" of the series "Java Programming for Complete Beginners - Java 16".In this...
Tarver Academy
HOW TO PASS COLLEGE IN 2 STEPS
In This Episode, Tyler Teaches Us About HOW TO PASS COLLEGE IN 2 STEPS
Curated Video
The Full Stack Web Development - CSS Components - Project using Components - Part A
Twitter Bootstrap Programming: CSS Components - Project using Components - Part A
r/>
This clip is from the chapter "Twitter Bootstrap Programming" of the series "The Full Stack Web Development".In this section, we work with...
r/>
This clip is from the chapter "Twitter Bootstrap Programming" of the series "The Full Stack Web Development".In this section, we work with...
Curated Video
Complete Java SE 8 Developer Bootcamp - Comparator
Another option for providing sorting information is to create a Comparator object which takes two objects and returns their order.
r/>
This clip is from the chapter "More with Collections" of the series "Complete Java SE 8...
r/>
This clip is from the chapter "More with Collections" of the series "Complete Java SE 8...
Curated Video
Creational Design Patterns in Modern C++ - Memory Management
This video demonstrates how to modify your implementation to use smart pointers to avoid the manual memory management.
r/>
This clip is from the chapter "Prototype" of the series "Creational Design Patterns in Modern C++".This...
r/>
This clip is from the chapter "Prototype" of the series "Creational Design Patterns in Modern C++".This...
Curated Video
Creational Design Patterns in Modern C++ - Generic Pool - Part II
This video is the second part of the two-part video that demonstrates how to improve the implementation with a custom allocator.
r/>
This clip is from the chapter "Object Pool" of the series "Creational Design Patterns in...
r/>
This clip is from the chapter "Object Pool" of the series "Creational Design Patterns in...
Curated Video
Creational Design Patterns in Modern C++ - Monostate Pattern
This video explains the monostate pattern and demonstrates how to implement it.
r/>
This clip is from the chapter "Singleton" of the series "Creational Design Patterns in Modern C++".This section provides an overview of logger...
r/>
This clip is from the chapter "Singleton" of the series "Creational Design Patterns in Modern C++".This section provides an overview of logger...
Curated Video
Creational Design Patterns in Modern C++ - Basic Example demonstrates a simple implementation of the singleton pattern
This video demonstrates a simple implementation of the singleton pattern.
• Implementation overview of
match
• Build an ov
erload set
• C++17
de
duction guide
This clip is from the chapter "Singleton" of...
• Implementation overview of
match
• Build an ov
erload set
• C++17
de
duction guide
This clip is from the chapter "Singleton" of...
Curated Video
Master Java Web Services and REST API with Spring Boot- Step 5: What is happening in the background?
Introduction to Spring Framework in 10 Steps: Step 5: What is happening in the background?
r/>
This clip is from the chapter "Introduction to Spring Framework in 10 Steps" of the series "Master Java Web Services and REST API...
r/>
This clip is from the chapter "Introduction to Spring Framework in 10 Steps" of the series "Master Java Web Services and REST API...
APMonitor
Java ☕ Course Overview
Every good programmer must have an understanding of the fundamentals of programming in order to build complex tools. This tutorial steps through core programming skills to build the more complex incubator temperature control. The...
Curated Video
Comprehensive Android Developer Bootcamp - Understanding toString Override Method
Java Inheritance:Understanding toString Override Method
r/>
This clip is from the chapter "Java Inheritance" of the series "The Comprehensive Android Developer Bootcamp".This section introduces Java Inheritance and how to...
r/>
This clip is from the chapter "Java Inheritance" of the series "The Comprehensive Android Developer Bootcamp".This section introduces Java Inheritance and how to...