Instructional Video4:55
Curated Video

AutoCAD 2023 Masterclass - Produce Amazing Site Plans Quickly - Learning Some Frequently Used Commands

Higher Ed
In this video, we will explore some frequently used commands in AutoCAD 2D that are commonly used for creating and modifying drawings.
Instructional Video7:21
Curated Video

AutoCAD 2023 Masterclass - Produce Amazing Site Plans Quickly - Learning Some Initial Commands

Higher Ed
In this video, we will cover the fundamental commands in AutoCAD 2D that are used for creating and modifying basic shapes, lines, and objects. You will learn how to draw lines, circles, and rectangles, as well as modify them using basic...
Instructional Video11:16
Instructional Video20:09
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Update User

Higher Ed
In this video, you will learn how to update a user in our Twitter Clone app.
Instructional Video18:54
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Create Notes with POST Requests

Higher Ed
In this video, we will demonstrate how to use POST requests to create and store new notes in an API and provide guidance on best practices for structuring and managing this data.
Instructional Video19:28
Instructional Video5:27
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - toJSON

Higher Ed
In this video, you will learn how to use the toJSON method in Mongoose to manipulate the user object before sending it as a JSON response.
Instructional Video8:36
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Populating the UI with Note Model

Higher Ed
In this video, we will explore how to populate a user interface with data from a Note model and offer tips for designing an intuitive and user-friendly UI that maximizes the value of this data.
Instructional Video7:04
Professor Dave Explains

Analytic Philosophy Part 3: Language and Meaning

9th - Higher Ed
Continuing with analytic philosophy, after the Vienna Circle had its influence, the tradition continued and grew into several new areas, inspired largely from Wittgenstein and other prominent figures. John L. Austin developed his theory...
Instructional Video11:51
Curated Video

Blender to Unreal Engine - Become a Dungeon Prop Artist - Working with Array and Empties

Higher Ed
Here, we will be working with the array modifier, but we will also be taking it up a level by using empties and rotation concurrently.
Instructional Video10:27
Curated Video

Blender to Unreal Engine - Become a Dungeon Prop Artist - An Introduction to Blender Basics

Higher Ed
This lesson will introduce you to Blender. You will find this useful as a new and skilled user as we will show you the basic tools and menus to get started with the course.
Instructional Video6:37
Curated Video

Home of the Future: The Rise of Domestic Robots

6th - Higher Ed
Explore how new technologies are making household chores a thing of the past. From robot vacuum cleaners to automated cat litter boxes, discover the machines designed to save us time and effort. These innovations promise a future where...
Instructional Video6:56
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Create the DeleteCustomer Action Method

Higher Ed
This video explains the code to delete a customer from the database. 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 Hands-On Web...
Instructional Video10:04
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Create the Customer Controller

Higher Ed
Students will be able to create the Customer Controller and complete the Index action method after completing this video. This clip is from the chapter "Coding Project Part 2: Consume the Web API Using an ASP.NET Core 3.1 MVC Client" of...
Instructional Video10:18
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Creating the Order Controller

Higher Ed
This video walks through creating the Order Controller in the Web API project. It uses the order repository to associate the CRUD operations with the Order Controller action methods. This clip is from the chapter "Coding Project Part 1:...
Instructional Video22:02
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Cookies for State Management

Higher Ed
In this video, you will learn, with code examples from a running project, to demonstrate how cookies are used for state management. This clip is from the chapter "State Management in ASP.NET Core" of the series "ASP.NET 6.0 - Build...
Instructional Video18:40
Curated Video

Blender to Unreal Engine - Become a Dungeon Prop Artist - Finishing the Last Dungeon Prop

Higher Ed
This lesson will mark the end of our 3D modelling journey as we finish with the last dungeon prop.
Instructional Video7:33
Curated Video

Revolutionizing Everyday Life with 3D Printing

6th - Higher Ed
Dive into the world of 3D printing where everyday objects are transformed in minutes! Follow Stéphane as he repairs his backpack with a newly printed clip, showcasing the ease and versatility of 3D technology. From custom-designed...
Instructional Video6:31
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Create GetOrder Action Methods

Higher Ed
In this video, you will work out the code for creating the GetOrder(GET and POST) action methods on the Order Controller. The code is discussed in detail along the way. This clip is from the chapter "Coding Project Part 2: Consume the...
Instructional Video5:13
Curated Video

Behavioral Design Patterns in C++ - Null Object Pattern

Higher Ed
This video explores the null object pattern, a behavioral design pattern that allows for the handling of null values in a program in a more efficient and safe way. It is also an alternative to null check condition. This clip is from the...
Instructional Video6:22
Curated Video

Behavioral Design Patterns in C++ - Dynamic Array - IV

Higher Ed
This video explains how to use the dynamic strategy to decide the thread-safety for the array class. This clip is from the chapter "Strategy" of the series "Behavioral Design Patterns in C++".In this section, you will learn about the...
Instructional Video3:11
Curated Video

Behavioral Design Patterns in C++ - Intent

Higher Ed
In this video, we will be exploring the command design pattern from the perspective of behavioral design patterns. We will delve into the intent of the pattern in detail. This clip is from the chapter "Command" of the series "Behavioral...
Instructional Video3:59
Curated Video

Behavioral Design Patterns in C++ - Dynamic Array - II

Higher Ed
In this video, we will make the array class thread safe. This clip is from the chapter "Strategy" of the series "Behavioral Design Patterns in C++".In this section, you will learn about the strategy pattern.
Instructional Video16:55
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Promises-all Settled-vs-all

Higher Ed
This video explains a new function called Promise.allSettled(). This clip is from the chapter "Async Patterns and Promises" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains async...