Curated Video
Behavioral Design Patterns in C++ - Change Manager - II
This video helps implement the concept of Change Manager in the code. 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 - 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++ - TextPad - II
This video starts with the creation of the application class and implementation of its important methods. This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will explore the...
Curated Video
Behavioral Design Patterns in C++ - Template Method - I
In this video, we will implement the template method design pattern in the document framework. This clip is from the chapter "Template Method" of the series "Behavioral Design Patterns in C++".In this section, we explore the template...
Curated Video
Blender to Unreal Engine - 3D Plants and Vegetation - Viewport and New Map
In this lesson, we will find out about viewport and its controls in Unreal Engine 5. You will learn how to navigate our perspective using the viewport to help us gain more control over the UE5 project. This clip is from the chapter...
Curated Video
Blender to Unreal Engine - 3D Plants and Vegetation - Unreal Engine 5 Basics
In this lesson, we will start working with Unreal Engine 5. We will get introduced to the launcher, create a new project, and walk through the UI setup. This clip is from the chapter "Unreal Engine 5 Basics" of the series "Blender to...
Curated Video
Blender to Unreal Engine - 3D Plants and Vegetation - Setting Up Terrain Scene with Grass Particles
In this lesson, we will see our 3D foliage pack and flower plants come to life as we finish up our Blender foliage creation and start setting it up within a custom terrain provided by the course. We will make use of weight painting to...
Curated Video
Blender to Unreal Engine - 3D Plants and Vegetation - Painting 3D Stylized Texture on 3D Asset Edge
This lesson will focus on adding more detail to our 3D shrub foliage and giving it more depth using base color painting techniques on our texture. This clip is from the chapter "Shrub Foliage Texturing" of the series "Blender to Unreal...
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Header Component - II / 101
Here, you will learn more about a styled-component module, which allows us to write CSS within JavaScript in a very modular and reusable way in React instead of having one global dynamic class.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Project Deployment / 078
In this video, we will understand the first cloud deployment model, the private model, single-tenant environments accessible by a single organization.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Common Properties
In this video, we will look at a showcase of how to install the Tailwind CSS and set up to use in our current project. We will understand installing Tailwind CDN versus Tailwind CLI. We will then learn to apply different kinds of common...
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Assignment Deployment
In this video, you will learn to create basket icons, implement them individually, and test them for functionality.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Assignment Statement and Demo / 080
In this lesson, you will learn about the project details, what we will build, and the components required to implement the project.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Solved: Netlify Error / 079
In this lesson, you will learn to deploy Netlify, which helps accelerate the time to deploy website and app integrations and APIs on one powerful serverless platform.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Development Branch on Git and GitHub
Here, you will learn how to develop and deploy the project branch on Git and GitHub.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Cinemate Demo
This video showcases the project that we will build called Cinemate, which is basically an information provider of popular movies, and is a movies based API project.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Dark Mode
In this lecture, we will understand about the dark mode feature and use Tailwind CSS to style our site in dark mode, which is a first-class feature of many operating systems.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Hover, Focus, and Other States
In this lesson, you will learn to apply custom properties in special states, like when working with buttons, we will use "hover", "focus" properties for fonts, and other states that can be customized to our project requirements.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Project Deployment
In this video, you will learn how to deploy our project on an online server. The first method involves pushing our project from the local system to a GitHub repository to Netlify or any other server we choose. The second way is to push...
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Project Structure
In this lesson, we will start our project from the basics. We will create the folder structure, create a basic React app, and call it TaskMate. We will create the basic setup for the project.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Add New Task / 029
After learning how to input data or tasks using forms and accepting the tasks or data using the submit button, we will now examine how to create new tasks, which will receive inputs from the tasks and add them to the task list we created...
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Components: Class- and Function-Based / 006
This video discusses components, where you will learn about class-based and function-based components. We will also create a new project setup.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Create React App
This lecture demonstrates how to create a React application. We will understand the version and documentation to be used for our learning. We will create the package for our projects, which we will use throughout the course for training.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Resources (Important)
In this video, you will learn about the resources used in this course and the multiple tools and code files we will use. The instructor explains everything about the code/resources in detail.