Instructional Video4:59
Curated Video

Learning CSS (Video 8)

Higher Ed
As a modern day web designer, it is very critical for you to prepare for the CSS3 world we live in. A major challenge that designers face in their day-to-day life is making their designs stand out from the rest and ensuring they work on...
Instructional Video8:38
Curated Video

Master Java Web Services and REST API with Spring Boot- Step 9: Spring Boot Actuator

Higher Ed
Introduction to Spring Boot in 10 Steps: Step 9: Spring Boot Actuator 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 section introduces...
Instructional Video11:13
Packt

Fixing the Framework Issues by Tweaking TestNG Extensible Markup Language (XML) File

Higher Ed
This video explains how to fix the framework issues by tweaking the TestNG XML file. This clip is from the chapter "Framework Building from Scratch - Real Time Project" of the series "Selenium WebDriver with Java - Basics to Advanced and...
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 Video9:22
Curated Video

Complete Modern C++ - Multiple (Diamond) Inheritance

Higher Ed
This video explains the issue that arises with diamond 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...
Instructional Video2:27
Curated Video

TypeScript for Beginners - Introduction - Objects and Arrays

Higher Ed
This video provides an overview of what you will learn in this section. This clip is from the chapter "Objects and Arrays" of the series "TypeScript for Beginners".This section introduces you to objects and arrays and demonstrates how to...
Instructional Video4:30
Curated Video

TypeScript for Beginners - Extending a Class

Higher Ed
This video demonstrates how to extend a class. This clip is from the chapter "Inheritance" of the series "TypeScript for Beginners".This section introduces you to the concept of inheritance and explains how to use it.
Instructional Video3:48
Curated Video

C++ Programming By Example - Differences Between Classes and Structures

Higher Ed
What is the difference between a class and a structure? • Understand that they basically do the same thing • Default access modifier for classes is private. For structures, it’s public • Structures are still around to preserve C...
Instructional Video4:10
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 04 - Introduction to Atomic Classes – AtomicInteger

Higher Ed
In this session, we will learn about atomic classes – AtomicInteger. This clip is from the chapter "More Concurrency with Concurrent Collections and Atomic Operations" of the series "Java Programming for Complete Beginners - Java 16".In...
Instructional Video6:08
Curated Video

REST APIs with Flask and Python - Class Composition

Higher Ed
This video explains class composition. This clip is from the chapter "A Full Python Refresher" of the series "REST APIs with Flask and Python".This section covers the various concepts that will help refresh your Python knowledge.
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 Video7:41
The Business Professor

Classes of Employee in Business

Higher Ed
This Video Explains Classes of Employee in Business
Instructional Video5:36
Curated Video

Modeling Numbers with Base 10 Blocks

K - 5th
In this video, students learn how to model numbers using base 10 blocks. They explore different representations of numbers, such as 4 hundreds and 13 ones being equivalent to 41 tens and 3 ones.
Instructional Video2:35
Curated Video

Learning LESS (Video 9)

Higher Ed
CSS is great; it's a staple of the web and it helps us to produce beautiful websites, but some parts of it are archaic, and it's often time-consuming to get right. LESS changes that. LESS includes built-in features that allow you to...
Instructional Video8:53
Curated Video

Core Java Programming Course- Character Classes in RegEx (regular expressions)

Higher Ed
This video explains the various character classes in RegEx. This clip is from the chapter "Regular Expressions" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains the various regular...
Instructional Video6:32
Packt

Packages and their Usage in Object Oriented Programming System (OOPS)

Higher Ed
This video discusses what packages are and how they are used in OOPS. This clip is from the chapter "Core Java Tutorial - Part 2" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section explores core...
Instructional Video8:26
Packt

Implementing Set Interface

Higher Ed
This video explains how to implement the Set interface. This clip is from the chapter "Core Java Tutorial - Part 3 - Collections Application Programming Interface (API)" of the series "Selenium WebDriver with Java - Basics to Advanced...
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 Video7:58
Curated Video

C++ Programming By Example - Overview of Classes and Structures

Higher Ed
How do you use/declare classes and structures in C++? • Use the ‘class’ and ‘struct’ keywords • Analyze { and }; to define where a class begins/ends • Implement access modifiers such as ‘public’, ‘private’, and ‘protected’ This clip is...
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...