Curated Video
AutoCAD 2023 Masterclass - Produce Amazing Site Plans Quickly - Adjusting Furniture in Master Bedroom
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...
Curated Video
ChatGPT for Creatives - WriterZen
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...
Curated Video
Blender to Unreal Engine - Become a Dungeon Prop Artist - Organizing the Props within Our World
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - React Boilerplate / 005
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Dropdown Option / 115
After learning to use the React state hook, we will look at storing variables passed with the () event to put in the product display.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - ScrollToTop Component / 108
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Rating Component / 105
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Installations / 098
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 - Reducers: Add and Remove / 093
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Project Restructuring / 060
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Project Structure / 055
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...
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Component Level Styling / 021
After exploring index.css, we will look at the component-level styling. We will understand the structure of a component that involves styling.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Solution: Pages / 083
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Movie List Structure / 068
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Props: In-Depth Introduction / 017
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Multiple Components and Fragments / 016
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Practice: Basic Template Structure / 008
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.
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 - Error: Object Fetch / 168
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Project Styling / 161
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Project Structure / 160
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Authentication - I / 263
Firebase Authentication provides backend services, easy-to-use SDKs, and ready-made UI libraries to authenticate users to your app.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Firestore Queries / 259
Cloud Firestore provides powerful query functionality for specifying which documents you want to retrieve from a collection or collection group.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Firebase Connection / 254
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.