Curated Video
Project Finance and Excel - Build Financial Models from Scratch - The Mechanics Behind Timing Flags
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...
Curated Video
Project Finance and Excel - Build Financial Models from Scratch - Building the Input Assumptions Sheet
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...
Curated Video
Project Finance and Excel - Build Financial Models from Scratch - Anatomy of a Multi-Scenario Input Sheet
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...
Curated Video
Project Finance and Excel - Build Financial Models from Scratch - Introduction to the Case Study
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...
Curated Video
Project Finance and Excel - Build Financial Models from Scratch - Transactions Eligible for Project Finance
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...
Curated Video
Project Finance and Excel - Build Financial Models from Scratch - Project Finance in One Sentence
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...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Ether Units and Denominations in Solidity
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 -...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Memory Keyword in Solidity
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...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Remix Ethereum - IDE Basics (How to Use an IDE)
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...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Scalability - Horizontal Versus Vertical Scaling
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...
Curated Video
A Detailed Guide to the OWASP Top 10 - #9 Security Logging and Monitoring Failures Prevention
This video explains the steps to prevent security logging and monitoring failures.
Curated Video
Behavioral Design Patterns in C++ - Account Class
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.
Curated Video
Oracle Database Administration from Zero to Hero - Starting Up and Shutting Down Database Instances
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...
Curated Video
Oracle Database Administration from Zero to Hero - Overview of RDBMS (Part 2 of 2)
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Transactions on localStorage / 235
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Delete Transaction / 238
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...
Curated Video
Alteryx Advanced - Machine Learning Part 3
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Transaction Management of Monolithic Architecture-1
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Compensating Transaction Pattern
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - SAGA Pattern - Orchestration-Based SAGA Implementation
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - SAGA Pattern for Distributed Transactions
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,...
Curated Video
Design Microservices Architecture with Patterns and Principles - Microservices Transactional Boundaries
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Transaction Management of Monolithic Architecture-2
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Transaction Fundamentals and ACID Principles
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....