Instructional Video0:40
Curated Video

Bile

6th - 12th
A bitter, dark green to yellow liquid produced by the liver, and stored in the gall bladder.
<

br/>

A Twig Science
Glossary Film.
Key scientific terms defined in just 60 seconds using stunning images and concise...
Instructional Video2:27
Curated Video

Electricity: Supply and Demand

6th - 12th
As demand for electricity rises, supply can become jeopardised. With electricity difficult to store, how to power companies manage this delicate balancing act? Earth Science - Earth's Resources - Learning Points. Electricity producers...
Instructional Video13:16
Instructional Video9:07
Curated Video

Modern JavaScript from the Beginning - Second Edition - Remove Items from Local Storage

Higher Ed
In this video, you will learn how to remove items from local storage when they are removed from the shopping list.
<
br/>
This clip is from the chapter "Shopping List Project" of the series "Modern JavaScript from the Beginning".In...
Instructional Video6:21
Curated Video

Modern JavaScript from the Beginning - Second Edition - Display Items from Local Storage

Higher Ed
In this video, you will learn how to display the items from local storage in the shopping list.
<
br/>
This clip is from the chapter "Shopping List Project" of the series "Modern JavaScript from the Beginning".In this section, we...
Instructional Video8:11
Curated Video

Modern JavaScript from the Beginning - Second Edition - Add Items to Local Storage

Higher Ed
In this video, you will learn how to add items to the shopping list using local storage.
<
br/>
This clip is from the chapter "Shopping List Project" of the series "Modern JavaScript from the Beginning".In this section, we will...
Instructional Video3:51
Curated Video

Modern JavaScript from the Beginning - Second Edition - Prevent Duplicate Items

Higher Ed
In this video, you will learn how to prevent adding duplicate items to the shopping list.
<
br/>
This clip is from the chapter "Shopping List Project" of the series "Modern JavaScript from the Beginning".In this section, we will...
Instructional Video16:32
Curated Video

Modern JavaScript from the Beginning - Second Edition - Tracalorie Refactor to Use Webpack

Higher Ed
In this video, we will refactor our Tracalorie project to use Webpack. We will explore how to configure Webpack to work with our project, including loading CSS files, transpiling our JavaScript with Babel, and optimizing our code with...
Instructional Video4:19
Curated Video

Modern JavaScript from the Beginning - Second Edition - Clear Storage Items

Higher Ed
In this video, we will update the Tracalorie app to clear all the items from local storage. We will add a clear button that calls a method in the Storage class to clear all the items from local storage. This is useful when the user...
Instructional Video5:57
Curated Video

Modern JavaScript from the Beginning - Second Edition - Remove Meals and Workouts from Local Storage

Higher Ed
In this video, we will update the Tracalorie app to remove meals and workouts from local storage when they are removed from the app. We will use the Storage class to remove the corresponding item from local storage so that it is not...
Instructional Video3:50
Curated Video

Modern JavaScript from the Beginning - Second Edition - Save Workouts to Local Storage

Higher Ed
In this video, we will update the Tracalorie app to save the workouts to local storage. We will use the Storage class to save and retrieve the workouts from local storage so that they are remembered even after the user closes the...
Instructional Video4:48
Curated Video

Modern JavaScript from the Beginning - Second Edition - Persist Total Calories to Local Storage

Higher Ed
In this video, we update the Tracalorie app to persist the total calories to local storage. We will use the Storage class to save and retrieve the total calories from local storage so that it is remembered even after the user closes...
Instructional Video5:52
Curated Video

Modern JavaScript from the Beginning - Second Edition - Storage Class and Calorie Limit Persist

Higher Ed
In this video, we will create a Storage class that handles all the interactions with local storage in the Tracalorie app. We will move all the local storage-related code from the App class to the Storage class. We will also update the...
Instructional Video9:18
Curated Video

Type-Safe Interfaces with Modern C++ - What Is an Optional?

Higher Ed
Learn about the concept of "optional value" and why it is useful
Instructional Video5:59
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Compounding and Augmented Operators in JavaScript

Higher Ed
In this video, you will learn about compounding and augmented operators in JavaScript, which are shorthand notations for performing arithmetic operations and assigning the result to a variable. You will explore different ways to use...
Instructional Video1:49
Curated Video

Vue.js 3 and Firebase for Beginners - What Is Firebase?

Higher Ed
Firebase is a service provided by Google for websites, applications, and games. Many of these need services such as authentication, storage, hosting, and a database too. It provides developers with a variety of tools and services to...
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.
<
br/>
This clip is from the chapter "Learn Solidity - Basics III"...
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.
<
br/>
This clip is...
Instructional Video8:05
Curated Video

Linux Crash Course for Beginners - 2023 - Option 2 - Linux Installation on Cloud

Higher Ed
In this video, you will learn how to install the system on a cloud, which is our second option for lab design.
Instructional Video5:33
Curated Video

Linux Crash Course for Beginners - 2023 - Creating Virtual Machine

Higher Ed
In this video, you will learn how to create a virtual machine on the Oracle VirtualBox.
Instructional Video7:34
Curated Video

Chatbots Development with Amazon Lex - Services of AWS

Higher Ed
This video outlines the various services provided by AWS, including more than 200 services, AWS Compute, AWS Storage, AWS Database, AWS Migration, API Gateway, cloud management services, WAF and shield, elastic transcoder, and more.
Instructional Video5:47
Curated Video

Advanced Chatbots with Deep Learning and Python - Vectorizing Train and Test Data

Higher Ed
After creating the vectorization function, we will input the stories, queries, and answers using the vectorize function that we created using the train data.
Instructional Video5:33
Curated Video

Linux Network Administration - Creating First Virtual Machine

Higher Ed
This video explains how to create a virtual machine on the VirtualBox.
Instructional Video11:03
Curated Video

A Detailed Guide to the OWASP Top 10 - API4:2023 Unrestricted Resource Consumption

Higher Ed
In this video, explore how Unrestricted Resource Consumption can affect API performance and security, and how to protect against it.