Instructional Video0:26
Curated Video

I WONDER - What Is A Rectangle?

Pre-K - 5th
Slide into 'What Is A Rectangle?' to uncover the secrets of this familiar four-sided shape! A quick, enlightening look at geometry, great for young math enthusiasts.
Instructional Video2:09
Learning Mole

Shapes Song

Pre-K - 12th
Twist and turn with the 'Shapes Song' to learn about circles, squares, triangles, and more in a musical way! A quick, fun introduction to geometry, perfect for young minds ready to dance and learn.
Instructional Video7:11
Curated Video

Modern JavaScript from the Beginning - Second Edition - Constructor Functions

Higher Ed
In this video, we will introduce constructor functions and explain how they are used to create objects. We will also discuss the 'new' keyword and how it is used to instantiate objects from constructor functions.
<
br/>
This clip is...
Instructional Video5:07
Curated Video

Modern JavaScript from the Beginning - Second Edition - More on Object Literals and this Keyword

Higher Ed
In this video, we will review object literals and the 'this' keyword. We will discuss how the 'this' keyword refers to the current object and how we can use it to access object properties.
<
br/>
This clip is from the chapter "OOP -...
Instructional Video7:31
Curated Video

Modern JavaScript from the Beginning - Second Edition - Sealing and Freezing Objects

Higher Ed
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.
<
br/>
This clip is from the chapter "OOP - Classes, Getters,...
Instructional Video9:18
Curated Video

Modern JavaScript from the Beginning - Second Edition - Property Flags and Descriptors

Higher Ed
In this video, you will learn about the different property flags and descriptors in JavaScript, including how to use the "Object.getOwnPropertyDescriptors()" method to inspect object properties.
<
br/>
This clip is from the chapter...
Instructional Video2:58
Curated Video

Modern JavaScript from the Beginning - Second Edition - Static Methods

Higher Ed
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.
<
br/>
This clip is from the chapter "OOP - Classes, Getters, Setters, and...
Instructional Video6:34
Curated Video

Modern JavaScript from the Beginning - Second Edition - Class Inheritance

Higher Ed
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...
Instructional Video7:34
Curated Video

Modern JavaScript from the Beginning - Second Edition - Classes

Higher Ed
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.
<
br/>
This clip is from the...
Instructional Video10:16
Curated Video

Modern JavaScript from the Beginning - Second Edition - Prototypical Inheritance and call()

Higher Ed
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.
<
br/>
This clip is from the chapter "OOP - Constructors and...
Instructional Video4:43
Curated Video

Modern JavaScript from the Beginning - Second Edition - Adding Methods to the Prototype

Higher Ed
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.
<
br/>
This clip is from the chapter "OOP - Constructors...
Instructional Video4:58
Curated Video

Modern JavaScript from the Beginning - Second Edition - Prototypes and the Prototype Chain

Higher Ed
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.
<
br/>
This...
Instructional Video6:27
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 04 - OOP Exercise - Rectangle Class

Higher Ed
In this video, you will learn an OOP exercise—rectangle class.
Instructional Video6:28
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 03 - OOP Example - Fan Class - Deciding Behavior with Methods

Higher Ed
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.
Instructional Video17:35
Curated Video

Advanced 3D Printing with Fusion 360 - Design Your Phone Case - Finishing and Upgrading the Tripod

Higher Ed
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.
<
br/>
This clip is from the chapter "The Foldable Tripod - Attachment"...
Instructional Video13:07
Curated Video

Advanced 3D Printing with Fusion 360 - Design Your Phone Case - Modeling a Phone with Technical Drawings

Higher Ed
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.
<
br/>
This clip is from the chapter "Introduction" of the series "Advanced 3D...
Instructional Video10:31
Curated Video

Advanced 3D Printing with Fusion 360 - Design Your Phone Case - Your Phone into Fusion

Higher Ed
In this video, you will learn to create a phone case, but first, we will begin creating the phone using 3D printing.
<
br/>
This clip is from the chapter "Introduction" of the series "Advanced 3D Printing with Fusion 360: Design...
Instructional Video10:44
Curated Video

SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Speech Bubble View - Part 1

Higher Ed
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.
<
br/>
This clip is from the chapter...
Instructional Video2:46
Curated Video

How to Find the nth Triangular Number

3rd - Higher Ed
This video explains how to find the nth triangular number, including a visual demonstration. Practice questions are at the end of the video.
Instructional Video1:59
Curated Video

AutoCAD 2023 Masterclass - Produce Amazing Site Plans Quickly - Hatching in Boundary Walls

Higher Ed
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...
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 Video7:07
Curated Video

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

Higher Ed
In this video, we will show you how to design and implement a custom MessagesView.
Instructional Video4:18
Curated Video

Behavioral Design Patterns in C++ - Variant

Higher Ed
In this video, we will discuss the C++17 std::variant. This class uses the Visitor pattern for performing operations on its members.
<
br/>
This clip is from the chapter "Visitor" of the series "Behavioral Design Patterns in...