Hi, what do you want to do?
Seven Dimensions
Navigating Organizational Change: Managing Redundancy and Retrenchment
In this video, Peter Wallbridge discusses the challenges organizations face when undergoing mergers or significant changes, particularly in relation to staff reductions. He emphasizes the importance of having a clear redundancy policy...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Modify the Home Controller
The HomeController is edited to customize it for starting the application.
<
br/>
This clip is from the chapter "Coding Project Part 2: Consume the Web API Using an ASP.NET Core 3.1 MVC Client" of the series "ASP.NET 6.0 - Build...
<
br/>
This clip is from the chapter "Coding Project Part 2: Consume the Web API Using an ASP.NET Core 3.1 MVC Client" of the series "ASP.NET 6.0 - Build...
Curated Video
Behavioral Design Patterns in C++ - Template Method - I
In this video, we will implement the template method design pattern in the document framework.
<
br/>
This clip is from the chapter "Template Method" of the series "Behavioral Design Patterns in C++".In this section, we explore the...
<
br/>
This clip is from the chapter "Template Method" of the series "Behavioral Design Patterns in C++".In this section, we explore the...
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Dynamic Island Expanded Region Leading
This video explains Dynamic Island and the newly introduced activity configuration.
<
br/>
This clip is from the chapter "iOS 16 Dynamic Island" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This...
<
br/>
This clip is from the chapter "iOS 16 Dynamic Island" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This...
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Exchange Rate Widget
This video explains the exchange rate widget.<br<br/>/>
This clip is from the chapter "Deep Links in Widgets" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains deep links in widgets.
This clip is from the chapter "Deep Links in Widgets" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains deep links in widgets.
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Exchange Rate Widget Entry
This video explains the exchange rate widget entry.<br<br/>/>
This clip is from the chapter "Deep Links in Widgets" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains deep links in widgets.
This clip is from the chapter "Deep Links in Widgets" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains deep links in widgets.
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Grocery Constants
This video explains grocery constants.<br<br/>/>
This clip is from the chapter "Core Data in WidgetKit" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the core data in WidgetKit.
This clip is from the chapter "Core Data in WidgetKit" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the core data in WidgetKit.
Curated Video
Behavioral Design Patterns in C++ - DataList - I
This video starts with another example that will be used to understand how macro commands can be implemented.
<
br/>
This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will...
<
br/>
This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will...
Curated Video
Behavioral Design Patterns in C++ - TextPad - IX
This video builds upon the previous implementation and moves the functionality of many application methods of their own classes. This will be later useful to implement the undo/redo functionality.
<
br/>
This clip is from the...
<
br/>
This clip is from the...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Understand the SQL Server Database Tables
We start analyzing a pre-existing Microsoft SQL Server database that was created for this application. You will understand the database table structure that will be used by the client application to carry out the CRUD operations....
Curated Video
Blender to Unreal Engine - Become a Dungeon Prop Artist - Creating the Sword Blades
Who could consider a dungeon prop pack complete without a weapons rack for the guard room? In this lesson, we will be forging the sword blades for our scene.
Curated Video
Blender to Unreal Engine - Become a Dungeon Prop Artist - Adding Decals to Our Banners
In this lesson, you will learn how to add decals to cloth and make them transparent so that they can seamlessly blend in with the background texture.
Curated Video
ChatGPT for Creatives - Contentbot_ai
In this video, the author introduces Contentbot_ai, an AI-powered writing assistant that helps with generating content ideas, researching topics, and even writing complete articles. The author demonstrates how to use the tool, including...
Curated Video
Strong material
A strong material is one that is resistant to wear and physical force. A Twig Science Glossary Film. Key scientific terms defined in just 60 seconds using stunning images and concise textual definitions. Twig Science Glossary Films...
Curated Video
Behavioral Design Patterns in C++ - DialogBox - III
This video demonstrates the implementation of the interaction mechanism of the widgets with each other.
<
br/>
This clip is from the chapter "Mediator" of the series "Behavioral Design Patterns in C++".This section focuses on the...
<
br/>
This clip is from the chapter "Mediator" of the series "Behavioral Design Patterns in C++".This section focuses on the...
Curated Video
Quick JavaScript Crash Course - Modern and Advanced JavaScript - Spread Operators - 2
This video is a continuation of spread operators in JavaScript.
<
br/>
This clip is from the chapter "Function and Arguments" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains...
<
br/>
This clip is from the chapter "Function and Arguments" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Create AddCustomer Action Methods
On the Customer Controller side, AddCustomer (GET and POST) action methods are coded in this video with an explanation.
<
br/>
This clip is from the chapter "Coding Project Part 2: Consume the Web API Using an ASP.NET Core 3.1 MVC...
<
br/>
This clip is from the chapter "Coding Project Part 2: Consume the Web API Using an ASP.NET Core 3.1 MVC...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Completing Customer Repository CRUD Methods
All the rest of the CRUD methods using ADO.NET for the customer repository are completed in this video.
<
br/>
This clip is from the chapter "Coding Project Part 1: Build a Web API" of the series "ASP.NET 6.0 - Build Hands-On Web...
<
br/>
This clip is from the chapter "Coding Project Part 1: Build a Web API" of the series "ASP.NET 6.0 - Build Hands-On Web...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - How Razor Pages Generate Response
In this video, the entire mechanism of generating an HTML response to a request as handled by the Razor Pages in an ASP.NET Core 3.1 application is discussed.
<
br/>
This clip is from the chapter "Create and Take a Deep Dive into...
<
br/>
This clip is from the chapter "Create and Take a Deep Dive into...
Curated Video
Blender to Unreal Engine - Become a Dungeon Prop Artist - Creating a Simple Shield Prop
In this lesson, we will be creating a simple wooden shield prop to prop up against our weapons rack.
Curated Video
Blender to Unreal Engine - Become a Dungeon Prop Artist - Populating the Treasure Chest
In this lesson, we will be populating the treasure chest with treasure!
Curated Video
Blender to Unreal Engine - Become a Dungeon Prop Artist - Setting Up Presentation
This lesson will walk us through the steps of setting up our assets to be presentable in Unreal Engine 5. We will make use of height fog to create a nice gradient within the background of our scene.
Curated Video
Blender to Unreal Engine - Become a Dungeon Prop Artist - Fixing Material Reference
The lesson will show us how to make use of the asset reference to check the assigned materials on our object.
Curated Video
Blender to Unreal Engine - Become a Dungeon Prop Artist - Importing Images as Planes
In this lesson, you will learn how to import images as planes. This is useful if you want to import decals with opacity.