Curated Video
Project Finance and Excel - Build Financial Models from Scratch - Sources and Uses of Funds During Construction
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...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - General Introduction to Variables and Types
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...
Curated Video
Vue.js 3 and Firebase for Beginners - Looping over Orders
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...
Curated Video
Vue.js 3 and Firebase for Beginners - Composable Files
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...
Curated Video
Vue.js 3 and Firebase for Beginners - Computed Properties
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...
Curated Video
Fundamentals of Neural Networks - Lab 3 - Deep CNN
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...
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 07 - BigDecimal Exercises - Simple Interest Calculation
In this video, you will learn about BigDecimal exercises—simple interest calculation.
Curated Video
Deep Learning - Crash Course 2023 - Introduction to Probability and Random Variables
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.
Curated Video
Microsoft Project 2021 From Beginners to Advanced - Fixed Task Costs
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...
Curated Video
Microsoft Project 2021 From Beginners to Advanced - Inactive Tasks
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...
Curated Video
Microsoft Project 2021 From Beginners to Advanced - Set and Clear a Baseline
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...
Curated Video
GCSE Maths Questions Higher Tier
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.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Collaborative Filtering using KNN
This video demonstrates implementing a collaborative filter using the k-nearest neighbor algorithm.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Basics of Recommender System: Error Metric Computation
In this video, we will look at some of the metrics used to measure a recommender system's quality.
Curated Video
Learn Tableau by Working on Exciting Dashboards - Top Three with Max % Allocation
This video explains how to create the view in which it shows the top three with maximum % allocation.
Curated Video
Learn Tableau by Working on Exciting Dashboards - Exclude - LOD
This video explains the exclude level of detailed expression by an example.
Curated Video
Learn Tableau by Working on Exciting Dashboards - Include - LOD
This video explains the include level of detailed expression by an example.
Curated Video
Learn Tableau by Working on Exciting Dashboards - Cohort Analysis - Fixed LOD Example
This video explains cohort analysis, which is a popular expression of fixed level of detailed expression.
Curated Video
Learn Tableau by Working on Exciting Dashboards - Level of Detail - Introduction
This video explains the level of detail expressions and how to compute them.
Curated Video
Learn Tableau by Working on Exciting Dashboards - Table Calculations - Scope and Direction
This video explains the scope and direction of the table calculations.
Curated Video
Blender to Unreal Engine - 3D Plants and Vegetation - Blender Rendering
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...
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Cart: Provider / 125
The context API simplifies sharing of cart data between components. Create a new function called CartProvider and add the reducer.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Cart: Context and Reducers / 124
In this tutorial, we will use useReducer and useContext to maintain a global state available throughout the project and the state variable.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Redux Store State / 094
Redux is a popular data store for JavaScript and React applications. It follows a central principle that data binding should flow.