Instructional Video3:57
Curated Video

A Detailed Guide to the OWASP Top 10 - API10:2023 Unsafe Consumption of APIs

Higher Ed
In this video, we will delve into the dangers of Unsafe Consumption of APIs, emphasizing the need for secure API usage practices.
Instructional Video5:08
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Trusted Advisor

Higher Ed
Wouldn't it be amazing if you have someone you could turn to and ask them to evaluate your AWS implementation for problems in security, performance, and cost management? The good news is that you do. It's the Trusted Advisor within AWS...
Instructional Video5:45
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Dedicated Instances

Higher Ed
Dedicated instances are the final "special" kind of AWS EC2 instance. This video explains their operation.
Instructional Video7:32
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Elastic Block Store (EBS)

Higher Ed
While S3 and Glacier can be used to store files, what do you do when you need storage for a virtual machine (an instance) in Amazon Web Services (AWS)? The answer is in the AWS Elastic Block Store (EBS) service. This video introduces the...
Instructional Video13:21
Curated Video

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

Higher Ed
In this video, we will implement the user login functionality using Passport.js authentication.
Instructional Video8:44
Curated Video

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

Higher Ed
In this video, we will demonstrate how to build a user model for our application.
Instructional Video12:02
Curated Video

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

Higher Ed
In this video, we will walk you through the process of building a custom SearchView for your Twitter Clone app, and offer tips for optimizing the performance and usability of this feature.
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 Video4:37
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - Dealing with Difficult Customers

Higher Ed
In this video, you will learn how to effectively communicate with particularly difficult customers and examine some phrases that you can immediately use in similar encounters. This clip is from the chapter "Safety and Professionalism" of...
Instructional Video3:32
Curated Video

ChatGPT and DALL-E: Sell Your Creative Thinking with AI - Limitation 6: AI Works in a Vacuum

Higher Ed
In this video, we will discuss the limitation that generative AI works in a vacuum and does not have an understanding of the broader cultural or social context in which it's used. This clip is from the chapter "When (And When Not) to Use...
Instructional Video10:42
Professor Dave Explains

Logic in Early Modern Philosophy

12th - Higher Ed
With modern philosophy somewhat understood, it's time to pivot and see how logic developed during this time period. First, in the early part of this period, Pascal's wager was an important development, which was followed by the Port...
Instructional Video14:10
Curated Video

The Art of Doing - Web Development for Beginners - JavaScript Data Types

Higher Ed
In this video, we will dive into different data types in JavaScript, including strings, numbers, Booleans, objects, and undefined. You will learn how to work with these data types and understand their properties and methods. This clip is...
Instructional Video8:58
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Model Binding Introduction

Higher Ed
At the end of this video, you will have a fairly good understanding of the model binding concept. This clip is from the chapter "Model Binding in ASP.NET Core" of the series "ASP.NET 6.0 - Build Hands-On Web Projects".This section...
Instructional Video5:13
Curated Video

Behavioral Design Patterns in C++ - Dynamic Array - III

Higher Ed
In this video, we will attempt to configure the array class for both single and multi-thread access using a Boolean. This clip is from the chapter "Strategy" of the series "Behavioral Design Patterns in C++".In this section, you will...
Instructional Video5:20
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Logical Operators

Higher Ed
This video explains logical operators. This clip is from the chapter "Operators, Loops, and Statements" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains operators, loops, and...
Instructional Video4:54
Curated Video

Behavioral Design Patterns in C++ - Lexing and Parsing

Higher Ed
This video explains the Lexing and Parsing analysis. This clip is from the chapter "Interpreter" of the series "Behavioral Design Patterns in C++".This section focuses on the Interpreter pattern.
Instructional Video2:05
Curated Video

SQL Server Course for Beginners with 100+ examples - NOT Operator

Higher Ed
Learn how to work with the NOT operator in SQL to display records only if the condition isn't met, that is, FALSE. This clip is from the chapter "Operators in SQL" of the series "SQL Server Course for Beginners with 100+ Examples".This...
Instructional Video2:26
Curated Video

SQL Server Course for Beginners with 100+ examples - OR Operator

Higher Ed
Learn how to work with the OR operator in SQL to display records only if one condition is TRUE. The OR operator should separate these two conditions. This clip is from the chapter "Operators in SQL" of the series "SQL Server Course for...
Instructional Video2:39
Curated Video

SQL Server Course for Beginners with 100+ examples - AND Operator

Higher Ed
Learn how to work with the AND operator in SQL to display records only if both conditions are TRUE. These two conditions should be separated by the AND operator. This clip is from the chapter "Operators in SQL" of the series "SQL Server...
Instructional Video11:41
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Filter: Initial Product List / 112

Higher Ed
We will create a checkout page, which will require us to handle the items in the product list, make final calculations, and add any other info if needed; reloading the page should allow us to make changes in the total by adding or...
Instructional Video9:27
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Rating Component / 105

Higher Ed
For the final checkout page to perform the next set of actions, you will learn how to implement an order confirmation before proceeding with the last payment order.
Instructional Video18:46
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Methods / 089

Higher Ed
In this video, you will learn to validate our forms in React. Here, the form will force us to enter details before we are taken to the product confirmation page.
Instructional Video14:36
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Dark Mode Integration / 067

Higher Ed
The dark appearance, known as Dark Mode, implements an interface style that many apps already adopt. We will learn to integrate the dark mode into the Cinemate project.
Instructional Video12:48
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Route Parameters / 057

Higher Ed
In this lesson, we will understand the parameters that are defined to a route, which helps to avoid repetitive tasks, especially in the scenario of large volumes of data.