Instructional Video2:09
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - How to Style in HTML5

Higher Ed
In this video, we will explore different methods to style HTML elements using inline styles, internal stylesheets, and external CSS files. We will understand the CSS selectors, properties, and values to apply colors, fonts, backgrounds,...
Instructional Video4:58
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Iterate Through Objects with the For…in JavaScript

Higher Ed
The “For…in” loop is a handy tool for iterating through the properties of an object in JavaScript. In this video, you will learn how to use the “For…in” loop to loop through all the properties of an object and perform a specific action...
Instructional Video2:16
Curated Video

Vue.js 3 and Firebase for Beginners - Named Routes

Higher Ed
This video explains named routes. A name is given to the route defined and the name later can be used in case the user wants to perform redirection. This clip is from the chapter "Basic Routing" of the series "Vue.js 3 and Firebase for...
Instructional Video4:14
Curated Video

The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Compile Inverse Styling Code for React Native - Experiment II

Higher Ed
This video is a follow-up to the previous video and will delve deeper into compiling inverse styling code for React Native with ChatGPT analysis. You will explore more advanced techniques for implementing inverse styling, including...
Instructional Video8:05
Curated Video

Deep Learning - Crash Course 2023 - Introduction to Probability and Random Variables

Higher Ed
In this video, we will be introduced to probability and random variables. This clip is from the chapter "Basic Probability" of the series "Deep Learning - Crash Course 2023".In this section, we will talk about probability.
Instructional Video12:23
Curated Video

Deep Learning - Crash Course 2023 - Functions and Classes in Python

Higher Ed
In this video, we will understand what functions and classes are in Python. This clip is from the chapter "Python Crash Course on Basics" of the series "Deep Learning - Crash Course 2023".In this section, we will work on our foundation...
Instructional Video4:17
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Basics of Recommender System: ICM

Higher Ed
In this lesson, you will learn about the item-context matrix, a list of items and attributes in the recommender system.
Instructional Video7:44
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Relational Databases

Higher Ed
Understanding the capabilities of relational databases is the starting point to architecting a good AWS database implementation. This video provides the fundamentals concepts and terminology of relational databases.
Instructional Video11:00
Curated Video

The Art of Doing - Web Development for Beginners - Understanding Attributes

Higher Ed
In this video, we will explore the different attributes available in HTML, such as id, class, and style, and how they can be used to customize web page elements. This clip is from the chapter "Advanced HTML Tags" of the series "The Art...
Instructional Video5:23
Curated Video

Behavioral Design Patterns in C++ - Introduction-Visitor

Higher Ed
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.
Instructional Video6:03
Curated Video

Behavioral Design Patterns in C++ - Hangman - VI

Higher Ed
In this video, we will use serialization to implement the Memento pattern. 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 Video3:36
Curated Video

Behavioral Design Patterns in C++ - Hangman - V

Higher Ed
This video will help in building upon the previous video and continuing our implementation of the Memento pattern. This clip is from the chapter "Memento" of the series "Behavioral Design Patterns in C++".This section focuses on 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 Video4:24
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Grocery Item Entry

Higher Ed
This video explains the grocery item entry. 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 Video12:17
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Classes in Python

Higher Ed
In this video, you will learn about classes in Python. This clip is from the chapter "Optional Learning - Python Basics" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this section, you will be learning...
Instructional Video6:57
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Dynamic Island Expanded Trailing, Center, and Bottom Region

Higher Ed
This video explains Dynamic Island expanded trailing, center, and bottom region. This clip is from the chapter "iOS 16 Dynamic Island" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains...
Instructional Video4:14
Curated Video

Recommender Systems with Machine Learning - ICM

Higher Ed
This video talks about the ICM (Item Content Matrix) that is used to store the data of recommender systems. This clip is from the chapter "Basic of Recommender Systems" of the series "Recommender Systems with Machine Learning".This...
Instructional Video7:18
Curated Video

Master SQL for Data Analysis - Loading the eCommerce Datasets

Higher Ed
In this video, we will look at the different store datasets of eCommerce that we will use in the eCommerce training project. This clip is from the chapter "Getting Started with Level 2" of the series "Master SQL for Data Analysis".This...
Instructional Video3:27
Curated Video

Master SQL for Data Analysis - Relational Model, ER Diagram

Higher Ed
Here, we will explore the three main building blocks of a relational database: entity, attribute, and relationship. This clip is from the chapter "Databases - Terminology" of the series "Master SQL for Data Analysis".This section focuses...
Instructional Video3:49
Curated Video

Master SQL for Data Analysis - Tables, Columns, Rows

Higher Ed
In this lesson, we will explore tables in a database, and the two-dimensional rows and columns of a table. This clip is from the chapter "Databases - Terminology" of the series "Master SQL for Data Analysis".This section focuses on...
Instructional Video14:49
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Classification in Code

Higher Ed
In this video, we will practice all that we have learnt in the previous video about classification. This clip is from the chapter "Machine Learning Basics" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in...
Instructional Video10:08
Curated Video

Getting Started with HashiCorp Nomad - Demo - Job Placement

Higher Ed
In this video, we will look at a demonstration of job placement. We will change the job configuration, add allocations, and run a job in a container. You will learn to modify the job to use the spread allocations learned in the previous...
Instructional Video4:02
Curated Video

The Complete Vue.js Course for Beginners - Two-Way Binding in Vue.js

Higher Ed
In this video, you will learn about two-way binding; we will get an overview of it and This clip is from the chapter "Getting Started with Basic Code" of the series "The Complete Vue.js Course for Beginners".This section gets you started...