Instructional Video9:01
Curated Video

Create a Dark Moody Atmospheric 2D Game with Unity and C# - Left and Right Movement

Higher Ed
In this video, you will learn how to implement the left and right movement, allowing our player to move horizontally.
Instructional Video6:22
Curated Video

Create a Dark Moody Atmospheric 2D Game with Unity and C# - What Are Components? + Game Files

Higher Ed
In this video, we will show how to locate and access the game components and files necessary for our project.
Instructional Video12:10
Curated Video

Modern JavaScript from the Beginning - Second Edition - IdeaList Component

Higher Ed
In this video, we will create the IdeaList component that will display all the ideas. This clip is from the chapter "RandomIdeas Project - Webpack Frontend (Bonus Project)" of the series "Modern JavaScript from the Beginning".In this...
Instructional Video12:04
Curated Video

Modern JavaScript from the Beginning - Second Edition - IdeaForm Component

Higher Ed
In this video, we will build the IdeaForm component that will handle the form to add new ideas. This clip is from the chapter "RandomIdeas Project - Webpack Frontend (Bonus Project)" of the series "Modern JavaScript from the...
Instructional Video8:36
Curated Video

Modern JavaScript from the Beginning - Second Edition - Modal Component

Higher Ed
In this video, we will create the Modal component that will be used for displaying the form to add new ideas. This clip is from the chapter "RandomIdeas Project - Webpack Frontend (Bonus Project)" of the series "Modern JavaScript from...
Instructional Video9:27
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - First Project (Part 1)

Higher Ed
In this video, you will start working on the first part of the project. You will learn how to set up the project structure, create the necessary React components, and handle state management. The video will guide you through building the...
Instructional Video7:17
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Props in React.JS

Higher Ed
In this video, we will dive deeper into the concept of components in React.JS, create reusable and modular components that encapsulate specific functionality and can be composed together to build complex user interfaces, the different...
Instructional Video5:44
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Components in React.JS

Higher Ed
This video introduces template literals in React.JS to dynamically generate strings with embedded expressions. You will learn to use template literals to concatenate strings and variables in a more concise and readable way. You will...
Instructional Video6:21
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Introduction to React.JS

Higher Ed
In this video, we will look at React.JS, a popular JavaScript library for building user interfaces. You will learn about the benefits of using React, its component-based architecture, and the virtual DOM, and an overview of the key...
Instructional Video3:13
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Building a Restful API in React.JS - Part 1

Higher Ed
In this video, you will learn the fundamentals of building a RESTful API in React.JS, the concepts of API endpoints, HTTP methods, and data fetching using the Axios library. You will also learn to structure React components and handle...
Instructional Video2:59
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Handling Error Pages with React-Router-DOM

Higher Ed
In this video, you will learn to handle error pages using React-Router-DOM. We will see how to define a fallback route for handling 404 errors and rendering a custom error page when a route is not found.
Instructional Video2:11
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - useEffect Hook in React.JS

Higher Ed
This video explores the useEffect hook and its usage in React applications. You will learn to perform tasks such as data fetching, event subscriptions, and cleanup operations using the useEffect hook, and learn the concept of...
Instructional Video4:05
Curated Video

Concurrent and Parallel Programming in Python - Multiprocessing Pool Map Multiple Arguments

Higher Ed
Let's learn how to pass multiple arguments, passing lists instead of elements in a list or class while executing a code.
Instructional Video8:23
Curated Video

Molten Mysteries: The Art of Glass Making

6th - Higher Ed
Uncover the secrets of glass making, from mouth-blown techniques of the past to the precision of modern manufacturing. This segment reveals how glass bottles are created, focusing on the use of recycled materials and the technological...
Instructional Video1:40
Curated Video

Vue.js 3 and Firebase for Beginners - Views or Components?

Higher Ed
In this video, you will gain a clear understanding of the distinction between two important files: views and components. Views serve as containers for the content of each page or view within our application. On the other hand, components...
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 Video1:36
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Lab - Assignment Use Case - Fetch Data from BigQuery

Higher Ed
In this lab assignment use case video, you will fetch data from BigQuery and perform some transformations on it using a Python script. Then, you will store the transformed data in Cloud Storage. This clip is from the chapter "Vertex AI -...
Instructional Video6:13
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Lab - Add Model Evaluation Step in Kubeflow before Deployment

Higher Ed
In this lab video, you will be adding the model evaluation step in Kubeflow before deployment. This clip is from the chapter "Vertex AI - Machine Learning Framework" of the series "Data Science Model Deployments and Cloud Computing on...
Instructional Video2:27
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Lab - Final Pipeline Visualization Using Vertex UI and Walkthrough

Higher Ed
In this lab video, you will learn how to visualize the pipeline built using Kubeflow pipelines in Vertex AI. The lab will guide you through the process of building a pipeline, deploying it to Vertex AI, and visualizing the pipeline using...
Instructional Video4:51
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Lab - Pipeline Execution in Kubeflow

Higher Ed
In this lab video, you will learn to use the Kubeflow for pipeline execution. This clip is from the chapter "Vertex AI - Machine Learning Framework" of the series "Data Science Model Deployments and Cloud Computing on GCP".In this...
Instructional Video8:54
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Lab - Code Walkthrough Using Kubeflow and Python

Higher Ed
This is a lab video that will help you with a code walkthrough using Kubeflow and Python. This clip is from the chapter "Vertex AI - Machine Learning Framework" of the series "Data Science Model Deployments and Cloud Computing on GCP".In...
Instructional Video5:16
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Persistent History Cluster

Higher Ed
In this video, you will learn about persistent history cluster in Google Cloud Dataproc, which allows you to store cluster metadata such as logs and job history on a persistent disk. This clip is from the chapter "Dataproc Serverless...
Instructional Video2:50
Curated Video

Vue.js 3 and Firebase for Beginners - Unsubscribing from Updates

Higher Ed
In this video, the author talks about how to unsubscribe from updates. To do this, we will use the useOrders.js file, where we can add the unsubscribe function to a variable. This clip is from the chapter "Real-Time Updates and Firebase...
Instructional Video8:58
Curated Video

Vue.js 3 and Firebase for Beginners - Creating the Sign-In Form

Higher Ed
This video explains how to create a sign-in form to capture user details. This form is both dual use as it can be used for both sign in and sign up. This clip is from the chapter "Authentication" of the series "Vue.js 3 and Firebase for...