Instructional Video13:46
Curated Video

Project Finance and Excel - Build Financial Models from Scratch - The Mechanics Behind Timing Flags

Higher Ed
The next sheet that we are about to create is the timing assumptions. We will basically have to create a sheet dedicated to the timing of the project. We need to do this to help us with our computations and analyze each stage. This clip...
Instructional Video19:18
Curated Video

Project Finance and Excel - Build Financial Models from Scratch - Building the Input Assumptions Sheet

Higher Ed
This video talks about building the input assumptions sheet that we started off in the earlier video. This clip is from the chapter "Laying Down the Foundations" of the series "Project Finance and Excel - Build Financial Models from...
Instructional Video11:17
Curated Video

Project Finance and Excel - Build Financial Models from Scratch - Anatomy of a Multi-Scenario Input Sheet

Higher Ed
This video talks about the anatomy of a multi-scenario input sheet. The goal of this course is to create a finance model from absolute scratch. This clip is from the chapter "Laying Down the Foundations" of the series "Project Finance...
Instructional Video7:35
Curated Video

Project Finance and Excel - Build Financial Models from Scratch - Introduction to the Case Study

Higher Ed
This video is an introduction to the "Express Fiji" case study. Express Fiji is a project company that was awarded the contract to build and operate a highway in a city in Fiji in 2023. This clip is from the chapter "Building a Project...
Instructional Video4:14
Curated Video

Project Finance and Excel - Build Financial Models from Scratch - Transactions Eligible for Project Finance

Higher Ed
This video talks about the various transactions eligible for project finance. It also talks about what we use project finance for and the use cases. We use project finance for transportation, power, environment, and more. This clip is...
Instructional Video2:18
Curated Video

Project Finance and Excel - Build Financial Models from Scratch - Project Finance in One Sentence

Higher Ed
In this video, the author talks about the definition of project finance. It is important to know the definition in simple terms, especially when you don't come from a finance background or if you don't have any prior project finance...
Instructional Video6:09
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Ether Units and Denominations in Solidity

Higher Ed
In this video, we will explore the different units and denominations used for Ether in Solidity. This clip is from the chapter "Learn Solidity Basics IV (Conversions and Special Variables)" of the series "The Complete Solidity Course -...
Instructional Video3:16
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Memory Keyword in Solidity

Higher Ed
In this video, you will learn about the memory keyword in Solidity, its significance, and how it is used to manage data in memory during the execution of a function. This clip is from the chapter "Learn Solidity - Basics III" of the...
Instructional Video3:21
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Remix Ethereum - IDE Basics (How to Use an IDE)

Higher Ed
In this video, you will learn the basics of using an IDE, specifically Remix Ethereum, for Solidity development including creating a new file. This clip is from the chapter "First Steps - How to Succeed in This Course" of the series "The...
Instructional Video6:37
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Scalability - Horizontal Versus Vertical Scaling

Higher Ed
This video discusses scalability in the context of horizontal versus vertical scaling, exploring the advantages and disadvantages of each method, and providing insights into when to choose one over the other. This clip is from the...
Instructional Video3:09
Curated Video

A Detailed Guide to the OWASP Top 10 - #9 Security Logging and Monitoring Failures Prevention

Higher Ed
This video explains the steps to prevent security logging and monitoring failures.
Instructional Video4:45
Curated Video

Behavioral Design Patterns in C++ - Account Class

Higher Ed
This video demonstrates the usage of the Memento pattern in a banking application. This clip is from the chapter "Memento" of the series "Behavioral Design Patterns in C++".This section focuses on the Memento pattern in detail.
Instructional Video16:34
Curated Video

Oracle Database Administration from Zero to Hero - Starting Up and Shutting Down Database Instances

Higher Ed
In this video, you will learn how to start up and shut down Oracle database instances using various options. We will also discuss best practices for shutting down a production system in a work environment. This clip is from the chapter...
Instructional Video11:19
Curated Video

Oracle Database Administration from Zero to Hero - Overview of RDBMS (Part 2 of 2)

Higher Ed
In this video, we will understand the different architecture types and application types of RDBMS. This clip is from the chapter "Introduction to RDBMS" of the series "Oracle Database Administration from Zero to Hero".In this section, we...
Instructional Video13:33
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Transactions on localStorage / 235

Higher Ed
This video explains how to store information on local storage. This clip is from the chapter "Project: Budget Tracker" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains a new project...
Instructional Video17:25
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Delete Transaction / 238

Higher Ed
This video explains how to delete a transaction. This clip is from the chapter "Project: Budget Tracker" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains a new project in which we...
Instructional Video11:58
Curated Video

Alteryx Advanced - Machine Learning Part 3

Higher Ed
This video covers more advanced topics related to ML, such as ensemble methods, deep learning, and reinforcement learning; it also provides examples of how these techniques can be used to solve real-world business problems. This clip is...
Instructional Video2:18
Curated Video

Design Microservices Architecture with Patterns and Principles - Transaction Management of Monolithic Architecture-1

Higher Ed
In this video, let's learn about the challenges and strategies for managing transactions within a monolithic architecture. We will understand how to ensure data consistency and handle distributed transactions effectively. We will explore...
Instructional Video2:20
Curated Video

Design Microservices Architecture with Patterns and Principles - Compensating Transaction Pattern

Higher Ed
This video introduces the compensating transaction pattern to rollback or undo the effects of a previous transaction in the event of a failure or error, how compensating transactions can be used in conjunction with the SAGA pattern to...
Instructional Video3:06
Curated Video

Design Microservices Architecture with Patterns and Principles - SAGA Pattern - Orchestration-Based SAGA Implementation

Higher Ed
This video explores the orchestration-based implementation of the SAGA pattern, where a central orchestrator service coordinates and controls the sequence of transactions across multiple services. This clip is from the chapter...
Instructional Video4:43
Curated Video

Design Microservices Architecture with Patterns and Principles - SAGA Pattern for Distributed Transactions

Higher Ed
This video introduces the SAGA (Step-by-Step Atomicity Guarantees) pattern as a solution to managing distributed transactions in a microservices architecture and explains the concept of a saga, which is a sequence of local transactions,...
Instructional Video5:50
Curated Video

Design Microservices Architecture with Patterns and Principles - Microservices Transactional Boundaries

Higher Ed
This video discusses various strategies for defining transactional boundaries between microservices, such as using event-driven architectures, compensating transactions, or adopting a saga pattern to ensure data consistency and...
Instructional Video2:03
Curated Video

Design Microservices Architecture with Patterns and Principles - Transaction Management of Monolithic Architecture-2

Higher Ed
This video discusses how transactions are typically managed in a monolithic architecture, where a single database is used to maintain transactional consistency and explores the limitations and drawbacks of this approach when...
Instructional Video2:31
Curated Video

Design Microservices Architecture with Patterns and Principles - Transaction Fundamentals and ACID Principles

Higher Ed
This video explains the fundamental concepts of transactions and introduces the ACID (Atomicity, Consistency, Isolation, Durability) principles, which are essential for ensuring data integrity and reliability in transactional systems....