Instructional Video30:56
Curated Video

Project Finance and Excel - Build Financial Models from Scratch - Sources and Uses of Funds During Construction

Higher Ed
This video explains the construction sheet; the construction happens early in the project and is quite crucial. We will create an entire sheet just for construction. This clip is from the chapter "Visualizing the Construction Phase" of...
Instructional Video5:18
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - General Introduction to Variables and Types

Higher Ed
In this video, we will provide a general introduction to variables and types in the Solidity programming language. This clip is from the chapter "Learn Solidity - Basics I" of the series "The Complete Solidity Course - Zero to Advanced...
Instructional Video4:24
Curated Video

Vue.js 3 and Firebase for Beginners - Looping over Orders

Higher Ed
Now that we can successfully retrieve the order from the database, this video explains how to loop over orders and display them inside the table. This clip is from the chapter "Firebase Setup and Firestore" of the series "Vue.js 3 and...
Instructional Video5:12
Curated Video

Vue.js 3 and Firebase for Beginners - Composable Files

Higher Ed
Vue Composables allows us to extract the reactive state and functionality to reuse in other components. This clip is from the chapter "Composition API" of the series "Vue.js 3 and Firebase for Beginners".This section explains the...
Instructional Video3:35
Curated Video

Vue.js 3 and Firebase for Beginners - Computed Properties

Higher Ed
Computed Property is used to declaratively describe a value that is dependent on other values. This feature of VueJS allows for transformations or computations based on our data. This clip is from the chapter "Composition API" of the...
Instructional Video16:55
Curated Video

Fundamentals of Neural Networks - Lab 3 - Deep CNN

Higher Ed
This video demonstrates a deeper CNN, where you will build a much bigger number of trainable parameters. This clip is from the chapter "Convolutional Neural Networks" of the series "Fundamentals in Neural Networks".This section explains...
Instructional Video11:34
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 07 - BigDecimal Exercises - Simple Interest Calculation

Higher Ed
In this video, you will learn about BigDecimal exercises—simple interest calculation.
Instructional Video8:05
Curated Video

Deep Learning - Crash Course 2023 - Introduction to Probability and Random Variables

Higher Ed
In this video, we will be introduced to probability and random variables. This clip is from the chapter "Basic Probability" of the series "Deep Learning - Crash Course 2023".In this section, we will talk about probability.
Instructional Video5:53
Curated Video

Microsoft Project 2021 From Beginners to Advanced - Fixed Task Costs

Higher Ed
In this video, we will learn to work with tasks that have fixed costs associated with them. We will gain insights into managing and tracking expenses not subject to change during the project. This clip is from the chapter "Costs" of the...
Instructional Video3:41
Curated Video

Microsoft Project 2021 From Beginners to Advanced - Inactive Tasks

Higher Ed
In this video, learn to mark tasks as inactive in Project 2021. Inactive tasks are those that have been completed or are not currently in progress but are kept in project schedules for historical purposes. This clip is from the chapter...
Instructional Video6:20
Curated Video

Microsoft Project 2021 From Beginners to Advanced - Set and Clear a Baseline

Higher Ed
Learn to set and clear a baseline in Project 2021, why setting a baseline is important, and how it can be used to track project progress and performance. Learn to compare baseline and current data to identify variances and make necessary...
Instructional Video9:35
Curated Video

GCSE Maths Questions Higher Tier

3rd - Higher Ed
This video provides four practice GCSE Maths questions and answers for the higher tier, non-calculator paper. We also explain how to get full marks for each question.
Instructional Video16:59
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Collaborative Filtering using KNN

Higher Ed
This video demonstrates implementing a collaborative filter using the k-nearest neighbor algorithm.
Instructional Video5:25
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Basics of Recommender System: Error Metric Computation

Higher Ed
In this video, we will look at some of the metrics used to measure a recommender system's quality.
Instructional Video4:38
Curated Video

Learn Tableau by Working on Exciting Dashboards - Top Three with Max % Allocation

Higher Ed
This video explains how to create the view in which it shows the top three with maximum % allocation.
Instructional Video6:14
Curated Video

Learn Tableau by Working on Exciting Dashboards - Exclude - LOD

Higher Ed
This video explains the exclude level of detailed expression by an example.
Instructional Video3:38
Curated Video

Learn Tableau by Working on Exciting Dashboards - Include - LOD

Higher Ed
This video explains the include level of detailed expression by an example.
Instructional Video5:38
Curated Video

Learn Tableau by Working on Exciting Dashboards - Cohort Analysis - Fixed LOD Example

Higher Ed
This video explains cohort analysis, which is a popular expression of fixed level of detailed expression.
Instructional Video10:13
Curated Video

Learn Tableau by Working on Exciting Dashboards - Level of Detail - Introduction

Higher Ed
This video explains the level of detail expressions and how to compute them.
Instructional Video3:43
Curated Video

Learn Tableau by Working on Exciting Dashboards - Table Calculations - Scope and Direction

Higher Ed
This video explains the scope and direction of the table calculations.
Instructional Video4:22
Curated Video

Blender to Unreal Engine - 3D Plants and Vegetation - Blender Rendering

Higher Ed
In this lesson, we will find out how to set up and render a video in Blender. We will go through the optimizations of rendering and how to get a camera set up to get a nice video out of our scene. This clip is from the chapter "Animating...
Instructional Video13:25
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Cart: Provider / 125

Higher Ed
The context API simplifies sharing of cart data between components. Create a new function called CartProvider and add the reducer.
Instructional Video9:49
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Cart: Context and Reducers / 124

Higher Ed
In this tutorial, we will use useReducer and useContext to maintain a global state available throughout the project and the state variable.
Instructional Video11:24
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Redux Store State / 094

Higher Ed
Redux is a popular data store for JavaScript and React applications. It follows a central principle that data binding should flow.