Curated Video
Modern JavaScript from the Beginning - Second Edition - Sealing and Freezing Objects
In this video, you will learn about how to use the "Object.seal()" and "Object.freeze()" methods to make objects read-only and prevent changes to their properties. This clip is from the chapter "OOP - Classes, Getters, Setters, and...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Class Inheritance
In this video, you will learn about class inheritance in JavaScript, including how to use the "extends" keyword to create subclasses, how to override superclass methods in subclasses, and how to call superclass methods from within...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Prototypical Inheritance and call()
In this video, we will discuss prototypical inheritance and demonstrate how to use the call() method to invoke a constructor function from another constructor function. This clip is from the chapter "OOP - Constructors and Prototypes" of...
Curated Video
Type-Safe Interfaces with Modern C++ - std::variant – Visitation
Understand what "visitation" is and how it can be applied to variants.
Curated Video
The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Use ChatGPT to Build the Styles for the Story Feature Instagram App
In this video, you will learn how to use ChatGPT to build the styles for the story feature in an Instagram app. By the end of the video, you will have a better understanding of how to use ChatGPT to streamline your styling workflow in...
Curated Video
The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Completing the Database with the ChatGPT Initial Model in React Native
In this video, you will learn how to complete the database for your ChatGPT project using the initial model in React Native. The tutorial will cover how to add tables, columns, and relationships to your database schema, as well as how to...
Curated Video
Advanced 3D Printing with Fusion 360 - Design Your Phone Case - Creating a Hinged Phone Case
In this video, we will look at creating a hinged phone case for the iPhone XR model, which will be the project for the remainder of this course. This clip is from the chapter "Creating the Phone Case" of the series "Advanced 3D Printing...
Curated Video
SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Buttons, Buttons, Buttons
In this video, we will create a SwiftUI view, “ButtonsExampleViewâ€, and learn to create buttons, add features, and test their functionality. You will learn to add spacers, paddings, and colors, and make them more presentable. This...
Curated Video
AutoCAD 2023 Masterclass - Produce Amazing Site Plans Quickly - Learning Remaining Commands
In this video, we will cover the remaining commands in AutoCAD 2D that are used for creating and modifying more advanced shapes and objects. You will learn how to use commands such as scale, offset, fillet, chamfer, and array, which are...
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 - EditProfileView
In this video, we will be creating an EditProfileView where users can update their profile information. We will cover the creation of the view layout, adding form fields for user input, and creating a ViewModel to handle the logic behind...
Professor Dave Explains
Analytic Philosophy Part 2: The Vienna Circle
Returning again to analytic philosophy, we arrive at the Vienna Circle and the logical positivists. There were many important members of this group, and Ludwig Wittgenstein was a frequent collaborator. Let's see what they were all about!
Curated Video
Blender to Unreal Engine - Become a Dungeon Prop Artist - Starting Our First Model
In this lesson, we will start modelling our first model called the table. This is a good place to start as its one of the simplest models out of all the props.
Curated Video
CompTIA A+ Certification Core 2 (220-1102) - Threats
You can't protect your networks unless you understand the threats they face. Using the concept of security shells makes it easier to categorize and mitigate threats. This clip is from the chapter "Securing Computers" of the series...
Curated Video
Blender to Unreal Engine - Become a Dungeon Prop Artist - How to Present Your Work with a Turntable
This lesson will teach you how to create a turntable to present 3D art for your portfolio or showreel.
Curated Video
Blender to Unreal Engine - Become a Dungeon Prop Artist - Speeding Up Workflow with Geometry Nodes
In this lesson, we will be testing out both of our geometry nodes—chain and rope. We will be using them both in one model.
Curated Video
Blender to Unreal Engine - Become a Dungeon Prop Artist - Working with the Loop Tools Addon
In this lesson, you will be introduced to another hidden addon in Blender—the loop tools addon. It enables you to create circles in geometry, allowing you to bridge your geometry with two clicks. This is a workaround for Boolean.
Curated Video
Blender to Unreal Engine - Become a Dungeon Prop Artist - Creating a Parchment Roll
In this lesson, we will be creating a parchment roll. Using a similar technique to what we have used in the creation of scrolls, we will be using the mirror modifier to create rolled-up parchment.
Curated Video
Blender to Unreal Engine - Become a Dungeon Prop Artist - Creating Handles and Locks
In this lesson, we will be bringing our individual chests to life. There is no point to a chest if it is lacking handles and locks; so, with this lesson, we will be focusing on adding intricate details. This can be a very useful skill...
Curated Video
Behavioral Design Patterns in C++ - Overload Pattern
This video talks about the Overload pattern. This clip is from the chapter "Visitor" of the series "Behavioral Design Patterns in C++".This section focuses on the Visitor pattern.
Curated Video
Behavioral Design Patterns in C++ - Generic Acycle Visitor - II
In this video, you will go ahead and build on the previous video of implementing the generic Acycle Visitor completely. This clip is from the chapter "Visitor" of the series "Behavioral Design Patterns in C++".This section focuses on the...
Curated Video
Behavioral Design Patterns in C++ - Acyclic Visitor
This video explains Acyclic Visitor in detail. This clip is from the chapter "Visitor" of the series "Behavioral Design Patterns in C++".This section focuses on the Visitor pattern.
Curated Video
Behavioral Design Patterns in C++ - Shapes Example - II
This video helps in rendering classes representing the geometry of a line and a circle on the screen. This clip is from the chapter "Visitor" of the series "Behavioral Design Patterns in C++".This section focuses on the Visitor pattern.
Curated Video
Behavioral Design Patterns in C++ - Shapes Example - I
This video explains the implementation of shape hierarchy with the help of the Visitor pattern. Here, you will implement classes representing the geometry of a line and a circle. This clip is from the chapter "Visitor" of the series...