Curated Video
Vue.js 3 and Firebase for Beginners - Modal Styling
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...
Curated Video
Vue.js 3 and Firebase for Beginners - Show and Hide Admin Blocks
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...
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: Listing Orders Component
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"...
Curated Video
Vue.js 3 and Firebase for Beginners - Admin: Pizzas Component
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...
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 - 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 - RouterLink and RouterView
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...
Curated Video
Vue.js 3 and Firebase for Beginners - What You Will Need
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...
Curated Video
Linux Crash Course for Beginners - 2023 - Basic Shell Scripts
In this video, you will learn some basics commands of shell scripts such as echo, cut, awk, and more.
Curated Video
Fundamentals of Neural Networks - Lab 3 - Deep CNN
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...
Curated Video
Fundamentals of Neural Networks - VGG16
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...
Curated Video
Fundamentals of Neural Networks - Course Outline
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.
Curated Video
Fundamentals of Neural Networks - Welcome Message
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...
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 15 - Exploring Java New Features - Records
In this video, let's look at records.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 11 - Exploring New Java API - String Utility Methods
In this video, you will learn more about string utility methods.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 10 - Exploring New Java API - Predicate - not Method
In this video, you will learn about the method, Predicate.not.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 07 - Java Modularization - 04 - a Quick Review
In this video, Let's look at some important points to remember about modularization.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 04 - Java Modularization - 01 - Building Service and Consumer
In this video, we will build a simple application with modularization.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 10 - List and ArrayList - Sorting - Introduction to Collections Sort Static
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.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 05 - List Interface Implementations - ArrayList Versus Vector
In this video, you will learn about list interface implementations—ArrayList versus Vector.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 21 - Polymorphism - an Introduction
In this video, you will learn about polymorphism.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 20 - Java Interface Flyable and Abstract Class Animal - an Exercise
In this video, you will learn about Java interface flyable and abstract class animal with an exercise.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 19 - Java Interface Versus Abstract Class - a Comparison
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.