Instructional Video6:16
Curated Video

AutoCAD 2023 Masterclass - Produce Amazing Site Plans Quickly - Adjusting Furniture in Master Bedroom

Higher Ed
In this video, we will cover the process of adjusting furniture in a master bedroom. You will learn how to properly place and arrange furniture such as sofa, carpet, bed, chair, and more, to create a comfortable and functional bedroom...
Instructional Video3:42
Curated Video

ChatGPT for Creatives - WriterZen

Higher Ed
In this video, the author talks about another AI tool called WriterZen, which is a writing assistant that helps in improving writing skills. It can check grammar, suggest vocabulary, and give feedback on the tone and style of the...
Instructional Video10:16
Curated Video

Blender to Unreal Engine - Become a Dungeon Prop Artist - Organizing the Props within Our World

Higher Ed
During this lesson, we will lay out our props in the UE5 world to check their scale within the scene. We are going to take all our props from the content browser and lay them out on a platform.
Instructional Video15:57
Curated Video

React JS Masterclass - Go From Zero To Job Ready - React Boilerplate / 005

Higher Ed
In this video, we will start our coding journey from the basics. We will understand the required functional folders for our React coding operations in detail.
Instructional Video7:44
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Dropdown Option / 115

Higher Ed
After learning to use the React state hook, we will look at storing variables passed with the () event to put in the product display.
Instructional Video3:48
Curated Video

React JS Masterclass - Go From Zero To Job Ready - ScrollToTop Component / 108

Higher Ed
This video describes how to use elastic load balancing with your auto scaling group to distribute traffic across the instances in your auto scaling group.
Instructional Video9:27
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Rating Component / 105

Higher Ed
For the final checkout page to perform the next set of actions, you will learn how to implement an order confirmation before proceeding with the last payment order.
Instructional Video6:55
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Installations / 098

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 Video15:46
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Reducers: Add and Remove / 093

Higher Ed
This lesson creates a new reducer method called removeFromCart, which accepts a value and removes an item from the basket. We will then add an handler to our remove button.
Instructional Video14:47
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Project Restructuring / 060

Higher Ed
In this lecture, we will examine how to improve the folder structure and how to import and export elements or components from different folder structures.
Instructional Video15:21
Curated Video

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

Higher Ed
In this video, we will learn how to improve the structure of our project. We will learn to create proper header and footer components and import them from the components folder. This will be the base structure on which the project will...
Instructional Video17:05
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Component Level Styling / 021

Higher Ed
After exploring index.css, we will look at the component-level styling. We will understand the structure of a component that involves styling.
Instructional Video9:43
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Solution: Pages / 083

Higher Ed
In this video, you will learn how to use the React router and its components to create a single-page application as a detail page.
Instructional Video10:36
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Movie List Structure / 068

Higher Ed
In this video, we will create the homepage for the Cinemate project and we will define the appearance of the movie list structure on the project.
Instructional Video6:42
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Props: In-Depth Introduction / 017

Higher Ed
After learning about components and component trees in this video, we will focus on props in detail. We will understand what props are and how they are used in codes and properties with dynamic values.
Instructional Video9:25
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Multiple Components and Fragments / 016

Higher Ed
After understanding components, we will now understand the various components in use. We will also create different components and understand what fragments and component trees are.
Instructional Video15:42
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Practice: Basic Template Structure / 008

Higher Ed
After learning how to create components, add CSS on our website, and add emojis, we will now create a small app based on what we have learned from previous lessons.
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 Video10:06
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Error: Object Fetch / 168

Higher Ed
While creating our blog post in the last video, we encountered an error. In this video, we will focus on how to fix the error and understand creating and fetching objects for the project.
Instructional Video8:34
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Project Styling / 161

Higher Ed
In this video, we will understand how to begin with the designing part of this project. We will create the header, footer, logo, and other components required for WriteNode.
Instructional Video11:50
Curated Video

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

Higher Ed
In this video, we will work on the structuring part of the project WriteNode. We will create the requisite folder structures and importing the required libraries.
Instructional Video5:27
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Authentication - I / 263

Higher Ed
Firebase Authentication provides backend services, easy-to-use SDKs, and ready-made UI libraries to authenticate users to your app.
Instructional Video6:24
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Firestore Queries / 259

Higher Ed
Cloud Firestore provides powerful query functionality for specifying which documents you want to retrieve from a collection or collection group.
Instructional Video4:59
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Firebase Connection / 254

Higher Ed
When you register your app with Firebase, you will get a Firebase configuration object that you will use to connect your app with your Firebase project.