Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - How to Style in HTML5
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,...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Iterate Through Objects with the For…in JavaScript
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...
Curated Video
Vue.js 3 and Firebase for Beginners - Named Routes
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...
Curated Video
The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Compile Inverse Styling Code for React Native - Experiment II
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...
Curated Video
Deep Learning - Crash Course 2023 - Introduction to Probability and Random Variables
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.
Curated Video
Deep Learning - Crash Course 2023 - Functions and Classes in Python
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...
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Basics of Recommender System: ICM
In this lesson, you will learn about the item-context matrix, a list of items and attributes in the recommender system.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Relational Databases
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.
Curated Video
The Art of Doing - Web Development for Beginners - Understanding Attributes
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...
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++ - Hangman - VI
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.
Curated Video
Behavioral Design Patterns in C++ - Hangman - V
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...
Curated Video
Behavioral Design Patterns in C++ - Hangman - III
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.
Curated Video
Behavioral Design Patterns in C++ - Hangman - I
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.
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Grocery Item Entry
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.
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - Classes in Python
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...
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Dynamic Island Expanded Trailing, Center, and Bottom Region
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...
Curated Video
Recommender Systems with Machine Learning - ICM
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...
Curated Video
Master SQL for Data Analysis - Loading the eCommerce Datasets
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...
Curated Video
Master SQL for Data Analysis - Relational Model, ER Diagram
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...
Curated Video
Master SQL for Data Analysis - Tables, Columns, Rows
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...
Curated Video
Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Classification in Code
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...
Curated Video
Getting Started with HashiCorp Nomad - Demo - Job Placement
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...
Curated Video
The Complete Vue.js Course for Beginners - Two-Way Binding in Vue.js
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...