Instructional Video9:18
Curated Video

Vue.js 3 and Firebase for Beginners - Getting Pizzas

Higher Ed
This video explains how to get pizzas using the async function, getPizza, and calling the import function called getDocs. This clip is from the chapter "Firebase Setup and Firestore" of the series "Vue.js 3 and Firebase for...
Instructional Video7:34
Curated Video

Vue.js 3 and Firebase for Beginners - Home View

Higher Ed
This video talks about the home view, which is a new component that is going to be switched with the Vue router. This clip is from the chapter "Project UI" of the series "Vue.js 3 and Firebase for Beginners".This section explains the...
Instructional Video5:54
Curated Video

Vue.js 3 and Firebase for Beginners - Admin: Add New Pizza Form

Higher Ed
In this video, we will look at the admin view, which is going to be split up into multiple areas, which we will then organize into different components. The first area we are going to cover is adding a new pizza component to the admin...
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 Video6:21
Curated Video

Vue.js 3 and Firebase for Beginners - Named Views

Higher Ed
This video explains named views; sometimes you need to display multiple views at the same time instead of nesting them. This is where named views come into play. This clip is from the chapter "Basic Routing" of the series "Vue.js 3 and...
Instructional Video9:11
Curated Video

Vue.js 3 and Firebase for Beginners - The About View and Child Components

Higher Ed
In this video, the author talks about the About View page where we can now use a router to switch between the three new components. This clip is from the chapter "Basic Routing" of the series "Vue.js 3 and Firebase for Beginners".In 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...
Instructional Video9:12
Curated Video

The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - onPress Events with React Native without Using ChatGPT

Higher Ed
In this video, we will explore how to create onPress events in React Native without relying on ChatGPT. We will walk through the process of adding functionality to a button that triggers a specific action when pressed. This tutorial will...
Instructional Video3:31
Curated Video

The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Separating Out Logic for Data in React Native

Higher Ed
This video is on separating out logic for data in React Native. You will learn how to refactor your code to separate business logic from presentation logic, as well as how to manage state and props in your components. By the end of the...
Instructional Video7:18
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 07 - Exploring Jakarta CDI with Spring Framework and Java

Higher Ed
In this video, you will learn about Jakarta CDI and how it can be used with the Spring framework and Java. You will explore the benefits of using CDI, such as dependency injection, and see how it can be integrated with Spring.
Instructional Video13:29
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 01 - Getting Spring Framework to Create and Manage Your Java Objects

Higher Ed
In this video, you will learn how to get started with Spring framework and create and manage your Java objects.
Instructional Video6:10
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 11 - Quick Review - Important Spring Framework Annotations

Higher Ed
In this video, you will review some of the most important annotations in the Spring framework, such as @Autowired, @ComponentScan, and @Configuration. You will see how these annotations are used and why they are important in Spring.
Instructional Video8:17
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 01 - Exploring Lazy and Eager Initialization of Spring Framework Beans

Higher Ed
In this video, you will explore lazy and eager initialization of Spring framework beans and learn when to use them.
Instructional Video3:22
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 09 - Exploring Spring Framework with Java - Review

Higher Ed
In this video, you will review the key concepts covered in this and the previous section.
Instructional Video4:37
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 06 - Java Spring Framework - Comparing @Component Versus @Bean

Higher Ed
In this video, you will compare @Component and @Bean annotations in Java Spring framework and learn when to use them.
Instructional Video5:34
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 05 - Java Spring Framework - Understanding Important Terminology

Higher Ed
In this video, you will understand important terminology in Java Spring framework, such as inversion of control and dependency injection.
Instructional Video4:19
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 02 - Exploring Primary and Qualifier Annotations for Spring Components

Higher Ed
In this video, you will explore primary and qualifier annotations for Spring components and learn how to use them.
Instructional Video2:18
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 17 - Exploring Spring Framework with Java - Review

Higher Ed
This video provides a review of the key topics covered in the section, which includes an introduction to the Spring framework, the basics of bean configuration, and the use of auto-wiring and annotations in Spring framework applications....
Instructional Video10:35
Curated Video

Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - What are Hooks and How to Manage State in React

Higher Ed
This video covers an introduction to React hooks and how to manage state in React, which is essential for building complex applications like the ChatGPT OpenAI.
Instructional Video1:48
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Basics of Recommender System: Quiz Solution

Higher Ed
This video is the solutions for the quiz based on the learnings of the lectures and concepts so far.
Instructional Video8:13
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Load Balancer Concepts

Higher Ed
Before you can consider the AWS features that assist in implementing load balancing, you must understand general load balancer concepts. This is particularly true for a design architect. In this video, you will explore the load balancer...
Instructional Video4:00
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - Common Safety Procedures

Higher Ed
In this video, let's take a moment to talk about some common hardware concerns and operational procedures that will be critical to ensuring your success as a PC technician. This clip is from the chapter "The Visible Computer" of the...
Instructional Video2:01
Curated Video

Behavioral Design Patterns in C++ - Change Manager - I

Higher Ed
This video shows the Change Manager, which helps take information from the subject and pass on the right information or notify the observers as intended. This clip is from the chapter "Observer" of the series "Behavioral Design Patterns...
Instructional Video6:25
Curated Video

Behavioral Design Patterns in C++ - Pros and Cons-Chain Of Responsibility

Higher Ed
This video talks about the pros and cons of the CoR pattern. This clip is from the chapter "Chain of Responsibility" of the series "Behavioral Design Patterns in C++".This section focuses on the Chain of Responsibility pattern.