Curated Video
Learning CSS (Video 8)
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...
Curated Video
Master Java Web Services and REST API with Spring Boot- Step 9: Spring Boot Actuator
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...
Packt
Fixing the Framework Issues by Tweaking TestNG Extensible Markup Language (XML) File
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...
Curated Video
Creational Design Patterns in Modern C++ - Modern Implementation
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...
Curated Video
Creational Design Patterns in Modern C++ - Multiple Actors - Part III
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...
Curated Video
Creational Design Patterns in Modern C++ - Multiple Actors - Part II
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...
Curated Video
Creational Design Patterns in Modern C++ - Basic Example - presents a simple example of the pattern
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...
Curated Video
Complete Modern C++ - Multiple (Diamond) Inheritance
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...
Curated Video
TypeScript for Beginners - Introduction - Objects and Arrays
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...
Curated Video
TypeScript for Beginners - Extending a Class
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.
Curated Video
C++ Programming By Example - Differences Between Classes and Structures
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 04 - Introduction to Atomic Classes – AtomicInteger
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...
Curated Video
REST APIs with Flask and Python - Class Composition
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.
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - Class Interfaces
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...
The Business Professor
Classes of Employee in Business
This Video Explains Classes of Employee in Business
Curated Video
Modeling Numbers with Base 10 Blocks
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.
Curated Video
Learning LESS (Video 9)
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...
Curated Video
Core Java Programming Course- Character Classes in RegEx (regular expressions)
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...
Packt
Packages and their Usage in Object Oriented Programming System (OOPS)
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...
Packt
Implementing Set Interface
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...
Curated Video
Creational Design Patterns in Modern C++ - Class Versus Object
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...
Curated Video
Creational Design Patterns in Modern C++ - CRTP Idiom
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...
Curated Video
C++ Programming By Example - Overview of Classes and Structures
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...
Curated Video
Complete Java SE 8 Developer Bootcamp - Classpath
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...