Instructional Video8:42
Curated Video

Vue.js 3 and Firebase for Beginners - Modal Styling

Higher Ed
This video explains modal styling to make the login look attractive and make it appear over the rest of the content. This clip is from the chapter "Authentication" of the series "Vue.js 3 and Firebase for Beginners".This section is all...
Instructional Video5:07
Curated Video

Vue.js 3 and Firebase for Beginners - Show and Hide Admin Blocks

Higher Ed
In this video, the author explains how to show and hide each admin block section to make the page a lot smaller; we don't need to read all the information on the page. This clip is from the chapter "Firebase Setup and Firestore" of the...
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 Video4:26
Curated Video

Vue.js 3 and Firebase for Beginners - Admin: Listing Orders Component

Higher Ed
The final component we are adding to the admin list is the current orders component. This component will be used to list the current orders and is added to the admin folder to keep it organized. This clip is from the chapter "Project UI"...
Instructional Video3:36
Curated Video

Vue.js 3 and Firebase for Beginners - Admin: Pizzas Component

Higher Ed
The next component we will create is a pizzas component, which will display all of the available pizzas on the menu. 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 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:16
Curated Video

Vue.js 3 and Firebase for Beginners - RouterLink and RouterView

Higher Ed
This video explains RouterLink and RouterView. The router-view component is where the Vue Router will put the content that matches the current URL and the RouterLink component is for enabling user navigation in a router-enabled app. This...
Instructional Video1:38
Curated Video

Vue.js 3 and Firebase for Beginners - What You Will Need

Higher Ed
In this video, the focus is on the prerequisites for the course. These prerequisites include prior knowledge of HTML and CSS, along with a comfortable understanding and usage of JavaScript. It is also beneficial to have experience with...
Instructional Video12:44
Curated Video

Linux Crash Course for Beginners - 2023 - Basic Shell Scripts

Higher Ed
In this video, you will learn some basics commands of shell scripts such as echo, cut, awk, and more.
Instructional Video16:55
Curated Video

Fundamentals of Neural Networks - Lab 3 - Deep CNN

Higher Ed
This video demonstrates a deeper CNN, where you will build a much bigger number of trainable parameters. This clip is from the chapter "Convolutional Neural Networks" of the series "Fundamentals in Neural Networks".This section explains...
Instructional Video8:56
Curated Video

Fundamentals of Neural Networks - VGG16

Higher Ed
This video explains VGG16 which is a convolutional neural network model proposed by K. Simonyan and A. Zisserman from the University of Oxford in the paper "Very Deep Convolutional Networks for Large-Scale Image Recognition". This clip...
Instructional Video1:08
Curated Video

Fundamentals of Neural Networks - Course Outline

Higher Ed
This video explains the course outline and what the course has to offer. This clip is from the chapter "Welcome" of the series "Fundamentals in Neural Networks".This section introduces you to the course and the course outline.
Instructional Video1:47
Curated Video

Fundamentals of Neural Networks - Welcome Message

Higher Ed
This video explains the need for taking up the course and introduces you to the author. This clip is from the chapter "Welcome" of the series "Fundamentals in Neural Networks".This section introduces you to the course and the course...
Instructional Video9:07
Instructional Video10:21
Instructional Video5:51
Instructional Video4:10
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 07 - Java Modularization - 04 - a Quick Review

Higher Ed
In this video, Let's look at some important points to remember about modularization.
Instructional Video7:34
Instructional Video8:57
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 10 - List and ArrayList - Sorting - Introduction to Collections Sort Static

Higher Ed
In this video, we will explore the List and ArrayList classes and their sorting capabilities. Specifically, you will be introduced to the Collections.sort() static method.
Instructional Video3:43
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 05 - List Interface Implementations - ArrayList Versus Vector

Higher Ed
In this video, you will learn about list interface implementations—ArrayList versus Vector.
Instructional Video6:11
Instructional Video5:26
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 20 - Java Interface Flyable and Abstract Class Animal - an Exercise

Higher Ed
In this video, you will learn about Java interface flyable and abstract class animal with an exercise.
Instructional Video3:49
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 19 - Java Interface Versus Abstract Class - a Comparison

Higher Ed
In this video, we will explore the similarities and differences between Java interfaces and abstract classes and discuss the scenarios where one might be more appropriate than the other for a given programming task.