Instructional Video4:52
Curated Video

Behavioral Design Patterns in C++ - Containers - II (List)

Higher Ed
In this video, you will implement another class called linked list.<br<br/>/>

This clip is from the chapter "Iterator" of the series "Behavioral Design Patterns in C++".This section focuses on the Iterator design pattern.
Instructional Video4:45
Curated Video

Behavioral Design Patterns in C++ - Containers - I (Array)

Higher Ed
In this video, you will implement an array class as a dynamic array.<br<br/>/>

This clip is from the chapter "Iterator" of the series "Behavioral Design Patterns in C++".This section focuses on the Iterator design pattern.
Instructional Video3:08
Curated Video

Behavioral Design Patterns in C++ - Organization - I

Higher Ed
This video shows another example that explains the Iterator design pattern. We will create a class that represents an organization, and the organization class contains the employees.
<
br/>
This clip is from the chapter "Iterator"...
Instructional Video13:59
Curated Video

Blender to Unreal Engine - 3D Plants and Vegetation - Using Modifiers to 3D Model a Flower

Higher Ed
In this lesson, we will be using another one of Blender's modifiers to create radial symmetry in our flower petals.
<
br/>
This clip is from the chapter "Purple Flower 3D Foliage" of the series "Blender to Unreal Engine - 3D Plants...
Instructional Video9:27
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Rating Component / 105

Higher Ed
For the final checkout page to perform the next set of actions, you will learn how to implement an order confirmation before proceeding with the last payment order.
Instructional Video4:00
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Infinite Loops / 042

Higher Ed
In this lecture, we will discuss passing primitive values and passing a function using a callback. We will use the useRef hook to create a reference for the elements and values.
Instructional Video12:22
Curated Video

React JS Masterclass - Go From Zero To Job Ready - React Loading Skeleton

Higher Ed
Here, we will discuss about an interesting package called the React Loading Skeleton that provides a skeleton structure until we receive a response from the app.
Instructional Video6:02
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Snapshots / 258

Higher Ed
A DataSnapshot contains data from a Database location. Any time you read data from the database, you receive the data as a data snapshot.
Instructional Video6:30
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Core Data Manager

Higher Ed
This video explains the core data manager.<br<br/>/>

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.
Instructional Video5:20
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Reminders App

Higher Ed
This video explains the reminders app.
<
br/>
This clip is from the chapter "Data Sync Between App and Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the data sync between...
Instructional Video6:23
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Today Widget Provider

Higher Ed
This video explains the today widget timeline provider by adding a new Swift file.
<
br/>
This clip is from the chapter "Today Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section...
Instructional Video2:36
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Widget Family

Higher Ed
This video explains the widget family and how to add modifiers to the static configuration.
<
br/>
This clip is from the chapter "Build Your First Widget from Scratch" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with...
Instructional Video5:35
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Timeline Provider-1

Higher Ed
This video explains one of the key components, the timeline provider, which is the brain of the widget.
<
br/>
This clip is from the chapter "Understanding Widgets in WidgetKit" of the series "Mastering WidgetKit in SwiftUI 4, iOS...
Instructional Video11:08
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - ANN for Regression

Higher Ed
In this video, we will understand regression in ANN.
<
br/>
This clip is from the chapter "Feedforward Artificial Neural Networks" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In this section, we will...
Instructional Video12:44
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - Code Preparation (Artificial Neural Networks)

Higher Ed
In this video, we will work with the MNIST dataset and ANN code preparation.
<
br/>
This clip is from the chapter "Feedforward Artificial Neural Networks" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In...
Instructional Video9:54
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Matplotlib Introduction

Higher Ed
In this video, we will get introduced to Matplotlib.
<
br/>
This clip is from the chapter "Optional Learning - Python for Data Science - with Matplotlib" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In...
Instructional Video7:14
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Mathematical Operations and Functions in NumPy

Higher Ed
In this video, we will understand the different mathematical operations and functions that we can perform on NumPy arrays.
<
br/>
This clip is from the chapter "Optional Learning - Python for Data Science - with NumPy" of the series...
Instructional Video12:36
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Broadcasting

Higher Ed
In this video, we will understand the concept of broadcasting.
<
br/>
This clip is from the chapter "Optional Learning - Python for Data Science - with NumPy" of the series "Deep Learning - Computer Vision for Beginners Using...
Instructional Video6:05
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Slicing

Higher Ed
In this video, we will understand how to perform slicing on NumPy arrays.
<
br/>
This clip is from the chapter "Optional Learning - Python for Data Science - with NumPy" of the series "Deep Learning - Computer Vision for Beginners...
Instructional Video8:42
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Resize and Reshape Arrays

Higher Ed
In this video, you will learn how to resize and reshape an array.
<
br/>
This clip is from the chapter "Optional Learning - Python for Data Science - with NumPy" of the series "Deep Learning - Computer Vision for Beginners Using...
Instructional Video16:22
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - NumPy

Higher Ed
In this video, we will first understand how to create arrays using NumPy library.
<
br/>
This clip is from the chapter "Optional Learning - Python for Data Science - with NumPy" of the series "Deep Learning - Computer Vision for...
Instructional Video4:35
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - NumPy in PyTorch

Higher Ed
In this video, you will learn how to convert a NumPy array in PyTorch.
<
br/>
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...
Instructional Video7:10
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Expense Item View

Higher Ed
This video explains the expense item view.
<
br/>
This clip is from the chapter "Configurable Widget Deep Dive" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains more about the...
Instructional Video3:07
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Exchange Rate Widget Entry

Higher Ed
This video explains the exchange rate widget entry.<br<br/>/>

This clip is from the chapter "Deep Links in Widgets" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains deep links in widgets.