Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 14 - First Look at ArrayList - Refactoring Student Class to Use ArrayList
In this video, we will take a first look at ArrayList—refactoring student class to use ArrayList.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 02 - Integrating Spring Boot with Data JPA and In-Memory Database H2
In this video, we will integrate Spring Boot framework with Data JPA, and an in-memory database called H2.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 03 - Primary and Qualifier - Which Spring Annotation Should You Use?
In this video, you will learn when to use primary and qualifier annotations and how to choose between them.
Curated Video
Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Styling the Index App EJS and CSS
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...
Curated Video
Microsoft Project 2021 From Beginners to Advanced - Exercise 05-1
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...
Curated Video
Microsoft Project 2021 From Beginners to Advanced - Exercise 02-1
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...
Curated Video
Deep Learning - Crash Course 2023 - Keras Basics
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...
Curated Video
Microsoft Project 2021 From Beginners to Advanced - Beginner's Level Summary
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...
Curated Video
SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Adding Text to the Speech Bubble View
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...
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Refreshable ScrollView
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.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Like and Unlike Tweet Server-Side
In this video, we will focus on implementing the functionality of liking and unliking a tweet on the server-side.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Using ImagePicker in Create Tweet
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.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Like Tweet
This video is all about implementing a "like" functionality in our Twitter Clone app.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Auth | LoginView
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...
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Tweet Image Check
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.
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Create AddCustomer Action Methods
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...
Curated Video
Generative AI Art for Beginners - Using Images as Part of Your Prompt
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...
Curated Video
Behavioral Design Patterns in C++ - Spreadsheet Application - III
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...
Curated Video
SQL Server Course for Beginners with 100+ examples - SELECT INTO Statement in SQL
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...
Curated Video
Behavioral Design Patterns in C++ - Pros and Cons-Iterator
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.
Curated Video
Behavioral Design Patterns in C++ - Pros and Cons-Interpreter
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.
Curated Video
Behavioral Design Patterns in C++ - Shapes Example - III
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...
Curated Video
Behavioral Design Patterns in C++ - Account Class
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.
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. This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will explore the...