Instructional Video5:57
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 14 - First Look at ArrayList - Refactoring Student Class to Use ArrayList

Higher Ed
In this video, we will take a first look at ArrayList—refactoring student class to use ArrayList.
Instructional Video5:14
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 02 - Integrating Spring Boot with Data JPA and In-Memory Database H2

Higher Ed
In this video, we will integrate Spring Boot framework with Data JPA, and an in-memory database called H2.
Instructional Video4:18
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 03 - Primary and Qualifier - Which Spring Annotation Should You Use?

Higher Ed
In this video, you will learn when to use primary and qualifier annotations and how to choose between them.
Instructional Video10:35
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Styling the Index App EJS and CSS

Higher Ed
This video explains styling the index app EJS and CSS. This clip is from the chapter "EJS Templating Engines with Express" of the series "Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js".This section focuses on EJS...
Instructional Video2:41
Curated Video

Microsoft Project 2021 From Beginners to Advanced - Exercise 05-1

Higher Ed
In the exercise demonstration, we will create task dependencies based on information from a spreadsheet, practice adding lag and lead times, and use filters to show all milestone tasks. This clip is from the chapter "Dependencies and...
Instructional Video3:13
Curated Video

Microsoft Project 2021 From Beginners to Advanced - Exercise 02-1

Higher Ed
In this demonstration exercise, we will create a blank project, familiarize ourselves with project ribbons and commands, add commands to the Quick Access Toolbar, and practice switching between views and tables. This clip is from the...
Instructional Video4:00
Curated Video

Deep Learning - Crash Course 2023 - Keras Basics

Higher Ed
In this video, we will revisit the code and understand some Keras basics. Additionally, you will find a deep learning neural networks assignment in the code bundle. This clip is from the chapter "Applying Deep Learning" of the series...
Instructional Video4:13
Curated Video

Microsoft Project 2021 From Beginners to Advanced - Beginner's Level Summary

Higher Ed
In the final video of the beginner-level course, a summary of the topics covered and some final thoughts and recapitulation of what concepts were covered are discussed. This video explores how to continue building skills in Microsoft...
Instructional Video2:22
Curated Video

SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Adding Text to the Speech Bubble View

Higher Ed
In this lesson, we will pick up where we left off in the previous video, where we defined the tail size and bubble radius. We will shift our focus to adding text to the speech bubble view. We will define parameters on how the text...
Instructional Video14:05
Curated Video

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

Higher Ed
In this video, we will be implementing a "Refreshable ScrollView" in our SwiftUI app, which will allow us to refresh the content of our view by pulling down on the scroll view.
Instructional Video10:30
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Like and Unlike Tweet Server-Side

Higher Ed
In this video, we will focus on implementing the functionality of liking and unliking a tweet on the server-side.
Instructional Video11:21
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Using ImagePicker in Create Tweet

Higher Ed
In this video, we will be using the ImagePicker to enable users to select and upload images along with their tweets in the full stack Twitter Clone app.
Instructional Video8:23
Curated Video

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

Higher Ed
This video is all about implementing a "like" functionality in our Twitter Clone app.
Instructional Video17:25
Curated Video

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

Higher Ed
In this video, we will show you how to build a LoginView for your Twitter Clone app that authenticates users, stores their login credentials securely, and handles common login-related scenarios such as forgotten passwords and password...
Instructional Video2:53
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Tweet Image Check

Higher Ed
In this video, you will learn how to implement server-side validation to check whether uploaded images for tweets are in the correct format using the Jimp package in Node.js.
Instructional Video13:32
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Create AddCustomer Action Methods

Higher Ed
On the Customer Controller side, AddCustomer (GET and POST) action methods are coded in this video with an explanation. This clip is from the chapter "Coding Project Part 2: Consume the Web API Using an ASP.NET Core 3.1 MVC Client" of...
Instructional Video3:53
Curated Video

Generative AI Art for Beginners - Using Images as Part of Your Prompt

Higher Ed
In this video, we will show you how to add one or more image URLs to your prompt in Midjourney. These images will serve as visual inspiration for your prompt and help you generate more creative ideas. We will also provide an example to...
Instructional Video6:38
Curated Video

Behavioral Design Patterns in C++ - Spreadsheet Application - III

Higher Ed
In this third video of the series, we will try to replace conditional statements with inheritance and see if it works. This clip is from the chapter "Strategy" of the series "Behavioral Design Patterns in C++".In this section, you will...
Instructional Video2:16
Curated Video

SQL Server Course for Beginners with 100+ examples - SELECT INTO Statement in SQL

Higher Ed
Learn how to work with the SELECT INTO statement in SQL to create a backup copy of your table to a new table. The new table will have the same type and columns as in the first. This clip is from the chapter "Advanced SQL" of the series...
Instructional Video5:39
Curated Video

Behavioral Design Patterns in C++ - Pros and Cons-Iterator

Higher Ed
This video talks about the pros and cons of the Iterator design pattern. This clip is from the chapter "Iterator" of the series "Behavioral Design Patterns in C++".This section focuses on the Iterator design pattern.
Instructional Video4:11
Curated Video

Behavioral Design Patterns in C++ - Pros and Cons-Interpreter

Higher Ed
This video talks about the pros and cons of the Interpreter pattern. This clip is from the chapter "Interpreter" of the series "Behavioral Design Patterns in C++".This section focuses on the Interpreter pattern.
Instructional Video4:29
Curated Video

Behavioral Design Patterns in C++ - Shapes Example - III

Higher Ed
In this video, you will implement the Visitor pattern, through which you will add new operations to the shape hierarchy. This clip is from the chapter "Visitor" of the series "Behavioral Design Patterns in C++".This section focuses on...
Instructional Video4:45
Curated Video

Behavioral Design Patterns in C++ - Account Class

Higher Ed
This video demonstrates the usage of the Memento pattern in a banking application. This clip is from the chapter "Memento" of the series "Behavioral Design Patterns in C++".This section focuses on the Memento pattern in detail.
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...