Hi, what do you want to do?
Curated Video
Vue.js 3 and Firebase for Beginners - Listing and Deleting Pizzas in Admin
This video explains how to list and delete pizzas in admin using deleteDoc and doc from Firebase Firestore.
<
br/>
This clip is from the chapter "Firebase Setup and Firestore" of the series "Vue.js 3 and Firebase for Beginners".This...
<
br/>
This clip is from the chapter "Firebase Setup and Firestore" of the series "Vue.js 3 and Firebase for Beginners".This...
Curated Video
Vue.js 3 and Firebase for Beginners - Looping over Pizzas
In this video, we will temporarily create a ref in which we can push our pizzas to, which will then allow us to loop over these pizzas and display them inside a table.
<
br/>
This clip is from the chapter "Composition API" of the...
<
br/>
This clip is from the chapter "Composition API" of the...
Curated Video
Vue.js 3 and Firebase for Beginners - Form and Table Styling
To round up this section, we will jump into the main .css file where we will apply some shared styles between the forms and our table as well as some general CSS styling.
<
br/>
This clip is from the chapter "Project UI" of the...
<
br/>
This clip is from the chapter "Project UI" of the...
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.
<
br/>
This clip is from the chapter "Project UI" of the series "Vue.js 3 and Firebase for Beginners".This section...
<
br/>
This clip is from the chapter "Project UI" of the series "Vue.js 3 and Firebase for Beginners".This section...
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.
<
br/>
This clip is from the chapter "Project UI" of the series "Vue.js 3 and Firebase for Beginners".This section explains the...
<
br/>
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 - 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
Ultimate Tableau Desktop Course - Beginner to Advanced Bundle - Publishing and Sharing a Workbook
Let's learn what publishing means in Tableau to other uses. You will learn how to publish our work on Tableau and how to share a workbook.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 04 - If Else Problem - How to Get User Input in Java?
In this video, you will learn about an if else problem—how to get user input in Java.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 10 - Selecting Loop in Java - For Versus While Versus Do While
In this video, you will learn about selecting loop in Java—for versus while versus do while.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 00 - Conditionals with Java - Section Overview
In this video, we will see an overview on conditionals with Java.
Curated Video
Advanced 3D Printing with Fusion 360 - Design Your Phone Case - Creating the Grip Attachment
In this video, we will create the grip attachment to the iPhone XR model phone case and design it for attaching it to the back of the case as an additional feature to clip it to clothing.
<
br/>
This clip is from the chapter "The...
<
br/>
This clip is from the chapter "The...
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Project: ATM Simulation Part 4 - Transactions Report
We will continue further in the ATM project and implement the transaction portion of the ATM program.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Project: ATM Simulation Part 2 - UI Menu
In the last video, we created a base account class and implemented the transactions interface. Here, we will learn to create user prompts to input data into the system.
Curated Video
Microsoft Project 2021 From Beginners to Advanced - Customize Tables
In this video, we will learn to customize tables within Microsoft Project 2021. We will discover how to modify table layouts and content to create data views that align with their project management requirements, enhancing data...
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - MainView
The MainView is the central hub of any Twitter Clone app, and in this video, we will guide you through the process of designing and implementing a custom MainView that showcases all the essential elements of your app, including the feed,...
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - SlideMenu
In this video, we will show you how to build a custom SlideMenu that's both beautiful and functional, using the latest tools and techniques in mobile app development.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Auth | Finalizing UI
In this video, we will show you how to put the finishing touches on your authentication user interface for your Twitter Clone app.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - TopBar
The TopBar is often the first thing users see when they open your app, so it's important to make a great first impression; in this video, we will guide you through the process of building a custom TopBar for your Twitter Clone app that's...
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Basic TabView
In this video, we will walk through the basics of implementing a TabView in a mobile app and provide examples of how to use this functionality to organize and display information in an intuitive and user-friendly way.
Curated Video
CompTIA A+ Certification Core 2 (220-1102) - Backing Up Your Data in Linux and macOS
Backing up data in Linux and macOS follows the same best practices as Windows, with a few different tools.
<
br/>
This clip is from the chapter "Maintaining and Optimizing Operating Systems" of the series "CompTIA A+ Certification...
<
br/>
This clip is from the chapter "Maintaining and Optimizing Operating Systems" of the series "CompTIA A+ Certification...
Curated Video
Behavioral Design Patterns in C++ - TextPad - VII
This video gives an overview of the implementation so far and also explains an alternative approach through classes.
<
br/>
This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section,...
<
br/>
This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section,...
Curated Video
Behavioral Design Patterns in C++ - TextPad - I
This video helps you with the overview of the TextPad application and its menu.
<
br/>
This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will explore the command design...
<
br/>
This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will explore the command design...
Curated Video
Behavioral Design Patterns in C++ - DataList - I
This video starts with another example that will be used to understand how macro commands can be implemented.
<
br/>
This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will...
<
br/>
This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will...
Curated Video
Behavioral Design Patterns in C++ - TextPad - VIII
This video demonstrates how to use the command pattern to handle commands/events and also achieve loose coupling between the classes.
<
br/>
This clip is from the chapter "Command" of the series "Behavioral Design Patterns in...
<
br/>
This clip is from the chapter "Command" of the series "Behavioral Design Patterns in...