Instructional Video7:58
Curated Video

Create a Dark Moody Atmospheric 2D Game with Unity and C# - Particle Effects

Higher Ed
In this video, you will learn how to create and add dynamic particle effects to our game for a more immersive experience.
Instructional Video2:23
Curated Video

Create a Dark Moody Atmospheric 2D Game with Unity and C# - Fixing Dash and Bugs

Higher Ed
In this video, you will learn how to fix bugs in our game, including issues with the dash function.
Instructional Video5:13
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Building a Restful API in React.JS - Part 2

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

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - useEffect Hook in React.JS

Higher Ed
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...
Instructional Video2:47
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Hooks in Reacts.JS

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

The Power of Thought: Harnessing Autosuggestion and the Placebo Effect

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

Sweat and Odor: Managing Body's Unwanted Outputs

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

Flushing Out the Facts: Understanding Blushing and Rosacea

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

Spectacular Sky Phenomena: From Lenticular Clouds to Supercells

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

The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - useEffect Hooks and Rendering Optimization with React Native

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

Silencing the Noise: Understanding and Mitigating Noise Pollution

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

Deep Learning - Crash Course 2023 - Gradient Descent

Higher Ed
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.
Instructional Video9:30
Curated Video

SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Forms, Buttons, Pickers, Sliders, Toggle, Images, Overlays - Edit Options

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

Unwrapping the Secrets of Knack Sausages

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

React JS Masterclass - Go From Zero To Job Ready - Dynamic Title / 110

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 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 Video11:53
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Custom Hook: useFetch / 070

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

React JS Masterclass - Go From Zero To Job Ready - Scroll Restoration: Scroll to Top / 075

Higher Ed
In this video, we will understand cleaning up a bloated render method in a React component by extracting a layout component.
Instructional Video10:50
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Theme: Change Background / 051

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

React JS Masterclass - Go From Zero To Job Ready - Local Storage: Store All Tasks / 050

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

React JS Masterclass - Go From Zero To Job Ready - useCallback Hook / 037

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

React JS Masterclass - Go From Zero To Job Ready - Event / 036

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

React JS Masterclass - Go From Zero To Job Ready - React StrictMode

Higher Ed
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.
Instructional Video12:52
Curated Video

React JS Masterclass - Go From Zero To Job Ready - useEffect Hook / 032

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