Instructional Video5:43
Curated Video

Vue.js 3 and Firebase for Beginners - Build Tool Setup with Vite

Higher Ed
In this video, we will explore the setup process of Vite, a build tool. To begin the course, we need to install Node.js and npm, which will enable us to seamlessly proceed with the course. This clip is from the chapter "Introduction" of...
Instructional Video1:32
Curated Video

Vue.js 3 and Firebase for Beginners - Introduction

Higher Ed
In this video, the course instructor extends a warm welcome, provides an overview of what to anticipate from the course, and shares a personal introduction. This clip is from the chapter "Introduction" of the series "Vue.js 3 and...
Instructional Video19:56
Curated Video

Project Finance and Excel - Build Financial Models from Scratch - Return Metrics and Conclusion

Higher Ed
In this video, the author takes us through computing some useful techniques such as the Internal Rate of Return (IRR). This workflow helps us calculate all the cash flows and returns for the Express Fiji project. This clip is from the...
Instructional Video7:32
Curated Video

Project Finance and Excel - Build Financial Models from Scratch - Setting Up the Template for the P&L Statement

Higher Ed
This video talks about how to set up the template for the profit and loss statements. This clip is from the chapter "Building the Three Key Financial Statements" of the series "Project Finance and Excel - Build Financial Models from...
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 Video10:55
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Cloud Hosting with Heroku

Higher Ed
This video explains Heroku, which is a cloud platform that enables developers to build, run, and operate applications entirely on cloud. This clip is from the chapter "Cloud Platforms" of the series "Web Development Concepts for...
Instructional Video5:14
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Package Managers

Higher Ed
This video explains package managers, which are often language- or framework-specific tools that manage the retrieval and organization of supporting code needed by developers that are created by other developers. This clip is from the...
Instructional Video5:05
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Example of an IDE - IntelliJ Idea

Higher Ed
This video explains IntelliJ Idea, which is an IDE specifically for the Java programming language. It was developed by JetBrains and streamlines the process of creating Java applications. This clip is from the chapter "Web Developer...
Instructional Video5:04
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Microframework Modules

Higher Ed
This video explains microframework modules and packages as they tend to be as small as possible by design. Packages are common solutions that are bundled up and made available to other developers. This clip is from the chapter "Back-End...
Instructional Video4:30
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Front-End Frameworks with Angular

Higher Ed
Developed by Google, Angular is a front-end framework that utilizes the TypeScript Superset. It is an opinionated framework that has many architectural decisions already made for developers. This clip is from the chapter "Libraries and...
Instructional Video4:50
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Front-End Libraries with jQuery

Higher Ed
This video explains jQuery, a wildly popular library that rounded its rise before the popularization of technologies such as Angular and React. jQuery makes interacting with the "DOM" much more manageable while also simplifying...
Instructional Video2:53
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - GitHub Visualization and Wrap-Up

Higher Ed
This video explains GitHub's visualization and summarizes the section. This clip is from the chapter "Version Control" of the series "Web Development Concepts for Everyone".This video explains version control and GitHub. In this section,...
Instructional Video10:01
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - GitHub

Higher Ed
This video explains GitHub, which is a popular Git cloud platform used by individual developers and companies. This clip is from the chapter "Version Control" of the series "Web Development Concepts for Everyone".This video explains...
Instructional Video10:50
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Lab - Deploy Python Application Using Cloud Storage Triggers

Higher Ed
In this lab video, you will learn how to deploy a Python application using Cloud Functions triggered by Cloud Storage events. Throughout the lab, you will see practical examples of how to use Cloud Storage triggers to build scalable and...
Instructional Video4:26
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Google Cloud CLI Setup

Higher Ed
In this video, we show you how to set up the Google Cloud CLI, guiding you through the installation process and demonstrating how to use the CLI to manage your GCP resources. This clip is from the chapter "Get Started with Google Cloud"...
Instructional Video3:37
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Set Up GCP Trial Account

Higher Ed
In this video, we show you how to set up a GCP trial account, walking you through the process step-by-step and providing tips on how to make the most of your trial. This clip is from the chapter "Get Started with Google Cloud" of the...
Instructional Video7:27
Curated Video

Vue.js 3 and Firebase for Beginners - The Signup Function

Higher Ed
This video explains the signup function. This project is going to use Firebase authentication to manage user accounts and allow them to sign up and sign in. This clip is from the chapter "Authentication" of the series "Vue.js 3 and...
Instructional Video7:31
Curated Video

Vue.js 3 and Firebase for Beginners - Firebase Setup

Higher Ed
This video explains the setup of Firebase and how to set up the project on the application. This clip is from the chapter "Firebase Setup and Firestore" of the series "Vue.js 3 and Firebase for Beginners".This section explains the...
Instructional Video7:31
Curated Video

Vue.js 3 and Firebase for Beginners - Fonts and Base Styles

Higher Ed
In this video, we will talk about the fonts and base styles that we will be using in our application. This clip is from the chapter "Project UI" of the series "Vue.js 3 and Firebase for Beginners".This section explains the project UI and...
Instructional Video4:24
Curated Video

Vue.js 3 and Firebase for Beginners - Nested Routes

Higher Ed
This video explains nested routes in Vue and how it enables you to have multiple components render on the same page. This clip is from the chapter "Basic Routing" of the series "Vue.js 3 and Firebase for Beginners".In this section, we...
Instructional Video6:16
Curated Video

Vue.js 3 and Firebase for Beginners - RouterLink and RouterView

Higher Ed
This video explains RouterLink and RouterView. The router-view component is where the Vue Router will put the content that matches the current URL and the RouterLink component is for enabling user navigation in a router-enabled app. This...
Instructional Video6:30
Curated Video

Vue.js 3 and Firebase for Beginners - Views and Routes

Higher Ed
In this video, the author provides insights into the views and routes folders, along with their specific locations within the code structure. This information will help you navigate the code structure effectively and streamline your...