Instructional Video10:14
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Classes as Expression

Higher Ed
This video explains classes as an expression in JavaScript. This clip is from the chapter "Classes Enhancements and OOPS" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains classes...
Instructional Video6:19
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Rest Parameters

Higher Ed
This video explains the rest parameters. This clip is from the chapter "Function and Arguments" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains functions and arguments, which is a...
Instructional Video2:46
Curated Video

SQL Server Course for Beginners with 100+ examples - SQL Views

Higher Ed
Learn how to work with Views in SQL. A view is a virtual table created from the actual table, displaying the current result set. We will use the CREATE VIEW and DROP VIEW statements to develop and delete views. This clip is from the...
Instructional Video4:11
Curated Video

Behavioral Design Patterns in C++ - Hangman - III

Higher Ed
This video shows you how to implement checkpoints in the Hangman game. This clip is from the chapter "Memento" of the series "Behavioral Design Patterns in C++".This section focuses on the Memento pattern in detail.
Instructional Video7:22
Curated Video

Behavioral Design Patterns in C++ - Hangman - I

Higher Ed
In this video, we will implement the popular Hangman game on the console. This clip is from the chapter "Memento" of the series "Behavioral Design Patterns in C++".This section focuses on the Memento pattern in detail.
Instructional Video5:38
Curated Video

Behavioral Design Patterns in C++ - Undo - IV

Higher Ed
In this video, we will continue implementing the undo method in the remaining command classes. This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will explore the command design...
Instructional Video4:26
Curated Video

Behavioral Design Patterns in C++ - Undo - III

Higher Ed
This video will help you implement the undo method of several command classes. 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...
Instructional Video4:03
Curated Video

Behavioral Design Patterns in C++ - TextPad - III

Higher Ed
In this video, we will implement the input handling functionality in the application class. This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will explore the command design...
Instructional Video19:26
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Filter: Context and Reducers / 111

Higher Ed
Let's understand UserContext Hook, which makes it easy to pass data throughout your app without manually passing props down the tree, and UseReducer Hook, which allows for a more straightforward, predictable, and organized way to update...
Instructional Video3:48
Curated Video

React JS Masterclass - Go From Zero To Job Ready - ScrollToTop Component / 108

Higher Ed
This video describes how to use elastic load balancing with your auto scaling group to distribute traffic across the instances in your auto scaling group.
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 Video14:47
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Project Restructuring / 060

Higher Ed
In this lecture, we will examine how to improve the folder structure and how to import and export elements or components from different folder structures.
Instructional Video17:05
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Component Level Styling / 021

Higher Ed
After exploring index.css, we will look at the component-level styling. We will understand the structure of a component that involves styling.
Instructional Video12:47
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Global Level Styling / 020

Higher Ed
In this video, you will learn about the global level of styling, where the styling of the components or elements are available everywhere and are the generalized stylings applicable throughout, usually referred to as index.css.
Instructional Video4:50
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Scroll Restoration: Scroll to Top / 075

Higher Ed
In this video, we will understand cleaning up a bloated render method in a React component by extracting a layout component.
Instructional Video11:59
Curated Video

React JS Masterclass - Go From Zero To Job Ready - useState: Array State Value / 012

Higher Ed
Here, we will continue to understand the useState, but this time, we will not just use it with integers, we will use arrays. We will create a task list and experiment with using tasks.
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 Video10:37
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Ordering Data / 260

Higher Ed
You can specify the sort order for your data using orderBy() and limit the number of documents retrieved using the limit(). Note an orderBy() clause.
Instructional Video8:11
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - Categorical Cross Entropy

Higher Ed
In this video, you will learn about categorical cross entropy, which is used in multiclass classification. This clip is from the chapter "In-Depth: Loss Functions" of the series "Deep Learning - Artificial Neural Networks with...
Instructional Video5:43
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Slicing Pandas Dataframe

Higher Ed
In this video, we will understand how we can return the required elements from our dataframe using the concept of slicing. This clip is from the chapter "Optional Learning - Python for Data Science - with Pandas" of the series "Deep...
Instructional Video8:29
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Pandas Dataframe - Load from External File

Higher Ed
In this video, you will learn how to load the data to our dataframe from an external file. This clip is from the chapter "Optional Learning - Python for Data Science - with Pandas" of the series "Deep Learning - Computer Vision for...
Instructional Video5:28
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Pandas Dataframe

Higher Ed
In this video, you will learn about Pandas Dataframe. This clip is from the chapter "Optional Learning - Python for Data Science - with Pandas" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this section,...
Instructional Video16:18
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Pandas Library

Higher Ed
In this video, you will learn about the Pandas library. This clip is from the chapter "Optional Learning - Python for Data Science - with Pandas" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this...
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. This clip is from the chapter "Optional Learning - Python for Data Science - with NumPy" of the series "Deep Learning - Computer Vision for Beginners Using...