Instructional Video6:58
Curated Video

Behavioral Design Patterns in C++ - Change Manager - II

Higher Ed
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.
Instructional Video5:11
Curated Video

Behavioral Design Patterns in C++ - Slide Deck - III

Higher Ed
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.
Instructional Video3:54
Curated Video

Behavioral Design Patterns in C++ - TextPad - II

Higher Ed
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...
Instructional Video7:32
Curated Video

Behavioral Design Patterns in C++ - Template Method - I

Higher Ed
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...
Instructional Video10:59
Curated Video

Blender to Unreal Engine - 3D Plants and Vegetation - Viewport and New Map

Higher Ed
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...
Instructional Video13:19
Curated Video

Blender to Unreal Engine - 3D Plants and Vegetation - Unreal Engine 5 Basics

Higher Ed
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...
Instructional Video8:17
Curated Video

Blender to Unreal Engine - 3D Plants and Vegetation - Setting Up Terrain Scene with Grass Particles

Higher Ed
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...
Instructional Video14:32
Curated Video

Blender to Unreal Engine - 3D Plants and Vegetation - Painting 3D Stylized Texture on 3D Asset Edge

Higher Ed
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...
Instructional Video10:16
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Header Component - II / 101

Higher Ed
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.
Instructional Video22:25
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Project Deployment / 078

Higher Ed
In this video, we will understand the first cloud deployment model, the private model, single-tenant environments accessible by a single organization.
Instructional Video14:34
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Common Properties

Higher Ed
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...
Instructional Video4:05
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Assignment Deployment

Higher Ed
In this video, you will learn to create basket icons, implement them individually, and test them for functionality.
Instructional Video2:41
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Assignment Statement and Demo / 080

Higher Ed
In this lesson, you will learn about the project details, what we will build, and the components required to implement the project.
Instructional Video7:17
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Solved: Netlify Error / 079

Higher Ed
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.
Instructional Video10:05
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Development Branch on Git and GitHub

Higher Ed
Here, you will learn how to develop and deploy the project branch on Git and GitHub.
Instructional Video4:36
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Cinemate Demo

Higher Ed
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.
Instructional Video7:07
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Dark Mode

Higher Ed
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.
Instructional Video5:11
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Hover, Focus, and Other States

Higher Ed
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.
Instructional Video5:55
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Project Deployment

Higher Ed
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...
Instructional Video4:04
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Project Structure

Higher Ed
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.
Instructional Video11:02
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Add New Task / 029

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

React JS Masterclass - Go From Zero To Job Ready - Components: Class- and Function-Based / 006

Higher Ed
This video discusses components, where you will learn about class-based and function-based components. We will also create a new project setup.
Instructional Video12:10
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Create React App

Higher Ed
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.
Instructional Video10:33
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Resources (Important)

Higher Ed
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.