Instructional Video5:43
Curated Video

The Importance of Honesty

K - 5th
In this video, Helen the hippo shares a story about the importance of honesty. When she accidentally eats fruits from a basket that belonged to her new friend Lisa, Helen must decide whether to tell the truth or not. Through her honesty,...
Instructional Video6:01
Curated Video

Aerobic Respiration: Observing Oxygen Use in Maggots

6th - 12th
We use maggots to let us observe aerobic respiration. The maggots are placed over sodium hydroxide in a specimen tube. A bung and delivery tube are attached to the specimen tube that feed into a boiling tube of coloured water. In the...
Instructional Video2:55
Great Big Story

Empowering south sudanese talent in nebraska's basketball scene

12th - Higher Ed
Discover how Omaha Talons Academy is transforming Nebraska into a hub for South Sudanese basketball talent, led by visionary Koang Doluony.
Instructional Video6:26
Maddie Moate

Why is this BIN in the SEA? | Plastic Pollution for Kids | Maddie Moate

K - 5th
learn about Seabins and their use worldwide to collect plastics from our oceans.
Instructional Video4:38
Curated Video

What Am I Unit 135

Pre-K - 3rd
Guess What I Am while developing basic English reading skills.
Instructional Video5:39
Curated Video

History of Easter For Kids

K - 5th
Learn about the history of Easter, from Christianity's celebration of Jesus's resurrection to the introduction of colored eggs and Easter bunnies.
Instructional Video2:56
Curated Video

Continuing Traditional Basketweaving Practices with the Help of Controlled Burns

3rd - Higher Ed
"Following the Smoke" began with members of the California Indian Basketweaving Association seeking higher-quality materials. This lead them to areas affected by controlled burns. These burns enhance the strength and color of materials...
Instructional Video5:01
Wonderscape

Investment Basics: Diversifying Your Portfolio in the Stock Market

K - 5th
Discover how to start investing in the stock market with tips on wealth building and diversification. Learn about ETFs, mutual funds, and index funds as practical ways to invest without needing to actively manage numerous stocks. This...
Instructional Video3:04
Curated Video

Vue.js 3 and Firebase for Beginners - The Basket UI

Higher Ed
In this video, we will create the basket UI. The basket will also be a table that shows the pizzas that the users select. This clip is from the chapter "Project UI" of the series "Vue.js 3 and Firebase for Beginners".This section...
Instructional Video4:15
Curated Video

Vue.js 3 and Firebase for Beginners - The Menu UI

Higher Ed
This video talks about the Menu view page, which is going to be split into two sections. On the left, we are going to include the menu where we will include the pizzas in a list. This clip is from the chapter "Project UI" of the series...
Instructional Video8:52
Curated Video

Vue.js 3 and Firebase for Beginners - Filters and Global Properties

Higher Ed
In this video, we will talk about filters and global properties using an example. This clip is from the chapter "Finishing Touches" of the series "Vue.js 3 and Firebase for Beginners".This section is about the finishing touches to give...
Instructional Video6:46
Curated Video

Vue.js 3 and Firebase for Beginners - Adding the User to Orders

Higher Ed
In this video, we will make sure the user object is placed on our order before pushing it to the database. We will also make sure that the user is logged in before creating a new order and to do this, we will go into the useBasket...
Instructional Video8:15
Curated Video

Vue.js 3 and Firebase for Beginners - Creating Orders

Higher Ed
This video explains the code to create a new order, which follows a similar pattern to creating a new pizza. This clip is from the chapter "Firebase Setup and Firestore" of the series "Vue.js 3 and Firebase for Beginners".This section...
Instructional Video5:12
Curated Video

Vue.js 3 and Firebase for Beginners - Composable Files

Higher Ed
Vue Composables allows us to extract the reactive state and functionality to reuse in other components. This clip is from the chapter "Composition API" of the series "Vue.js 3 and Firebase for Beginners".This section explains the...
Instructional Video3:35
Curated Video

Vue.js 3 and Firebase for Beginners - Computed Properties

Higher Ed
Computed Property is used to declaratively describe a value that is dependent on other values. This feature of VueJS allows for transformations or computations based on our data. This clip is from the chapter "Composition API" of the...
Instructional Video4:18
Curated Video

Vue.js 3 and Firebase for Beginners - Removing and Changing Basket Quantity

Higher Ed
In this video, we will remove and change basket quantity in the item list by working on the menu view and using the null property. This clip is from the chapter "Composition API" of the series "Vue.js 3 and Firebase for Beginners".This...
Instructional Video4:31
Curated Video

Vue.js 3 and Firebase for Beginners - Checking for Duplicate Basket Items

Higher Ed
In this video, we will check for duplicate items in the basket and, rather than adding new line items, we will increase the quantity in the existing items. This clip is from the chapter "Composition API" of the series "Vue.js 3 and...
Instructional Video7:33
Curated Video

Vue.js 3 and Firebase for Beginners - Refs and Adding to Basket

Higher Ed
A ref is a wrapper for a value and in our case, the value is a pizza. In this video, we will use ref as a wrapper for our basket, which the user can add pizzas to. This clip is from the chapter "Composition API" of the series "Vue.js 3...
Instructional Video5:37
Curated Video

Vue.js 3 and Firebase for Beginners - Menu and Basket Styling

Higher Ed
In this video, we will head into the menu view file and basket styling using the scoped attribute. 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 Video3:33
Curated Video

Design Microservices Architecture with Patterns and Principles - Client Applications Code Review - E-Commerce App

Higher Ed
This video focuses on the code review of the client applications in the e-commerce application and examines the codebase of the client applications, such as web or mobile applications, and discusses their implementation, user interface,...
Instructional Video10:08
Curated Video

Design Microservices Architecture with Patterns and Principles - Basket Microservices Code Review - E-Commerce App

Higher Ed
The focus of this video is on the code review of the basket microservice in the e-commerce application. It delves into the codebase of the basket microservice, its implementation, and how it handles shopping cart functionalities within...
Instructional Video5:40
Curated Video

Design Microservices Architecture with Patterns and Principles - Microservices Communication Types - Synchronous or Asynchronous Communication

Higher Ed
In this video, you will learn about the two primary types of communication in microservices: synchronous and asynchronous. We will understand the characteristics, benefits, and trade-offs of each approach. This clip is from the chapter...
Instructional Video3:00
Curated Video

Design Microservices Architecture with Patterns and Principles - Identifying and Decomposing Microservices for E-Commerce Domain

Higher Ed
In this video, we apply the knowledge gained from the previous videos to identify and decompose microservices specifically for an e-commerce domain. We will understand the factors to consider creating a well-structured and cohesive...
Instructional Video4:18
Curated Video

Design Microservices Architecture with Patterns and Principles - Design the Architecture - Modular Monolithic Architecture - E-Commerce App

Higher Ed
In this video, we will get hands-on with designing a modular monolithic architecture for an e-commerce application. We will understand how to structure and organize modules to achieve modularity and scalability while maintaining the...