Curated Video
Structural Design Patterns in Modern C++ - Protection Proxy Example
This video presents an example of the protection proxy. This clip is from the chapter "Proxy Design Pattern" of the series "Structural Design Patterns in Modern C++".This section focuses on the proxy design pattern.
Curated Video
Structural Design Patterns in Modern C++ - Pointer to IMPLementation (Plmpl) - Part II
This is the second part of the two-part video that explains how to implement PImpl to remove compilation dependencies. This clip is from the chapter "Bridge Design Pattern" of the series "Structural Design Patterns in Modern C++".This...
Curated Video
Structural Design Patterns in Modern C++ - Introducing Virtual Proxy
This video introduces you to the concept of virtual proxy. This clip is from the chapter "Proxy Design Pattern" of the series "Structural Design Patterns in Modern C++".This section focuses on the proxy design pattern.
Curated Video
Structural Design Patterns in Modern C++ - Implementing Sharing for String Objects.
This video explains how to implement sharing for String objects. This clip is from the chapter "Bridge Design Pattern" of the series "Structural Design Patterns in Modern C++".This section focuses on the bridge design pattern. You will...
Curated Video
Structural Design Patterns in Modern C++ - Example of the Remote Proxy
This video presents an example of the remote proxy. This clip is from the chapter "Proxy Design Pattern" of the series "Structural Design Patterns in Modern C++".This section focuses on the proxy design pattern.
Curated Video
Structural Design Patterns in Modern C++ - Creating the String Class
This video demonstrates how to create the String class. This clip is from the chapter "Bridge Design Pattern" of the series "Structural Design Patterns in Modern C++".This section focuses on the bridge design pattern. You will also learn...
Curated Video
Structural Design Patterns in Modern C++ - Creating String Class
This video demonstrates how to create the String class. This clip is from the chapter "Flyweight Design Pattern" of the series "Structural Design Patterns in Modern C++".This section introduces you to the flyweight design pattern.
Curated Video
Structural Design Patterns in Modern C++ - Console Project - Part IV
This is the fourth part of the four-part video that presents details on the console project. This clip is from the chapter "Facade Design Pattern" of the series "Structural Design Patterns in Modern C++".This section explains the Facade...
Curated Video
Structural Design Patterns in Modern C++ - Class Adapter
This video explains the class adapter. This clip is from the chapter "Adapter Design Pattern" of the series "Structural Design Patterns in Modern C++".This section provides an introduction to the adapter design pattern, explains how to...
Curated Video
Structural Design Patterns in Modern C++ - Adapter Implementation
This video explains how to implement the adapter pattern. This clip is from the chapter "Adapter Design Pattern" of the series "Structural Design Patterns in Modern C++".This section provides an introduction to the adapter design...
Curated Video
Structural Design Patterns in Modern C++ - Pros and Cons - Adapter Design Pattern
This video focuses on the pros and cons of the adapter pattern. This clip is from the chapter "Adapter Design Pattern" of the series "Structural Design Patterns in Modern C++".This section provides an introduction to the adapter design...
Curated Video
Ultimate ASP.NET 5 Web API Development Guide - CORS Configuration
This video shows configuring CORS (Cross-Origin Resource Sharing). This clip is from the chapter "Project Setup and Configuration" of the series "Ultimate ASP.NET Core Web API Development Guide".This section focuses on the project setup...
Curated Video
Learn JavaScript from Scratch JavaScript for Everyone - Class Constructors
In this video, you'll learn an important feature in JavaScript. This clip is from the chapter "Professional JavaScript" of the series "Learn JavaScript from Scratch: JavaScript for Everyone".In this section, you'll learn the techniques...
Curated Video
Ultimate ASP.NET 5 Web API Development Guide - Seed Data in Tables
This video demonstrates how to seed data in tables. This clip is from the chapter "Database Modelling and Entity Framework" of the series "Ultimate ASP.NET Core Web API Development Guide".This section focuses on database modelling and...
Curated Video
Ultimate ASP.NET 5 Web API Development Guide - .NET 6 Versus Previous Versions
This video skims through the distinguishing points of .NET 6 and its previous versions. This clip is from the chapter "Project Setup and Configuration" of the series "Ultimate ASP.NET Core Web API Development Guide".This section focuses...
Curated Video
Ultimate ASP.NET 5 Web API Development Guide - Repository Refactor
This video talks about repository refactor. This clip is from the chapter "Value-Added Features" of the series "Ultimate ASP.NET Core Web API Development Guide".This section focuses on the value-added features.
Curated Video
Ultimate ASP.NET 5 Web API Development Guide - Test and Understand GET Endpoint
This video takes you through the test and helps you understand the GET endpoint. This clip is from the chapter "Scaffolding API Functionality" of the series "Ultimate ASP.NET Core Web API Development Guide".This section focuses on the...
Curated Video
Spark Programming in Python for Beginners with Apache Spark 3 - Creating Spark Session
In this video, you will learn how to create Spark session. This clip is from the chapter "Spark Programming Model and Developer Experience" of the series "Spark Programming in Python for Beginners with Apache Spark 3".In this section,...
Curated Video
Spark Programming in Python for Beginners with Apache Spark 3 - Configuring Spark Session
In this video, you will learn how to configure Spark session. This clip is from the chapter "Spark Programming Model and Developer Experience" of the series "Spark Programming in Python for Beginners with Apache Spark 3".In this section,...
Curated Video
Modern Web Design with HTML5, CSS3, and JavaScript - JavaScript Array Methods – Advanced
This video introduces you to the advanced array methods in JavaScript. This clip is from the chapter "JavaScript Introduction" of the series "Modern Web Design with HTML5, CSS3, and JavaScript".This section introduces you to JavaScript.
Curated Video
Modern Web Design with HTML5, CSS3, and JavaScript - Using the Array Methods in JavaScript – Part 1
This is the first part of a two-part video that demonstrates how to use the array methods in JavaScript. This clip is from the chapter "JavaScript Introduction" of the series "Modern Web Design with HTML5, CSS3, and JavaScript".This...
Curated Video
Modern Web Design with HTML5, CSS3, and JavaScript - Learning More about JavaScript Objects – Part 1
This video presents an overview of JavaScript Objects. This clip is from the chapter "JavaScript Introduction" of the series "Modern Web Design with HTML5, CSS3, and JavaScript".This section introduces you to JavaScript.
Curated Video
Modern Web Design with HTML5, CSS3, and JavaScript - jQuery Arrows Methods
This video introduces you to the arrow methods in jQuery. This clip is from the chapter "Applying jQuery to Your Web Pages" of the series "Modern Web Design with HTML5, CSS3, and JavaScript".This video demonstrates how to apply jQuery to...
Curated Video
Modern Web Design with HTML5, CSS3, and JavaScript - Getting the Current Date Object
This video explains how to get the current date object in JavaScript. This clip is from the chapter "JavaScript Introduction" of the series "Modern Web Design with HTML5, CSS3, and JavaScript".This section introduces you to JavaScript.