Curated Video
Modern JavaScript from the Beginning - Second Edition - Static Methods
In this video, you will learn about static methods in JavaScript classes, including how to define and use them, and how they differ from instance methods. This clip is from the chapter "OOP - Classes, Getters, Setters, and Private...
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 - Classes
In this video, you will learn about the basics of classes in JavaScript, including how to create classes, instantiate objects from classes, and use constructors to pass arguments to class methods. This clip is from the chapter "OOP -...
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
Modern JavaScript from the Beginning - Second Edition - Adding Methods to the Prototype
In this video, we will demonstrate how to add methods to the prototype of an object. We will also discuss the benefits of using prototypes to share methods between objects. This clip is from the chapter "OOP - Constructors and...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Prototypes and the Prototype Chain
In this video, we will introduce prototypes and explain how they are used to share properties and methods between objects. We will also discuss the prototype chain and how it is used to look up properties and methods. This clip is from...
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 04 - OOP Exercise - Rectangle Class
In this video, you will learn an OOP exercise—rectangle class.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 03 - OOP Example - Fan Class - Deciding Behavior with Methods
In this video, we will continue exploring the fan class example in object-oriented programming by focusing on how to define and implement methods that control the behavior of the fan object.
Curated Video
Advanced 3D Printing with Fusion 360 - Design Your Phone Case - Finishing and Upgrading the Tripod
In this demonstration, you will learn to make changes to the tripod stand and create extra grips and features to the tripod stand to enhance its functionality. This clip is from the chapter "The Foldable Tripod - Attachment" of the...
Curated Video
Advanced 3D Printing with Fusion 360 - Design Your Phone Case - Modeling a Phone with Technical Drawings
In this video, you will learn to use technical drawings provided by Apple to create an iPhone XR, which is the model we will use throughout this course. This clip is from the chapter "Introduction" of the series "Advanced 3D Printing...
Curated Video
Advanced 3D Printing with Fusion 360 - Design Your Phone Case - Your Phone into Fusion
In this video, you will learn to create a phone case, but first, we will begin creating the phone using 3D printing. This clip is from the chapter "Introduction" of the series "Advanced 3D Printing with Fusion 360: Design Your Phone...
Curated Video
How to Find the nth Triangular Number
This video explains how to find the nth triangular number, including a visual demonstration. Practice questions are at the end of the video.
Curated Video
SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Speech Bubble View - Part 1
In this lecture, you will learn about dynamic class names and dynamic CSS styling, which involves conditional arguments passed as True or False values and then performing a task assigned to it. This clip is from the chapter "Emoji App"...
Curated Video
AutoCAD 2023 Masterclass - Produce Amazing Site Plans Quickly - Hatching in Boundary Walls
In this video, we will cover hatching in boundary walls. You will learn how to create hatching patterns to represent different types of boundary walls, such as stone walls, wooden fences, and more. We will also discuss how to accurately...
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 - MessagesView
In this video, we will show you how to design and implement a custom MessagesView.
Curated Video
Behavioral Design Patterns in C++ - Variant
In this video, we will discuss the C++17 std::variant. This class uses the Visitor pattern for performing operations on its members. This clip is from the chapter "Visitor" of the series "Behavioral Design Patterns in C++".This section...
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 - 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...
Flipping Physics
Solenoid Magnetic Field
Good morning, physics enthusiasts! Today on Flipping Physics, we're delving into the fascinating realm of ideal solenoids, those remarkable tools for generating a uniform magnetic field. Join us as we explore the anatomy of a solenoid,...
Curated Video
Finding the Area of a Square or Rectangle
In this video we explain how to find the area of a square or rectangle; what area means and how to calculate it. Practice questions and answers are provided at the end of the video.
Curated Video
Finding the Area of a Compound Shape
This video explains what compound / composite shapes are and how to find the area of compound shapes. Practice questions and answers are at the end of the video.
Curated Video
How to Find the Area of a Trapezoid Using Triangles and a Rectangle
In this math video we will learn how to find the area of a trapezoid using triangles and a rectangle. We will use a four part constructed response math test question to model how to find the area of a trapezoid by decomposing it into a...