Curated Video
AutoCAD 2023 Masterclass - Produce Amazing Site Plans Quickly - Learning Some Frequently Used Commands
In this video, we will explore some frequently used commands in AutoCAD 2D that are commonly used for creating and modifying drawings.
Curated Video
AutoCAD 2023 Masterclass - Produce Amazing Site Plans Quickly - Learning Some Initial Commands
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...
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Classes and Structs
This video talks about the classes and structs.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Update User
In this video, you will learn how to update a user in our Twitter Clone app.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Create Notes with POST Requests
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.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Introduction to Express
This video provides an introduction to Express.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - toJSON
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.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Populating the UI with Note Model
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.
Professor Dave Explains
Analytic Philosophy Part 3: Language and Meaning
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...
Curated Video
Blender to Unreal Engine - Become a Dungeon Prop Artist - Working with Array and Empties
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.
Curated Video
Blender to Unreal Engine - Become a Dungeon Prop Artist - An Introduction to Blender Basics
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.
Curated Video
Home of the Future: The Rise of Domestic Robots
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...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Create the DeleteCustomer Action Method
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...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Create the Customer Controller
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...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Creating the Order Controller
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:...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Cookies for State Management
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...
Curated Video
Blender to Unreal Engine - Become a Dungeon Prop Artist - Finishing the Last Dungeon Prop
This lesson will mark the end of our 3D modelling journey as we finish with the last dungeon prop.
Curated Video
Revolutionizing Everyday Life with 3D Printing
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...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Create GetOrder Action Methods
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...
Curated Video
Behavioral Design Patterns in C++ - Null Object Pattern
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...
Curated Video
Behavioral Design Patterns in C++ - Dynamic Array - IV
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...
Curated Video
Behavioral Design Patterns in C++ - Intent
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...
Curated Video
Behavioral Design Patterns in C++ - Dynamic Array - II
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.
Curated Video
Quick JavaScript Crash Course - Modern and Advanced JavaScript - Promises-all Settled-vs-all
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...