Instructional Video10:00
Curated Video

Blender to Unreal Engine - Become a Dungeon Prop Artist - Applying Transparent Sigils and Straw onto Assets

Higher Ed
In this lesson, we are going to make use of the PBR transparent material and apply it to our sigil decals and dungeon bed straws.
Instructional Video2:23
Great Big Story

Chimp Haven, a sanctuary for retired research chimps

12th - Higher Ed
Discover Chimp Haven, where nearly 200 chimpanzees, once part of medical research, find peace and the chance to live like chimps in their natural behaviors.
Instructional Video0:41
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Summary-Functions And Arguments

Higher Ed
This clip is from the chapter "Function and Arguments" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains functions and arguments, which is a critical part of this course because...
Instructional Video0:55
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Default Operators

Higher Ed
This clip is from the chapter "Function and Arguments" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains functions and arguments, which is a critical part of this course because...
Instructional Video8:31
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Spread Operators - 2

Higher Ed
This video is a continuation of spread operators in JavaScript. This clip is from the chapter "Function and Arguments" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains functions and...
Instructional Video1:26
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Spread Operators

Higher Ed
This video explains the spread operators. This clip is from the chapter "Function and Arguments" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains functions and arguments, which is a...
Instructional Video3:42
Curated Video

SQL Server Course for Beginners with 100+ examples - NOT NULL Constraint

Higher Ed
Learn how to work with the NOT NULL constraint in SQL to enforce a column with values, that is, not null. Remember, as columns can have NULL by default, we use the NOT NULL constraint to enforce a column NOT to accept values. This clip...
Instructional Video10:31
Curated Video

Blender to Unreal Engine - 3D Plants and Vegetation - UE5 Painting in Terrain Grass

Higher Ed
In this lesson, you will learn how to make use of the density functionality in the foliage toolkit to get better painting results out of our grass. This clip is from the chapter "Using Foliage Mode in Unreal Engine 5" of the series...
Instructional Video10:12
Curated Video

Blender to Unreal Engine - 3D Plants and Vegetation - 3D wild Grass Forming Organic Silhouette

Higher Ed
In this lesson, we will be adding more details to our 3D wild grass. This clip is from the chapter "Creating Wild Grass 3D foliage" of the series "Blender to Unreal Engine - 3D Plants and Vegetation".In this section, we will work on...
Instructional Video13:02
Curated Video

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

Higher Ed
This introduction by the instructor delves deep into React, why we should learn it, its features and advantages, and its prerequisites.
Instructional Video3:53
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Preview Provider

Higher Ed
This video explains the preview provider for the widget extension. This clip is from the chapter "Understanding Widgets in WidgetKit" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains each...
Instructional Video6:27
Curated Video

Data Science - Time Series Forecasting with Facebook Prophet in Python - Time Series Basics Section Introduction

Higher Ed
In this video, we will get introduced to time series and understand some basics. This clip is from the chapter "Time Series Basics" of the series "Data Science - Time Series Forecasting with Facebook Prophet in Python".In this section,...
Instructional Video3:21
Curated Video

Data Science - Time Series Forecasting with Facebook Prophet in Python - Outline

Higher Ed
In this video, we will understand the course learning approach and what is required to start with this course. Then we will also understand what is covered in this course. This clip is from the chapter "Welcome" of the series "Data...
Instructional Video1:11
Great Big Story

Exploring the plight of the endangered red ruffed lemur

12th - Higher Ed
Discover the world of the red ruffed lemur, one of Madagascar's most endangered species, struggling for survival in shrinking rainforests.
Instructional Video8:51
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - More Complex 'for' loops - 'break', 'continue', and 'else'

Higher Ed
This video explains more complex 'for' loops. This clip is from the chapter "Processing Collections" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains processing collections using Python.
Instructional Video4:10
Curated Video

Social Media Automation using Python - Displaying the Video Data

Higher Ed
After fetching video data based on ID, you will learn to display relevant information of the video details, such as video titles, snippets, and content knowledge. This clip is from the chapter "YouTube Automation" of the series "Social...
Instructional Video2:27
Curated Video

Social Media Automation using Python - Sending Image to Group

Higher Ed
After learning how to create a group link using the pywhatkit.sendwhats_image function, you will learn to send images to members within the group using the group link instead of the contact numbers, just as we did while sending images to...
Instructional Video3:02
Curated Video

Social Media Automation using Python - Sending Message to Group

Higher Ed
In this lesson, we will look at sending messages to groups and understand the prerequisites of having admin rights to send messages to groups. You will learn to send messages with links to groups. This clip is from the chapter "WhatsApp...
Instructional Video1:38
Curated Video

Design Microservices Architecture with Patterns and Principles - REST Versus GraphQL APIs

Higher Ed
In this video, we will compare RESTful APIs with GraphQL APIs and understand the trade-offs between the two approaches. We will explore the differences in querying, data retrieval, performance, and developer experience when choosing...
Instructional Video1:47
Curated Video

Design Microservices Architecture with Patterns and Principles - Problem: Multiple Request (N+1) for Retrieving Relational Data

Higher Ed
In this video, we will address the problem of multiple requests and the N+1 query problem when retrieving relational data in a microservices architecture. Explore strategies, such as eager loading, caching, and denormalization, to...
Instructional Video2:18
Curated Video

Design Microservices Architecture with Patterns and Principles - Evaluate: Microservices Architecture with RESTful API Design

Higher Ed
In this video, we will evaluate the effectiveness and performance of a microservices architecture implemented with RESTful APIs. We will explore key metrics, such as response time, scalability, and maintainability, to assess the success...
Instructional Video1:47
Great Big Story

The science of snowflakes, Ken Libbrecht's icy artistry

12th - Higher Ed
Join Ken Libbrecht, a Caltech physicist and snowflake consultant for 'Frozen', as he unravels the secrets of snowflake formation.
Instructional Video2:40
Curated Video

Design Microservices Architecture with Patterns and Principles - Deployment Strategies for Microservices Blue-Green, Rolling, and Canary Deploy

Higher Ed
This video discusses different deployment strategies used in microservices environments, including blue-green, rolling, and canary deployment and explains each strategy and their benefits in terms of minimizing downtime, reducing risk,...
Instructional Video3:38
Curated Video

Design Microservices Architecture with Patterns and Principles - Fetching Data with REST and GraphQL

Higher Ed
In this video, we will examine the process of fetching data using both RESTful and GraphQL APIs. We will understand how REST follows a resource-based approach, while GraphQL offers flexible and fine-grained querying capabilities. This...