Curated Video
The Importance of Honesty
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,...
Curated Video
Aerobic Respiration: Observing Oxygen Use in Maggots
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...
Great Big Story
Empowering south sudanese talent in nebraska's basketball scene
Discover how Omaha Talons Academy is transforming Nebraska into a hub for South Sudanese basketball talent, led by visionary Koang Doluony.
Maddie Moate
Why is this BIN in the SEA? | Plastic Pollution for Kids | Maddie Moate
learn about Seabins and their use worldwide to collect plastics from our oceans.
Curated Video
History of Easter For Kids
Learn about the history of Easter, from Christianity's celebration of Jesus's resurrection to the introduction of colored eggs and Easter bunnies.
Curated Video
Continuing Traditional Basketweaving Practices with the Help of Controlled Burns
"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...
Wonderscape
Investment Basics: Diversifying Your Portfolio in the Stock Market
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...
Curated Video
Vue.js 3 and Firebase for Beginners - The Basket UI
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...
Curated Video
Vue.js 3 and Firebase for Beginners - The Menu UI
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...
Curated Video
Vue.js 3 and Firebase for Beginners - Filters and Global Properties
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...
Curated Video
Vue.js 3 and Firebase for Beginners - Adding the User to Orders
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...
Curated Video
Vue.js 3 and Firebase for Beginners - Creating Orders
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...
Curated Video
Vue.js 3 and Firebase for Beginners - Composable Files
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...
Curated Video
Vue.js 3 and Firebase for Beginners - Computed Properties
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...
Curated Video
Vue.js 3 and Firebase for Beginners - Removing and Changing Basket Quantity
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...
Curated Video
Vue.js 3 and Firebase for Beginners - Checking for Duplicate Basket Items
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...
Curated Video
Vue.js 3 and Firebase for Beginners - Refs and Adding to Basket
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...
Curated Video
Vue.js 3 and Firebase for Beginners - Menu and Basket Styling
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Client Applications Code Review - E-Commerce App
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,...
Curated Video
Design Microservices Architecture with Patterns and Principles - Basket Microservices Code Review - E-Commerce App
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Microservices Communication Types - Synchronous or Asynchronous Communication
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Identifying and Decomposing Microservices for E-Commerce Domain
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Design the Architecture - Modular Monolithic Architecture - E-Commerce App
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...