Curated Video
A Detailed Guide to the OWASP Top 10 - API10:2023 Unsafe Consumption of APIs
In this video, we will delve into the dangers of Unsafe Consumption of APIs, emphasizing the need for secure API usage practices.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Trusted Advisor
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...
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Dedicated Instances
Dedicated instances are the final "special" kind of AWS EC2 instance. This video explains their operation.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Elastic Block Store (EBS)
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...
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Login
In this video, we will implement the user login functionality using Passport.js authentication.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - User Model
In this video, we will demonstrate how to build a user model for our application.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - SearchView
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.
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
CompTIA A+ Certification Core 2 (220-1102) - Dealing with Difficult Customers
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...
Curated Video
ChatGPT and DALL-E: Sell Your Creative Thinking with AI - Limitation 6: AI Works in a Vacuum
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...
Professor Dave Explains
Logic in Early Modern Philosophy
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...
Curated Video
The Art of Doing - Web Development for Beginners - JavaScript Data Types
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...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Model Binding Introduction
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...
Curated Video
Behavioral Design Patterns in C++ - Dynamic Array - III
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...
Curated Video
Quick JavaScript Crash Course - Modern and Advanced JavaScript - Logical Operators
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...
Curated Video
Behavioral Design Patterns in C++ - Lexing and Parsing
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.
Curated Video
SQL Server Course for Beginners with 100+ examples - NOT Operator
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...
Curated Video
SQL Server Course for Beginners with 100+ examples - OR Operator
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...
Curated Video
SQL Server Course for Beginners with 100+ examples - AND Operator
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...
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Filter: Initial Product List / 112
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...
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Rating Component / 105
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Methods / 089
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Dark Mode Integration / 067
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Route Parameters / 057
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.