Curated Video
Vue.js 3 and Firebase for Beginners - Getting Pizzas
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...
Curated Video
Vue.js 3 and Firebase for Beginners - Home View
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...
Curated Video
Vue.js 3 and Firebase for Beginners - Admin: Add New Pizza Form
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...
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
Vue.js 3 and Firebase for Beginners - Named Views
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...
Curated Video
Vue.js 3 and Firebase for Beginners - The About View and Child Components
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...
Curated Video
Vue.js 3 and Firebase for Beginners - Views and Routes
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...
Curated Video
The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - onPress Events with React Native without Using ChatGPT
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...
Curated Video
The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Separating Out Logic for Data in React Native
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...
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 07 - Exploring Jakarta CDI with Spring Framework and Java
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.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 01 - Getting Spring Framework to Create and Manage Your Java Objects
In this video, you will learn how to get started with Spring framework and create and manage your Java objects.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 11 - Quick Review - Important Spring Framework Annotations
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.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 01 - Exploring Lazy and Eager Initialization of Spring Framework Beans
In this video, you will explore lazy and eager initialization of Spring framework beans and learn when to use them.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 09 - Exploring Spring Framework with Java - Review
In this video, you will review the key concepts covered in this and the previous section.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 06 - Java Spring Framework - Comparing @Component Versus @Bean
In this video, you will compare @Component and @Bean annotations in Java Spring framework and learn when to use them.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 05 - Java Spring Framework - Understanding Important Terminology
In this video, you will understand important terminology in Java Spring framework, such as inversion of control and dependency injection.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 02 - Exploring Primary and Qualifier Annotations for Spring Components
In this video, you will explore primary and qualifier annotations for Spring components and learn how to use them.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 17 - Exploring Spring Framework with Java - Review
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....
Curated Video
Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - What are Hooks and How to Manage State in React
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.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Basics of Recommender System: Quiz Solution
This video is the solutions for the quiz based on the learnings of the lectures and concepts so far.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Load Balancer Concepts
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...
Curated Video
CompTIA A+ Certification Core 2 (220-1102) - Common Safety Procedures
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...
Curated Video
Behavioral Design Patterns in C++ - Change Manager - I
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...
Curated Video
Behavioral Design Patterns in C++ - Pros and Cons-Chain Of Responsibility
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.