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 extra projects 2. Get to know my professors better 3. Searched for internships during my...
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. This clip is from the chapter "Selenium Framework Optimization and Interview Questions" of the series "Selenium WebDriver with Java - Basics to...
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. 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++ - 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 classes • Implement the classes based on the plan • Compare functions for basic functionality in the application This clip is...
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::string` is • How `std::string` works and its semantics • `std::string` in interfaces This clip is from the chapter "Object...
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
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. This clip is from the chapter "Abstract Factory" of the series "Creational Design Patterns in Modern C++".This section focuses on...
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. This clip is from the chapter "Introduction to Method with Multiplication Table" of the series "Java Programming for Complete Beginners - Java 16".Here,...
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. This clip is from the chapter "Introduction to Exception Handling" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will...
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 This clip is from the chapter "Twitter Bootstrap Programming" of the series "The Full Stack Web Development".In this section, we work with Twitter...
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. This clip is from the chapter "More with Collections" of the series "Complete Java SE 8 Developer...
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. This clip is from the chapter "Prototype" of the series "Creational Design Patterns in Modern C++".This video provides...
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. This clip is from the chapter "Object Pool" of the series "Creational Design Patterns in Modern C++".This...
Curated Video
Creational Design Patterns in Modern C++ - Monostate Pattern
This video explains the monostate pattern and demonstrates how to implement it. This clip is from the chapter "Singleton" of the series "Creational Design Patterns in Modern C++".This section provides an overview of logger classes,...
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 overload set • C++17 deduction guide This clip is from the chapter "Singleton" of the series "Creational Design...
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? This clip is from the chapter "Introduction to Spring Framework in 10 Steps" of the series "Master Java Web Services and REST API with Spring...
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 This clip is from the chapter "Java Inheritance" of the series "The Comprehensive Android Developer Bootcamp".This section introduces Java Inheritance and how to create its...
Curated Video
Multi-Paradigm Programming with Modern C++ - Designing Class Hierarchies
Inheritance is one of the cornerstone features of object-oriented design. We use it to represent a set of hierarchically organized concepts. How to design a good hierarchy? • Drawing a hierarchy • When to use inheritance and when to...
Curated Video
Creational Design Patterns in Modern C++ - Basic Implementation - Part I
This video is the first part of the two-part video that explains the factory method design pattern with a basic example. • Learn construction and solve an assignment • Access to stored value • Reset and emplace This clip is from the...
Curated Video
C++ Standard Template Library in Practice - Basic Architecture of the I/O Stream Library
The user is unfamiliar with I/O in the STL. • Introduce the basic classes and overview of I/O • Talk about how it is an extensible framework • Set up for the next section dealing with Console I/O This clip is from the chapter "I/O in...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 03 - Create a Method in a Java Class
In this video, we will learn about create a method in a Java class. This clip is from the chapter "Introduction to the Java Platform" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will look into...