Curated Video
Behavioral Design Patterns in C++ - Generic Acycle Visitor - II
In this video, you will go ahead and build on the previous video of implementing the generic Acycle Visitor completely. This clip is from the chapter "Visitor" of the series "Behavioral Design Patterns in C++".This section focuses on the...
Curated Video
Behavioral Design Patterns in C++ - Acyclic Visitor
This video explains Acyclic Visitor in detail. This clip is from the chapter "Visitor" of the series "Behavioral Design Patterns in C++".This section focuses on the Visitor pattern.
Curated Video
Behavioral Design Patterns in C++ - Shapes Example - V
This video will help you add new operations to the existing class hierarchy with the help of the Visitor pattern. This clip is from the chapter "Visitor" of the series "Behavioral Design Patterns in C++".This section focuses on the...
Curated Video
Behavioral Design Patterns in C++ - Shapes Example - III
In this video, you will implement the Visitor pattern, through which you will add new operations to the shape hierarchy. This clip is from the chapter "Visitor" of the series "Behavioral Design Patterns in C++".This section focuses on...
Curated Video
Behavioral Design Patterns in C++ - Shapes Example - I
This video explains the implementation of shape hierarchy with the help of the Visitor pattern. Here, you will implement classes representing the geometry of a line and a circle. This clip is from the chapter "Visitor" of the series...
Curated Video
Behavioral Design Patterns in C++ - Introduction-Visitor
This video provides an introduction to the Visitor pattern. This clip is from the chapter "Visitor" of the series "Behavioral Design Patterns in C++".This section focuses on the Visitor pattern.
Curated Video
Behavioral Design Patterns in C++ - Undo - V
This video helps you store copies of command objects that are executed in a stack and test our implementation. This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will explore the...
Curated Video
Behavioral Design Patterns in C++ - Undo - II
This video explains the concept of undo in more depth. This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will explore the command design pattern, which encapsulates requests as...
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - NumPy in PyTorch
In this video, you will learn how to convert a NumPy array in PyTorch. This clip is from the chapter "Diving into PyTorch" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this section, we will dive into...
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Managed Object Context
This video explains the managed object context. This clip is from the chapter "Core Data in WidgetKit" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the core data in WidgetKit.
Curated Video
Deep Learning - Convolutional Neural Networks with TensorFlow - What Is Convolution? (Part 1)
In this video, we will get introduced to the concept of convolution. This clip is from the chapter "Convolutional Neural Networks (CNNs)" of the series "Deep Learning - Convolutional Neural Networks with TensorFlow".In this section, we...
Curated Video
Chatbots for Beginners: A Complete Guide to Build Chatbots - Overview of Chatbots: Chatbots Versus Virtual Assistants Versus Personal Assistants
This lecture compares chatbots, virtual assistants, and personal assistants, delves into the three types of traits, and brings out their advantages and disadvantages at the forefront. This clip is from the chapter "Basics of Chatbots...
Curated Video
CISSP Crash Course - Secure Provisioning
This video explains ownership and secure provisioning in asset security. This clip is from the chapter "Asset Security" of the series "CISSP Crash Course".This section covers domain 2, which focuses on asset security, data, and ownership.
Curated Video
Master SQL for Data Analysis - Union, Intersect, Except
In this video, you will learn more about the UNION, INTERSECT, JOIN, and EXCEPT operators while combining datasets and tables. This clip is from the chapter "SQL - Combining Data from Multiple Tables" of the series "Master SQL for Data...
Curated Video
Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - The apply() Function
In this video, you will learn about the apply() function. This clip is from the chapter "Pandas" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this section, we will talk about Pandas.
Curated Video
Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Pandas Section Introduction
In this video, we will be introduced to Pandas and understand this section’s learning objective. This clip is from the chapter "Pandas" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this...
Curated Video
Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Matplotlib Exercise
In this video, we will have a look at the Matplotlib exercise that needs to be resolved on our own. This clip is from the chapter "Matplotlib" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this...
Curated Video
Oracle Database Administration from Zero to Hero - Introducing RESTORE and RECOVER Commands
In this video, we will introduce the RESTORE and RECOVER commands in Oracle databases. You will learn about the difference between non-critical and critical data loss, understand the actions performed by these commands, and explore the...
Curated Video
Oracle Database Administration from Zero to Hero - Managing Resumable Space Allocation (Part 1 of 2)
In this video, we will explore the concept of resumable space allocation. You will learn how to describe resumable space allocation, enable it, and understand its benefits. This clip is from the chapter "Managing Oracle Database...
Curated Video
Oracle Database Administration from Zero to Hero - Managing Tablespaces (Part 1 of 4)
In this video, we will cover the management of tablespaces. You will learn about different types of tablespaces and gain knowledge on creating permanent tablespaces. This clip is from the chapter "Managing Oracle Database Components" of...
Curated Video
Design Microservices Architecture with Patterns and Principles - Best Practices for CQRS and Instagram Database Architecture with CQRS
This video discusses the advantages and disadvantages of implementing the Command Query Responsibility Segregation (CQRS) pattern, the benefits of improved performance, scalability, and flexibility in data handling, as well as the...
Curated Video
Design Microservices Architecture with Patterns and Principles - Service Aggregator Pattern - Microservices Communications Design patterns
The Service Aggregator pattern is introduced as a solution to the challenges of service-to-service communication. This pattern involves creating an intermediate service that acts as a single entry point for clients and aggregates data...
Curated Video
Design Microservices Architecture with Patterns and Principles - Client Applications Code Review - E-Commerce App
This video focuses on the code review of the client applications in the e-commerce application and examines the codebase of the client applications, such as web or mobile applications, and discusses their implementation, user interface,...
Curated Video
Design Microservices Architecture with Patterns and Principles - Circuit Breaker States
In this video, we will understand the different states of the Circuit Breaker pattern and discuss the d state, which allows requests to pass through normally; the Open state, which stops requests from reaching the faulty service; and the...