Instructional Video10:43
Curated Video

C++ Developer - Getting Started on macOS or Linux with CodeBlocks IDE

Higher Ed
This video focuses on getting started on macOS or Linux with CodeBlocks IDE. This clip is from the chapter "Getting Started" of the series "The Complete C++ Developer Course".This section introduces the learning objectives of this course.
Instructional Video3:22
Curated Video

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

Higher Ed
This video is the fifth part of the six-part video that highlights the issues with the shallow cloning. This clip is from the chapter "Prototype" of the series "Creational Design Patterns in Modern C++".This video provides an overview of...
Instructional Video8:24
Curated Video

Creational Design Patterns in Modern C++ - Overview of the Unified Modeling Language (UML) Class Diagram

Higher Ed
This video provides an overview of the UML class designs. • Learn Construction and solve an assignment • Understand checking an active alternative • Explore accessing an active alternative This clip is from the chapter "Introduction" of...
Instructional Video8:22
Curated Video

Complete Java SE 8 Developer Bootcamp - Enumerations (enum)

Higher Ed
Learn the syntax for enum; that allows us to create strongly typed label. This clip is from the chapter "Java Syntax" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we learn more about conditionals, operators,...
Instructional Video1:43
Curated Video

Complete Java SE 8 Developer Bootcamp - Course Overview

Higher Ed
Meet your author and also learn what this course covers. This clip is from the chapter "Welcome!" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we are introduced to the author and also learn more about the topics...
Instructional Video8:49
Curated Video

Complete Java SE 8 Developer Bootcamp - LocalTime, LocalDateTime, and Period

Higher Ed
A look at three other immutable java.time types. This clip is from the chapter "Dates and Time" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we learn more about immutable class to represent a date.
Instructional Video1:37
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Where to Download the Code

Higher Ed
To get the most out of this course, you'll probably want to download the code I've written in the videos. In this lesson, I'll show you where to download the code. This clip is from the chapter "Introduction" of the series "Python for...
Instructional Video2:05
Curated Video

C++ Developer - Section Overview - Getting Started

Higher Ed
This video provides an overview of the course. This clip is from the chapter "Getting Started" of the series "The Complete C++ Developer Course".This section introduces the learning objectives of this course.
Instructional Video6:57
Curated Video

Creational Design Patterns in Modern C++ - Modern Implementation

Higher Ed
This video demonstrates how to implement a modern builder without creating too many classes. This clip is from the chapter "Builder" of the series "Creational Design Patterns in Modern C++".This section explains all about the...
Instructional Video9:12
Curated Video

Creational Design Patterns in Modern C++ - Multiple Actors - Part III

Higher Ed
This video is the third part of the three-part video that demonstrates how to reduce dependency on the concrete classes through a factory. This clip is from the chapter "Object Pool" of the series "Creational Design Patterns in Modern...
Instructional Video7:38
Curated Video

Creational Design Patterns in Modern C++ - Multiple Actors - Part II

Higher Ed
This video is the second part of the three-part video that demonstrates how to use the acquire and release methods. This clip is from the chapter "Object Pool" of the series "Creational Design Patterns in Modern C++".This section...
Instructional Video6:29
Curated Video

Creational Design Patterns in Modern C++ - Basic Example - presents a simple example of the pattern

Higher Ed
This video presents a simple example of the pattern. • Concept of a “string view” • Semantics of `std::string_view` • Interoperability with `std::string` This clip is from the chapter "Object Pool" of the series "Creational Design...
Instructional Video6:56
Curated Video

Complete Java SE 8 Developer Bootcamp - Immutable Strings

Higher Ed
Here you'll learn why Strings are immutable and how we handle this restriction in our programs. This clip is from the chapter "Strings" of the series "Complete Java SE 8 Developer Bootcamp".In this section, you learn to handle strings...
Instructional Video7:15
Curated Video

Complete Java SE 8 Developer Bootcamp - Break, Continue, and Labels

Higher Ed
This video defines the keywords that allow us to manipulate that flow. This clip is from the chapter "Java Syntax" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we learn more about conditionals, operators, loops...
Instructional Video1:32
Curated Video

Complete Java SE 8 Developer Bootcamp - Sorting and Searching Collections

Higher Ed
Learn how collections can be sorted and searched through, with methods provided by the Collections class. This clip is from the chapter "More with Collections" of the series "Complete Java SE 8 Developer Bootcamp".In this section, learn...
Instructional Video0:26
Curated Video

Complete Java SE 8 Developer Bootcamp - Section Overview "Polymorphism"

Higher Ed
A brief overview on polymorphism. This clip is from the chapter "Polymorphism" of the series "Complete Java SE 8 Developer Bootcamp".The author introduces you to the unique property of polymorphism and its benefits.
Instructional Video9:21
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Comparison Operators

Higher Ed
Comparison operators tell your program what to do based on certain conditions. For example: if you are hungry, eat food. Programs and Python work the exact same way. This clip is from the chapter "Intermediate Python" of the series...
Instructional Video5:29
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Class Interfaces

Higher Ed
In advanced code that should be reused, you'll end up creating a blueprint for other classes to use. That's a class interface. Watch this lesson to learn how they work. This clip is from the chapter "Advanced Python" of the series...
Instructional Video1:00
Curated Video

Practical Python: Learn Python Basics Step by Step- Python 3 - Introduction - Extra: Python OOP

Higher Ed
In this video, the author gives an introduction of OOP and how to use it to write a program. This clip is from the chapter "Extra: Python OOP" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".In this section,...
Instructional Video3:45
Curated Video

C++ Developer - Project - Return the Product of Three Parameters

Higher Ed
This video presents a project to return the product of three parameters. This clip is from the chapter "Functions" of the series "The Complete C++ Developer Course".This section discusses the various functions in C++.
Instructional Video4:55
Curated Video

Creational Design Patterns in Modern C++ - Class Versus Object

Higher Ed
This video demonstrates how to use different instances of the same class with variations in states. This clip is from the chapter "Prototype" of the series "Creational Design Patterns in Modern C++".This video provides an overview of the...
Instructional Video4:40
Curated Video

Creational Design Patterns in Modern C++ - CRTP Idiom

Higher Ed
This video demonstrates how to use the CRTP idiom to implement a singleton class through inheritance. This clip is from the chapter "Singleton" of the series "Creational Design Patterns in Modern C++".This section provides an overview of...
Instructional Video5:03
Curated Video

Complete Java SE 8 Developer Bootcamp - Classpath

Higher Ed
Learn how to set a classpath which defines where classes can be found for compilation and execution. This clip is from the chapter "Packages" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we learn to create...
Instructional Video0:17
Curated Video

Complete Java SE 8 Developer Bootcamp - Section Overview "Packages"

Higher Ed
Overview of packages in this section. This clip is from the chapter "Packages" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we learn to create packages to avoid name collision, define the classpath to access...