Curated Video
Blender to Unreal Engine - 3D Plants and Vegetation - Converting Bump Map to Normal Texture in UE5
This lesson will focus on creating master material with a bump texture map converted as a normal map to get more detail out of our reed buds. This clip is from the chapter "Creating PBR Material in Unreal Engine 5" of the series "Blender...
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Environment Setup
In this lesson, we will discuss the environment setup of certain software for Node, certain packages, and how to prepare the system for working on React.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Product Search / 109
Here, we will discuss operator precedence, which determines the order in which an arithmetic operation is performed.
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 - Header Component - I / 100
Let's start by designing a static product tile to use as the template for the generated product tiles. Create a file named "components".
Curated Video
React JS Masterclass - Go From Zero To Job Ready - API Fetch: Movie Search / 071
Here, you will learn how to clean up the Fetch API, which provides a JavaScript interface for accessing and manipulating protocol parts, such as requests and responses.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Custom Hook: useFetch / 070
Let's understand how to deal with errors in a fetch API. If errors are encountered during a fetch() call, it is often necessary to halt the compiler from reading the following few lines of code, rectifying the code, and re-fetching the API.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Project Setup-1
This video explores the components of the project. We will import the index.js file from the previous project and we will create all the required folder structures for the Cinemate 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 - Dynamic Page Title / 076
In this lecture, the next step is to start building the homepage of the eCommerce site. We will use components to tell React what we want to see on the screen.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - API Fetch: Movie List / 069
In this video, we will learn to fetch specific movies on the Movie list API. We will create a default empty list. We will then learn to send fetch requests to the URLs.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Navigation Structure
In this video, we will complete the header section of the Cinemate project and increase font sizes, change logo appearance, activate the navigation link, adding dynamic classes and add hidden variables.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - TMDB API: Documentation / 064
In this lesson, we will learn to use the TMDB API, a free API that showcases movies and we will register to create our account on the API. We will then examine the documentation, send links, and other parameters to work with.
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 - 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 - Introduction and Demo
This video demonstrates the Tailwind CSS framework use in detail, which is packed with classes like flex, pt-4, text-center, and rotate-90 that can build any design directly in the markup.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Route Parameters / 057
In this lesson, we will understand the parameters that are defined to a route, which helps to avoid repetitive tasks, especially in the scenario of large volumes of data.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Testing Structure / 151
This is a continuation of how to connect to and communicate with a MariaDB database featuring a demo app and code samples.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Dynamic Page Title / 140
In this video, you will learn to validate our forms in React. Here, the form will force us to enter details before we are taken to the product confirmation page.
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Adding WidgetKit Extension
This video explains how to add a WidgetKit extension. This clip is from the chapter "Getting Started" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section introduces you to WidgetKit and how to add...
Curated Video
CompTIA A+ Certification Core 1 (220-1101) - Choosing the Right Motherboard
The motherboard is the backbone of a PC. The type and model of motherboard that you choose can have a profound impact on your system and often determines which components you are able to use. What should you look for when picking out a...
Curated Video
PowerShell for Automating Administration - Learn PowerShell Logging Module
This video explains automating systems and the application validation process. Here, you will be using the PowerShell Logging module, which helps automate complex operations that run error-free. This clip is from the chapter "PowerShell...
Curated Video
Python Bootcamp in a Day - Python Programming for Beginners - String Functions
This video explains string functions in Python. This clip is from the chapter "Processing Information" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains how to process information in Python.
Curated Video
Social Media Automation using Python - Some Extra Perks
Here, you will learn about additional features we can harness using the pywhatkit function, such as collecting information about WhatsApp scheduling, image posting, and such tasks. This clip is from the chapter "WhatsApp Automation" of...