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:37
Curated Video

Vue.js 3 and Firebase for Beginners - Menu and Basket Styling

Higher Ed
In this video, we will head into the menu view file and basket styling using the scoped attribute. This clip is from the chapter "Project UI" of the series "Vue.js 3 and Firebase for Beginners".This section explains the project UI and...
Instructional Video6:30
Curated Video

Vue.js 3 and Firebase for Beginners - Views and Routes

Higher Ed
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...
Instructional Video10:35
Curated Video

Ultimate Tableau Desktop Course - Beginner to Advanced Bundle - Publishing and Sharing a Workbook

Higher Ed
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.
Instructional Video6:45
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 04 - If Else Problem - How to Get User Input in Java?

Higher Ed
In this video, you will learn about an if else problem—how to get user input in Java.
Instructional Video3:41
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 10 - Selecting Loop in Java - For Versus While Versus Do While

Higher Ed
In this video, you will learn about selecting loop in Java—for versus while versus do while.
Instructional Video1:23
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 00 - Conditionals with Java - Section Overview

Higher Ed
In this video, we will see an overview on conditionals with Java.
Instructional Video20:39
Curated Video

Advanced 3D Printing with Fusion 360 - Design Your Phone Case - Creating the Grip Attachment

Higher Ed
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. This clip is from the chapter "The Grip -...
Instructional Video23:16
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Project: ATM Simulation Part 4 - Transactions Report

Higher Ed
We will continue further in the ATM project and implement the transaction portion of the ATM program.
Instructional Video15:43
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Project: ATM Simulation Part 2 - UI Menu

Higher Ed
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.
Instructional Video9:43
Curated Video

Microsoft Project 2021 From Beginners to Advanced - Customize Tables

Higher Ed
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...
Instructional Video22:46
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - MainView

Higher Ed
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,...
Instructional Video30:59
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - SlideMenu

Higher Ed
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.
Instructional Video2:33
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Auth | Finalizing UI

Higher Ed
In this video, we will show you how to put the finishing touches on your authentication user interface for your Twitter Clone app.
Instructional Video5:30
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - TopBar

Higher Ed
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...
Instructional Video8:18
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Basic TabView

Higher Ed
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.
Instructional Video3:35
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - Backing Up Your Data in Linux and macOS

Higher Ed
Backing up data in Linux and macOS follows the same best practices as Windows, with a few different tools. This clip is from the chapter "Maintaining and Optimizing Operating Systems" of the series "CompTIA A+ Certification Core 2...
Instructional Video3:13
Curated Video

Behavioral Design Patterns in C++ - TextPad - VII

Higher Ed
This video gives an overview of the implementation so far and also explains an alternative approach through classes. This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will...
Instructional Video2:58
Curated Video

Behavioral Design Patterns in C++ - TextPad - I

Higher Ed
This video helps you with the overview of the TextPad application and its menu. This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will explore the command design pattern, which...
Instructional Video5:20
Curated Video

Behavioral Design Patterns in C++ - DataList - I

Higher Ed
This video starts with another example that will be used to understand how macro commands can be implemented. This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will explore the...
Instructional Video4:08
Curated Video

Behavioral Design Patterns in C++ - TextPad - VIII

Higher Ed
This video demonstrates how to use the command pattern to handle commands/events and also achieve loose coupling between the classes. This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this...
Instructional Video2:46
Curated Video

Behavioral Design Patterns in C++ - TextPad - VI

Higher Ed
In this video, we will use the menu class with the application class. You will be able to see how the classes are loosely coupled. This implementation uses a pointer to function as callback and does not use an object-oriented approach....
Instructional Video6:58
Curated Video

Behavioral Design Patterns in C++ - TextPad - V

Higher Ed
In this video, we will modify the menu class and break its dependency of the application class. This will make it reusable with any class. This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this...
Instructional Video4:24
Curated Video

Behavioral Design Patterns in C++ - TextPad - IV

Higher Ed
In this video, we will implement the menu class for handling user input. This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will explore the command design pattern, which...