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 Video4:31
Curated Video

Vue.js 3 and Firebase for Beginners - Checking for Duplicate Basket Items

Higher Ed
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...
Instructional Video7:02
Curated Video

SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - The Quote View Model

Higher Ed
This is a continuation of the previous video about the quotable API. Here, we will create the view model, connecting the actual view and the data model we created. This clip is from the chapter "Emoji App" of the series "SwiftUI iOS 16...
Instructional Video1:55
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 03 - Break Down Multiplication Table Challenge

Higher Ed
This video talks about breaking down the multiplication table challenge.
Instructional Video1:29
Instructional Video35:44
Curated Video

Fundamentals of Neural Networks - Lab 1 - Introduction to Python

Higher Ed
This video demonstrates some of the basic commands in Python specifically the print statement, data structures, variables, and how to define a function. This clip is from the chapter "Artificial Neural Networks" of the series...
Instructional Video5:06
Curated Video

The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Critically Analyze ChatGPT Faulty Solutions to Augment the React Native Code

Higher Ed
In this video, you will critically analyze the faulty solutions provided by ChatGPT for a specific React Native problem. You will explore alternative solutions to the issue and learn how to augment the code to improve its efficiency and...
Instructional Video14:42
Curated Video

The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Finish Styling the Header in React Native with ChatGPT Analysis

Higher Ed
In this video, you will learn how to finish styling the header of your React Native application using ChatGPT analysis. You will learn how to leverage ChatGPT to generate styles for different parts of the header, including the logo,...
Instructional Video9:07
Instructional Video7:52
Instructional Video7:33
Instructional Video5:51
Instructional Video7:34
Instructional Video3:26
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 11 - List and ArrayList - Sorting - Implementing Comparable Interface

Higher Ed
In this video, you will learn how to useList and ArrayList in Java for sorting by implementing the comparable interface.
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 Video7:24
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 09 - List and ArrayList - Puzzles - Type Safety and Removing Integers

Higher Ed
In this video, you will learn about list and ArrayList with puzzles—type safety and removing integers.
Instructional Video4:37
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 03 - List Interface - Immutability and Introduction of Implementations – Array

Higher Ed
In this video, we will explore the concept of immutability in the context of the List interface and discuss the array implementation as an introduction to different list implementations available in Java.
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 Video6:10
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 13 - Java Abstract Class – Introduction

Higher Ed
In this video, we will see an introduction to the Java abstract class.
Instructional Video4:06
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 08 - Object Is at Top of Inheritance Hierarchy

Higher Ed
In this video, you will learn that an object is at the top of the inheritance hierarchy.
Instructional Video6:27
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 04 - OOP Exercise - Rectangle Class

Higher Ed
In this video, you will learn an OOP exercise—rectangle class.
Instructional Video6:28
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 03 - OOP Example - Fan Class - Deciding Behavior with Methods

Higher Ed
In this video, we will continue exploring the fan class example in object-oriented programming by focusing on how to define and implement methods that control the behavior of the fan object.
Instructional Video3:21
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 12 - Adding and Removing Marks - Problem with Arrays

Higher Ed
In this video, you will learn about adding and removing marks—problem with arrays.