Instructional Video10:06
Instructional Video5:27
Curated Video

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

Higher Ed
In this video, you will learn how to use the toJSON method in Mongoose to manipulate the user object before sending it as a JSON response.
Instructional Video8:19
Curated Video

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

Higher Ed
In this video, we will show you how to use Mongoose, a popular Node.js library, to build and manage a MongoDB database.
Instructional Video5:48
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Express Server and Nodemon

Higher Ed
n this video, we will show you how to use Express.js to build a powerful and scalable server for your web applications.
Instructional Video13:36
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - User Model and Validator

Higher Ed
In this video, we will explore how to create a user model and use a validator to ensure that the user data meets certain requirements.
Instructional Video9:15
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - What Is an Operating System

Higher Ed
This video explains what an operating system is.
<
br/>
This clip is from the chapter "The Visible Computer" of the series "CompTIA A+ Certification Core 2 (220-1102)".This section explains the common safety procedures and hardware...
Instructional Video10:30
Curated Video

Web Hacking Expert - Full-Stack Exploitation Mastery - Subdomain Takeover – Part 1

Higher Ed
This is the first of the two-part video that demonstrates the subdomain takeover by attacking the subdomain.
<
br/>
This clip is from the chapter "Full-Stack Attacks on Modern Web Applications" of the series "Web Hacking Expert ...
Instructional Video4:47
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - Linux and macOS Permissions

Higher Ed
While macOS and Linux lack NTFS's fine control of resources, they do still have permissions, and a good tech should understand how they work. Additionally, there are specific tools used to control permissions.
<
br/>
This clip is...
Instructional Video2:27
Curated Video

ChatGPT and DALL-E: Sell Your Creative Thinking with AI - Limitation 4: AI Work Will Need to Be Modified

Higher Ed
In this video, we will look at the limitation that AI-generated content will often need to be modified or edited by humans.
<
br/>
This clip is from the chapter "When (And When Not) to Use AI" of the series "ChatGPT and DALL-E: Sell...
Instructional Video7:41
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - Windows Firewall

Higher Ed
Like all operating systems, Windows comes with a built-in software firewall. Unlike the firewall on your router, this firewall only protects a single system. It's important for techs – and the users they support – to understand how to...
Instructional Video12:09
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - Interpreted Languages

Higher Ed
Every operating system contains interpreters that can read higher-level programming languages. This video covers three popular interpreters: Visual Basic, Python, and JavaScript.
<
br/>
This clip is from the chapter "Working with...
Instructional Video11:01
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - Advanced Linux Commands

Higher Ed
The CompTIA exam covers a few more advanced Linux commands. These commands enable some unique navigation.
<
br/>
This clip is from the chapter "Working with the Command-Line Interface" of the series "CompTIA A+ Certification Core 2...
Instructional Video9:00
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - Working with Applications

Higher Ed
This video covers these requirements, as well as some tips for using and troubleshooting applications.
<
br/>
This clip is from the chapter "Maintaining and Optimizing Operating Systems" of the series "CompTIA A+ Certification Core...
Instructional Video10:04
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - The Program Class and Host Object

Higher Ed
The Program class is where the ASP.NET Core web app builds its web host server and other infrastructure and starts up as a console app (on which the web host is built), utilizing the Startup class.
<
br/>
This clip is from the...
Instructional Video8:13
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - The Startup Class - How to Configure Services

Higher Ed
This video discusses the Startup class in an ASP.NET Core 3.1 project. After going through this video, you will have knowledge about the two main methods in this class, in particular, the ConfigureServices() method, which is used to...
Instructional Video4:22
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - What Is Hot Reload in ASP.NET 6?

Higher Ed
This video discusses the new hot reload feature with a code example in the just released Visual Studio 2022 and ASP.NET 6.
<
br/>
This clip is from the chapter "ASP.NET 6.0 Migration" of the series "ASP.NET 6.0 - Build Hands-On Web...
Instructional Video5:15
Curated Video

Learn Azure Serverless Functions in a Weekend - Event-Driven Architecture

Higher Ed
This video explains the event-driven architecture from scratch.
<
br/>
This clip is from the chapter "Introduction to the Course" of the series "Learn Azure Serverless Functions in a Weekend".This section provides an introduction to...
Instructional Video5:11
Curated Video

Behavioral Design Patterns in C++ - Slide Deck - III

Higher Ed
In this video, we will implement the Observer design pattern in the application.<br<br/>/>

This clip is from the chapter "Observer" of the series "Behavioral Design Patterns in C++".This section focuses on the Observer pattern.
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.
<
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 pattern,...
Instructional Video9:47
Curated Video

Learning GitHub Actions for DevOps CI/CD - Environment Variables

Higher Ed
This video explains environment variables in detail. Here, you will look at different ways of creating variables and using their values inside our workflows.
<
br/>
This clip is from the chapter "GitHub Actions: Exploring the...
Instructional Video11:16
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - Adam Optimization (Part 2)

Higher Ed
In this video, we will understand more about Adam optimization.
<
br/>
This clip is from the chapter "In-Depth: Gradient Descent" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In this optional section,...
Instructional Video6:49
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Final Testing

Higher Ed
In this video, we will run our project and check whether our program runs as required.
<
br/>
This clip is from the chapter "Optional Learning - Mini Project with Python Basics" of the series "Deep Learning - Computer Vision for...
Instructional Video5:23
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Mini Project - Continued

Higher Ed
In this video, we will continue writing the program for our hangman game.
<
br/>
This clip is from the chapter "Optional Learning - Mini Project with Python Basics" of the series "Deep Learning - Computer Vision for Beginners Using...
Instructional Video7:54
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Writing a Class

Higher Ed
In this video, we will start writing the program for our classes and objects.
<
br/>
This clip is from the chapter "Optional Learning - Mini Project with Python Basics" of the series "Deep Learning - Computer Vision for Beginners...