Curated Video
Master Java Web Services and REST API with Spring Boot- Step 5: What is Spring Boot Auto Configuration?
Introduction to Spring Boot in 10 Steps: Step 5: What is Spring Boot Auto Configuration? This clip is from the chapter "Introduction to Spring Boot in 10 Steps" of the series "Master Java Web Services and REST API with Spring Boot".This...
Curated Video
Complete Java SE 8 Developer Bootcamp - Big Numbers
The author demonstrates BigInteger and BigDecimal, two classes that support big numbers. This clip is from the chapter "Java Conventions and Primitives" of the series "Complete Java SE 8 Developer Bootcamp".This section gives brief...
Curated Video
Creational Design Patterns in Modern C++ - Application Framework - Discussion
This video explains the framework needed to implement the factory method. • Explain iterators • Show examples to further illustrate how they work • Analyze the results of the examples via print statements This clip is from the chapter...
Curated Video
Complete Modern C++ - Inheritance and Composition
In this video, we revisit inheritance and composition and explain it again with examples. This clip is from the chapter "Object-Oriented Programming" of the series "Complete Modern C++".In this section, you will learn about inheritance...
Curated Video
Creational Design Patterns in Modern C++ - Basic Implementation with the Abstract Factory
This video demonstrates how to modify and refactor the previous example to use the abstract factory. • Define basic data in code • Add a test .csv file with fake data • Edit the .csv file to see how the library works This clip is from...
Curated Video
A2 English Listening Practice - Learning
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 learning. The subtitles are included at the bottom of the screen...
Curated Video
7+ IELTS Vocabulary for Talking about your Studies and Education
IELTS often asks you to speak and/or write about education and studying. In today's video, you'll learn band 7+ vocabulary to describe your studies, classes and how education has changed.
Curated Video
Learning Dart (Video 8)
Dart is a new open source programming language for the web. Developed by Google, Dart is gaining popularity and has a steadily growing community. It is a single language for both client and server that can be used to build large-scale...
Curated Video
C++ Developer - Exceptions and the Exception Hierarchy
This video explains the hierarchy of exceptions. This clip is from the chapter "Exceptions and Debugging" of the series "The Complete C++ Developer Course".This section explains exceptions and debugging in C++.
Curated Video
Create a computer vision system using decision tree algorithms to solve a real-world problem : Example 2 - Build Multi-layer perceptron for binary classification
From the section: Artificial Neural Networks. In this section, we’ll learn about ANN. Artificial Neural Networks: Example 2 - Build Multi-layer perceptron for binary classification
Packt
Prioritizing the Test Cases with TestNG
This video explains how to prioritize the test cases with TestNG. This clip is from the chapter "Framework Part 1 - TestNG" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section covers TestNG.
Packt
Identifying Locators (ClassName) with Developer Tools -2
This is the second part of a two-part lecture that explains how to identify locators with developer tools. This clip is from the chapter "Locator Techniques and Tools used to Identify Objects" of the series "Selenium WebDriver with Java...
Packt
Building Customized Methods using Fluent Wait
This video demonstrates how to build customized methods using 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...
Curated Video
Creational Design Patterns in Modern C++ - Pooling Game Objects - Part I
This video is the first part of the two-part video that explains the benefits of pooling a large number of game objects. • Learn construction and solve an assignment • Container interface and shrinking operations • Comparisons This clip...
Curated Video
Creational Design Patterns in Modern C++ - S.O.L.I.D. Principles - Part II
This video is the second part of the three-part video that explains the Liskov Substitution principle. • Learn type-safe error handling • Understand state machines • Explore recursive data structures This clip is from the chapter...
Curated Video
Complete Modern C++ - Inheritance and Access Modifiers
This video explains access modifiers in the context of inheritance. This clip is from the chapter "Object-Oriented Programming" of the series "Complete Modern C++".In this section, you will learn about inheritance and will work on a...
Curated Video
C++ Programming By Example - Building a Library Management System
How to build a library management system (books)? • Plan out the classes • Implement the classes based on the plan • Compare functions for basic functionality in the application This clip is from the chapter "Building a Library...
Curated Video
Creational Design Patterns in Modern C++ - Using the Factory Method
This video demonstrates how to use the factory method design pattern. This clip is from the chapter "Abstract Factory" of the series "Creational Design Patterns in Modern C++".This section focuses on the basic implementation with the...
Curated Video
Creational Design Patterns in Modern C++ - Introduction - introduces you to the abstract factory pattern, its intent, and its structure
This video introduces you to the abstract factory pattern, its intent, and its structure. • Identify key parts of the application • Plan out the class structure using class diagrams (UML) • Create a class implementation using UML...
Curated Video
Complete Java SE 8 Developer Bootcamp - Abstract Classes: Part 1
Abstract classes are constructs that allow subtypes to share common state and behavior definitions, all while enabling polymorphism. This clip is from the chapter "Abstract Classes and Interfaces" of the series "Complete Java SE 8...
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. • Install Qt5 • Implement CMake for your Qt5 directory as shown in the video • Reconfigure and generate the project via CMake This clip is from the chapter "Prototype" of the...
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. This clip is from the chapter "Static, Scope, and Garbage Collection" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we...