Curated Video
Create a Dark Moody Atmospheric 2D Game with Unity and C# - Particle Effects
In this video, you will learn how to create and add dynamic particle effects to our game for a more immersive experience.
Curated Video
Create a Dark Moody Atmospheric 2D Game with Unity and C# - Fixing Dash and Bugs
In this video, you will learn how to fix bugs in our game, including issues with the dash function.
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Building a Restful API in React.JS - Part 2
Continuing from the previous video, we dive deeper into building a RESTful API in React.JS. You will learn about handling API responses, error handling, and implementing pagination for large datasets, and the process of structuring code...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - useEffect Hook in React.JS
This video explores the useEffect hook and its usage in React applications. You will learn to perform tasks such as data fetching, event subscriptions, and cleanup operations using the useEffect hook, and learn the concept of...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Hooks in Reacts.JS
In this video, we will be introduced to hooks, a powerful feature introduced in React 16.8 to use state and other React features in functional components. You will learn about the useState hook to add state to functional components and...
Curated Video
The Power of Thought: Harnessing Autosuggestion and the Placebo Effect
Explore the fascinating science behind autosuggestion and the placebo effect. Learn how positive thinking can not only improve performance but also influence physical health. This video delves into how repetitive positive affirmations...
Curated Video
Sweat and Odor: Managing Body's Unwanted Outputs
Explore the physiological reasons behind excessive sweating and body odor, including conditions like hyperhidrosis. This segment explains the role of sweat glands and the interaction of sweat with bacteria on the skin, which leads to...
Curated Video
Flushing Out the Facts: Understanding Blushing and Rosacea
Explore the biological and psychological triggers behind blushing and delve into the chronic skin condition of rosacea that affects millions. Learn from experts about how emotional and physical responses lead to blushing and the...
Curated Video
Spectacular Sky Phenomena: From Lenticular Clouds to Supercells
This video examines extraordinary atmospheric phenomena, including unusual cloud formations like lenticular clouds and intense supercell storms. Experts dissect the conditions that lead to these events, offering insights into their...
Curated Video
The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - useEffect Hooks and Rendering Optimization with React Native
In this video, we will explore the useEffect hook in React Native, which is used for handling side effects such as network requests, state updates, and rendering optimizations. By the end of this video, you will have a better...
Curated Video
Silencing the Noise: Understanding and Mitigating Noise Pollution
Explore the impact of everyday noise on our health, from the bustling playgrounds to busy urban environments. Learn about the dangers posed by high decibel levels, how noise affects our cardiovascular and cognitive health, and practical...
Curated Video
Deep Learning - Crash Course 2023 - Gradient Descent
In this video, you will learn about gradient descent. This clip is from the chapter "Sigmoid Neuron" of the series "Deep Learning - Crash Course 2023".In this section, we will begin our journey with Sigmoid Neuron.
Curated Video
SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Forms, Buttons, Pickers, Sliders, Toggle, Images, Overlays - Edit Options
In this lesson, a continuation of the previous video, we will now look at the edit options in more detail. You will learn about the alignment index, and we will test the “text.alignleftâ€, “text.aligncenterâ€, and...
Curated Video
Unwrapping the Secrets of Knack Sausages
Discover the craft and science behind making knack sausages, a favorite treat from Alsace. Learn about the traditional ingredients like pork, beef, and the surprising use of crushed ice to maintain the perfect texture during grinding....
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Dynamic Title / 110
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 - 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 - 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 - Scroll Restoration: Scroll to Top / 075
In this video, we will understand cleaning up a bloated render method in a React component by extracting a layout component.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Theme: Change Background / 051
In this video, we will learn to create a state that will allow us to change the background of our TaskMate appearance based on the selection we make.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Local Storage: Store All Tasks / 050
Here, we will focus on our local storage. When we create tasks in our TaskMate, we need to provide the app a local storage to store the tasks that we create.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - useCallback Hook / 037
In this video, you will learn about the useCallback hook, as the useEffect hook requires dependencies within the function. In contrast, the useCallback hook does not require a dependency within it and can call dependencies from outside...
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Event / 036
In this lecture, you will learn how to utilize a URL and how to use Async Await, and the functions we will use for the process. You will learn to segregate data based on specified conditions.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - React StrictMode
Let's learn about an interesting feature, a common doubt that may occur in our minds, where we loaded the conole.log once, but the information is repetitive. You will learn how the useEffect hook works here.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - useEffect Hook / 032
In this lecture, you will learn to call an API, access the information, and then create the user interface to display the information. We will understand the useEffect hook that accepts a function that contains imperative and possibly...