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 - Checking for Duplicate Basket Items
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...
Curated Video
SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - The Quote View Model
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...
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 03 - Break Down Multiplication Table Challenge
This video talks about breaking down the multiplication table challenge.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 01 - Introduction to Multiplication Table Challenge
This video talks about the multiplication table challenge.
Curated Video
Fundamentals of Neural Networks - Lab 1 - Introduction to Python
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...
Curated Video
The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Critically Analyze ChatGPT Faulty Solutions to Augment the React Native Code
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...
Curated Video
The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Finish Styling the Header in React Native with ChatGPT Analysis
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,...
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 14 - Exploring Java New Features - Text Blocks
This video provides a detailed understanding of text blocks.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 13 - Exploring Java New Features - Switch Expression
In this video, we will look at switch expressions.
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 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 11 - List and ArrayList - Sorting - Implementing Comparable Interface
In this video, you will learn how to useList and ArrayList in Java for sorting by implementing the comparable interface.
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 09 - List and ArrayList - Puzzles - Type Safety and Removing Integers
In this video, you will learn about list and ArrayList with puzzles—type safety and removing integers.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 03 - List Interface - Immutability and Introduction of Implementations – Array
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.
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 13 - Java Abstract Class – Introduction
In this video, we will see an introduction to the Java abstract class.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 08 - Object Is at Top of Inheritance Hierarchy
In this video, you will learn that an object is at the top of the inheritance hierarchy.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 04 - OOP Exercise - Rectangle Class
In this video, you will learn an OOP exercise—rectangle class.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 03 - OOP Example - Fan Class - Deciding Behavior with Methods
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.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 12 - Adding and Removing Marks - Problem with Arrays
In this video, you will learn about adding and removing marks—problem with arrays.