Instructional Video5:33
TED-Ed

TED-Ed: The Taj Mahal: A monument to eternal love | Stephanie Honchell Smith

Pre-K - Higher Ed
It's 1631. Mumtaz Mahal, beloved wife of Emperor Shah Jahan, is giving birth to their 14th child. A healthy girl is born, but Mumtaz dies soon after. Sobbing uncontrollably, the emperor decides to build a tomb worthy of his queen: a...
Instructional Video4:41
SciShow

The Weird Truth About Arabic Numerals

12th - Higher Ed
Hank unravels the fascinating yarn of how the world came to use so-called Arabic numerals -- from the scholarship of ancient Hindu mathematicians, to Muslim scientist Al-Khwarizmi, to the merchants of medieval Italy.
Instructional Video1:31
Curated Video

How to Get an M.D. Degree

9th - Higher Ed
Howcast - Getting an M.D. degree requires years of preparation -- here's the path.
Instructional Video4:49
Curated Video

How to Read the Hermit Tarot Card

9th - Higher Ed
Howcast -Learn how to read the Hermit tarot card from expert Ellen Goldberg, M.A. in this Howcast video.
Instructional Video5:52
The Business Professor

Revenue Recognition Across Industries

Higher Ed
Business employ various approaches to revenue recognition. Any revenue recognition method must be in accordance with ASC 606 which provides steps for determining when revenue should be recognized.
Instructional Video8:38
Curated Video

EAC: What is Estimate at Completion?

10th - Higher Ed
I have already done a video answering the question ‘What is Earned Value Management (EVM)?’ And often, the most important measure in EVM is the Estimate at Completion (EAC). So, in this video, I want to answer the question, what is the...
Instructional Video5:20
Curated Video

What is the Critical Path Method (CPM)? PM in Under 5 minutes

10th - Higher Ed
The Critical Path Method (CPM) is one of the core planning and control methodologies that project managers use. So, what is the Critical Path Method?
Instructional Video3:56
Curated Video

What is Project Handover? Project Management in Under 5

10th - Higher Ed
The end of your project will come sometime. And then it's time for Project Handover. So, what is Project Handover?
Instructional Video5:38
Curated Video

What is Earned Value Management - EVM? PM in Under 5

10th - Higher Ed
Earned Value Management (or EVM) is one of the most important techniques for formal project management. If you aspire to lead substantial projects, you'll need to know when and how to deploy this powerful toolset. So, what is Earned...
Instructional Video7:20
Curated Video

What are Task Dependencies in Project Management?

10th - Higher Ed
When you are planning and scheduling your project, there will be some sequences of activities that you need to respect. They are generated by task dependencies. So, what are Task Dependencies in Project Management?
Instructional Video1:48
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - Exercise - Build Your Own Multi-Threads in Rust

Higher Ed
This is an exercise video on building your own multi-threads in Rust. This clip is from the chapter "Intermediate to Advanced Videos in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".null
Instructional Video1:30
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - Exercise - Customize Your Own Custom Smart Pointer

Higher Ed
This is an exercise video on customizing your own custom smart pointer. This clip is from the chapter "Intermediate to Advanced Videos in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".null
Instructional Video7:24
Curated Video

Deep Learning - Crash Course 2023 - Visualize the Accuracy with Epochs

Higher Ed
In this video, you will learn how to use graphs to visualize the accuracy of your deep learning model with increasing epochs. You will also be given an assignment to test your understanding. This clip is from the chapter "Perceptron in...
Instructional Video10:30
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Like and Unlike Tweet Server-Side

Higher Ed
In this video, we will focus on implementing the functionality of liking and unliking a tweet on the server-side.
Instructional Video18:14
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Update Server-Side EditProfileView

Higher Ed
In this video, we will update the server-side code for EditProfileView, which we have been working on in the previous videos. We will modify the Node.js backend to allow users to edit their profile information and update it in the database.
Instructional Video16:12
Curated Video

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

Higher Ed
In this video, we will cover the implementation of the FeedViewModel, which will handle the logic and data for displaying tweets in the Twitter Clone app.
Instructional Video17:34
Curated Video

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

Higher Ed
This video focuses on the "Fetch User" function, which is a crucial part of any app that requires user authentication. In this video, you will learn how to retrieve user data from our backend database and use it in our application. We...
Instructional Video4:42
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Widget Intent Timeline Provider

Higher Ed
This video explains the widget intent timeline provider. This clip is from the chapter "Understanding Configurable Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the...
Instructional Video6:31
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Grocery Timeline Provider

Higher Ed
This video explains the grocery timeline provider. This clip is from the chapter "Core Data in WidgetKit" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the core data in WidgetKit.
Instructional Video3:14
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Timeline Provider-3

Higher Ed
This video explains the timeline provider view. This clip is from the chapter "Data Sync Between App and Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the data sync between app...
Instructional Video6:12
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Quote Timeline Provider

Higher Ed
This video explains the quote timeline provider. This clip is from the chapter "Network-Enabled Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains how to build a network-enabled...
Instructional Video10:56
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Map Timeline Provider

Higher Ed
This video explains how the map timeline provider returns images of places. This clip is from the chapter "Maps in Widgets" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains maps in...
Instructional Video9:42
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Intent Handler

Higher Ed
This video explains the intent handler. This clip is from the chapter "Custom Configuration Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the custom configuration widget.
Instructional Video11:51
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Timeline Provider-2

Higher Ed
This video explains the timeline provider by creating a new Swift file and renaming it to hellowidget timeline provider. This clip is from the chapter "Build Your First Widget from Scratch" of the series "Mastering WidgetKit in SwiftUI...