Curated Video
Blender to Unreal Engine - Become a Dungeon Prop Artist - Applying Transparent Sigils and Straw onto Assets
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.
Great Big Story
Chimp Haven, a sanctuary for retired research chimps
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.
Curated Video
Quick JavaScript Crash Course - Modern and Advanced JavaScript - Summary-Functions And Arguments
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...
Curated Video
Quick JavaScript Crash Course - Modern and Advanced JavaScript - Default 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 critical part of this course because...
Curated Video
Quick JavaScript Crash Course - Modern and Advanced JavaScript - Spread Operators - 2
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...
Curated Video
Quick JavaScript Crash Course - Modern and Advanced JavaScript - Spread Operators
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...
Curated Video
SQL Server Course for Beginners with 100+ examples - NOT NULL Constraint
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...
Curated Video
Blender to Unreal Engine - 3D Plants and Vegetation - UE5 Painting in Terrain Grass
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...
Curated Video
Blender to Unreal Engine - 3D Plants and Vegetation - 3D wild Grass Forming Organic Silhouette
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...
Curated Video
React JS Masterclass - Go From Zero To Job Ready - React Introduction
This introduction by the instructor delves deep into React, why we should learn it, its features and advantages, and its prerequisites.
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Preview Provider
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...
Curated Video
Data Science - Time Series Forecasting with Facebook Prophet in Python - Time Series Basics Section Introduction
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,...
Curated Video
Data Science - Time Series Forecasting with Facebook Prophet in Python - Outline
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...
Great Big Story
Exploring the plight of the endangered red ruffed lemur
Discover the world of the red ruffed lemur, one of Madagascar's most endangered species, struggling for survival in shrinking rainforests.
Curated Video
Python Bootcamp in a Day - Python Programming for Beginners - More Complex 'for' loops - 'break', 'continue', and 'else'
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.
Curated Video
Social Media Automation using Python - Displaying the Video Data
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...
Curated Video
Social Media Automation using Python - Sending Image to Group
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...
Curated Video
Social Media Automation using Python - Sending Message to Group
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - REST Versus GraphQL APIs
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Problem: Multiple Request (N+1) for Retrieving Relational Data
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Evaluate: Microservices Architecture with RESTful API Design
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...
Great Big Story
The science of snowflakes, Ken Libbrecht's icy artistry
Join Ken Libbrecht, a Caltech physicist and snowflake consultant for 'Frozen', as he unravels the secrets of snowflake formation.
Curated Video
Design Microservices Architecture with Patterns and Principles - Deployment Strategies for Microservices Blue-Green, Rolling, and Canary Deploy
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,...
Curated Video
Design Microservices Architecture with Patterns and Principles - Fetching Data with REST and GraphQL
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...