Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 16 - Introduction to Object-Oriented Programming – Conclusion
In this video, you will learn about introduction to object-oriented programming—conclusion.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 06 - Introducing State of an Object with Speed Variable
In this video, you will learn about introducing the state of an object with the speed variable.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 03 - Introduction to Object-Oriented Programming - Exercise – Online Shopping
In this video, you will learn about object-oriented programming exercise—online shopping.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 02 - Introduction to Object-Oriented Programming - Terminology - Class Object
In this video, you will learn about object-oriented programming terminology—class object.
Curated Video
Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - Overview of Next.js Key Index and Starter Coding Files for the ChatGPT OpenAI
In this video, we will provide an overview of the key index and starter coding files for the ChatGPT OpenAI application built with Next.js.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Benefits of Machine Learning
Let's understand what role machine learning plays in a recommender system and what are the benefits of machine learning.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Deep Learning Foundation for Recommender Systems: Deep Learning Quiz Solution
This video is the solution to the quiz based on the learnings of the lectures and concepts so far.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - EditProfileView 2
Continuing from the previous video, we dive deeper into the EditProfileView to create a customizable user profile feature. By the end of this video, you will have a fully functional EditProfileView that allows users to update their...
Curated Video
The Art of Doing - Web Development for Beginners - Debugging an Issue
In this video, we will solve the issue where we couldn't center-align an image in the Flexbox layout. You will learn how to troubleshoot and debug common layout issues in CSS and implement the necessary changes to achieve the desired...
Curated Video
Behavioral Design Patterns in C++ - Pros and Cons-Strategy Pattern
This video talks about the pros and cons of the strategy pattern. This clip is from the chapter "Strategy" of the series "Behavioral Design Patterns in C++".In this section, you will learn about the strategy pattern.
Curated Video
Behavioral Design Patterns in C++ - Introduction-Strategy Pattern
This video provides an introduction to strategy. This clip is from the chapter "Strategy" of the series "Behavioral Design Patterns in C++".In this section, you will learn about the strategy pattern.
Curated Video
Behavioral Design Patterns in C++ - Basic Example-1
In this video, we will go through one of the basic examples of strategy pattern. This clip is from the chapter "Strategy" of the series "Behavioral Design Patterns in C++".In this section, you will learn about the strategy pattern.
Curated Video
Behavioral Design Patterns in C++ - Overview of Behavioral Patterns
This video provides an overview of behavioral patterns. This clip is from the chapter "Basic Concepts" of the series "Behavioral Design Patterns in C++".This section focuses on basic concepts of design patterns.
Curated Video
Behavioral Design Patterns in C++ - Pros and Cons-State
This video talks about the pros and cons of the State design pattern. This clip is from the chapter "State" of the series "Behavioral Design Patterns in C++".This section focuses on the State design pattern.
Curated Video
Behavioral Design Patterns in C++ - Lamp - I (NoState)
This video explains the implementation of the State design pattern. Here, we will use the example of a lamp with two states, that is, ON and OFF. This clip is from the chapter "State" of the series "Behavioral Design Patterns in...
Curated Video
Behavioral Design Patterns in C++ - Methods for States - III
This video extends the code and modifies the state class. This clip is from the chapter "State" of the series "Behavioral Design Patterns in C++".This section focuses on the State design pattern.
Curated Video
Behavioral Design Patterns in C++ - Methods for States - I
This video demonstrates another approach—methods for state approach that can be implemented in the State design pattern. This clip is from the chapter "State" of the series "Behavioral Design Patterns in C++".This section focuses on...
Curated Video
Behavioral Design Patterns in C++ - Pros and Cons-Mediator
This video talks about the pros and cons of the Mediator design pattern. This clip is from the chapter "Mediator" of the series "Behavioral Design Patterns in C++".This section focuses on the Mediator pattern.
Curated Video
Behavioral Design Patterns in C++ - DialogBox - IV
This video helps implement the Mediator design pattern to remove dependencies between the widgets’ classes. This clip is from the chapter "Mediator" of the series "Behavioral Design Patterns in C++".This section focuses on the Mediator...
Curated Video
Behavioral Design Patterns in C++ - Slide Deck - III
In this video, we will implement the Observer design pattern in the application. This clip is from the chapter "Observer" of the series "Behavioral Design Patterns in C++".This section focuses on the Observer pattern.
Curated Video
Behavioral Design Patterns in C++ - Slide Deck - I
This video will help you build an app like PowerPoint, which is the Slide Deck application here and present your data like you do in PPT. This clip is from the chapter "Observer" of the series "Behavioral Design Patterns in C++".This...
Curated Video
Behavioral Design Patterns in C++ - Pros and Cons-Chain Of Responsibility
This video talks about the pros and cons of the CoR pattern. This clip is from the chapter "Chain of Responsibility" of the series "Behavioral Design Patterns in C++".This section focuses on the Chain of Responsibility pattern.
Curated Video
Behavioral Design Patterns in C++ - Logging System - IV
In this video, we will refine our implementation and reduce some boilerplate code. This clip is from the chapter "Chain of Responsibility" of the series "Behavioral Design Patterns in C++".This section focuses on the Chain of...
Curated Video
Behavioral Design Patterns in C++ - Pros and Cons-Template Method
This video talks about the pros and cons of the template method pattern. This clip is from the chapter "Template Method" of the series "Behavioral Design Patterns in C++".In this section, we explore the template method behavioral design...