Instructional Video10:33
Zach Star

What I Would Do Differently If I Could Do College All Over Again

12th - Higher Ed
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...
Instructional Video11:07
Packt

Best Approach on How to Consolidate Test Cases into Different Classes

Higher Ed
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...
Instructional Video6:47
Curated Video

Creational Design Patterns in Modern C++ - Game Implementation - Part IV

Higher Ed
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...
Instructional Video6:24
Curated Video

Creational Design Patterns in Modern C++ - Basic Example - highlights a simple example - abstract factory

Higher Ed
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...
Instructional Video5:07
Curated Video

Creational Design Patterns in Modern C++ - Introduction - explains the intent, structure, and implementation

Higher Ed
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...
Instructional Video6:10
Let's Tute

Introduction to Data Handling and Tally Marks

9th - Higher Ed
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...
Instructional Video6:26
Curated Video

Creational Design Patterns in Modern C++ - Using the Abstract Factory

Higher Ed
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...
Instructional Video6:19
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 02 - Introduction to Java Methods - Exercises and Puzzles

Higher Ed
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,...
Instructional Video2:04
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 13 - Basics of Handling Exceptions - Puzzles 2

Higher Ed
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...
Instructional Video2:59
Tarver Academy

HOW TO PASS COLLEGE IN 2 STEPS

12th - Higher Ed
In This Episode, Tyler Teaches Us About HOW TO PASS COLLEGE IN 2 STEPS
Instructional Video14:10
Instructional Video11:34
Curated Video

The Full Stack Web Development - CSS Components - Project using Components - Part A

Higher Ed
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...
Instructional Video3:18
Curated Video

Complete Java SE 8 Developer Bootcamp - Comparator

Higher Ed
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...
Instructional Video3:30
Curated Video

Creational Design Patterns in Modern C++ - Memory Management

Higher Ed
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...
Instructional Video9:11
Curated Video

Creational Design Patterns in Modern C++ - Generic Pool - Part II

Higher Ed
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...
Instructional Video5:59
Curated Video

Creational Design Patterns in Modern C++ - Monostate Pattern

Higher Ed
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,...
Instructional Video3:17
Curated Video

Creational Design Patterns in Modern C++ - Basic Example demonstrates a simple implementation of the singleton pattern

Higher Ed
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...
Instructional Video6:28
Curated Video

Master Java Web Services and REST API with Spring Boot- Step 5: What is happening in the background?

Higher Ed
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...
Instructional Video11:51
APMonitor

Java ☕ Course Overview

10th - Higher Ed
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...
Instructional Video6:22
Curated Video

Comprehensive Android Developer Bootcamp - Understanding toString Override Method

Higher Ed
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...
Instructional Video6:14
Curated Video

Multi-Paradigm Programming with Modern C++ - Designing Class Hierarchies

Higher Ed
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...
Instructional Video4:53
Curated Video

Creational Design Patterns in Modern C++ - Basic Implementation - Part I

Higher Ed
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...
Instructional Video2:51
Curated Video

C++ Standard Template Library in Practice - Basic Architecture of the I/O Stream Library

Higher Ed
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...
Instructional Video6:21
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 03 - Create a Method in a Java Class

Higher Ed
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...