Instructional Video4:08
Curated Video

The Art of Doing - Web Development for Beginners - Final HTML Project Preview

Higher Ed
In this video, we will provide an overview of the final project for this section on HTML. You will be tasked with building an HTML-only website using all the techniques and tags covered in the previous videos. We will discuss the...
Instructional Video11:46
Curated Video

ChatGPT for Creatives - Nichess

Higher Ed
In this video, the author discusses the AI tool called Nichess, designed to help users find profitable niches for their businesses. The tool works by analyzing keywords and generating a list of related topics and potential niches based...
Instructional Video7:21
Curated Video

The Science of Online Advertising: How Your Preferences Are Tracked

6th - Higher Ed
Discover how online advertising is tailored to individual preferences through sophisticated tracking technologies. Learn about the use of cookies, which gather data about your browsing habits to serve targeted ads. Explore the...
Instructional Video5:37
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - Social Engineering

Higher Ed
Social engineering practices enable attackers to gain access to sensitive information through people. This video highlights social engineering tactics, from tailgating to spear phishing. This clip is from the chapter "Securing Computers"...
Instructional Video13:11
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - Malware

Higher Ed
Malware comes in many forms; infestations have many symptoms. This video describes malware in all its lovely shades of ugly, from viruses and worms to spontaneous application crashes and invalid certificate errors. This clip is from the...
Instructional Video7:54
Curated Video

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

Higher Ed
Once you understand threats, you can mitigate those threats by reducing vulnerabilities. This video covers the core tools and actions you must do as a tech to reduce threats. These tools and actions include patching software, running...
Instructional Video9:33
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - Threats

Higher Ed
You can't protect your networks unless you understand the threats they face. Using the concept of security shells makes it easier to categorize and mitigate threats. This clip is from the chapter "Securing Computers" of the series...
Instructional Video9:19
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - Mobile Devices and E-Mail

Higher Ed
Corporate or ISP e-mail setup requires various configuration options, such as POP or IMAP for incoming mail and SMTP for outgoing mail. S/MIME was a way to encrypt e-mail attachments. Standard Google or Apple accounts are set up with a...
Instructional Video8:05
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Create UpdateCustomer View

Higher Ed
You will be able to understand the creation and working of the view to render an update of a customer record. They will get a refresher on the client- and server-side validation in the process. The completed application until this point...
Instructional Video9:33
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Server-Side Validation with AddCustomer View

Higher Ed
AddCustomer view is added in this video along with suitable markup with built-in tag helpers to add model or server-side application. The application is run at the end of the video to demonstrate server-side validation in action. This...
Instructional Video6:11
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Add Validation Attributes to Customer Class

Higher Ed
This video discusses the use of System.ComponentModel.DataAnnotation library for attribute validation for the Customer class. You will become aware of the usage of validation attributes. At the end of this video, you will know the...
Instructional Video4:52
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Create the View to Get Customer by ID

Higher Ed
Completing this video will allow you to create a view that shows a customer with a specific ID and a message if that customer does not exist in the database. This clip is from the chapter "Coding Project Part 2: Consume the Web API Using...
Instructional Video6:40
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Error Logging in Web API Project

Higher Ed
The error logging and handling concept adopted is explained in this video. This clip is from the chapter "Coding Project Part 1: Build a Web API" of the series "ASP.NET 6.0 - Build Hands-On Web Projects".This section explains how to...
Instructional Video3:22
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Create the Customer Model Class

Higher Ed
The Customer model is created in this video. The model is mapped to the corresponding Customer table in the database. This clip is from the chapter "Coding Project Part 1: Build a Web API" of the series "ASP.NET 6.0 - Build Hands-On Web...
Instructional Video6:40
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Introduction: Build and Consume a Web API Using ASP.NET Core and ADO.NET

Higher Ed
This is an eye-opener introduction into the highlights of a solution that has two projects: a Web API that is consumed in an ASP.NET Core MVC client. The application uses ADO.NET and uses client- and server-side validation. It also uses...
Instructional Video8:13
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Query Strings for State Management

Higher Ed
In this video, you will learn, with code examples from a running project, to demonstrate state management with query strings. This clip is from the chapter "State Management in ASP.NET Core" of the series "ASP.NET 6.0 - Build Hands-On...
Instructional Video13:05
Curated Video

Learn Azure Serverless Functions in a Weekend - HTTP Function to Queue Message

Higher Ed
This video demonstrates how to develop an HTTP function to queue messages. Here, you will develop an HTTP trigger function, keeping in mind that it will be used by the payment gateway system to submit the payment status. It should take...
Instructional Video10:23
Curated Video

Learn Azure Serverless Functions in a Weekend - Send Email with Azure Functions

Higher Ed
This video demonstrates how to send emails with Azure Functions. Here, you will continue using the previously developed function but this time, you are going to add the functionality of sending out an email notification to the client....
Instructional Video7:25
Curated Video

Learn Azure Serverless Functions in a Weekend - Transaction Management System - Requirement and Architecture

Higher Ed
This video explains the transaction management system. You will look at the problem statement, do a requirement analysis, understand the application architecture, and the ways to implement it (steps to resolve the business problem of...
Instructional Video3:42
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Nullish-Coalescing-Operator

Higher Ed
This video explains the Nullish-Coalescing-operator. 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,...
Instructional Video1:34
Curated Video

Learn Tableau by Working on Exciting Dashboards - Software Installation and Sign Up

Higher Ed
This video explains the software installation of Tableau Desktop Public edition and creating a profile on Tableau public site.
Instructional Video10:23
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Session Storage / 121

Higher Ed
In this lesson, you will learn about the local storage of information. When we place items in a basket and refresh or reload the page, it should be able to retain the items placed in the list until the transaction is processed.
Instructional Video10:42
Curated Video

React JS Masterclass - Go From Zero To Job Ready - API: Login/Register Endpoint / 120

Higher Ed
In this video, we will look at the React root component, namely the app, the dashboard, the admin, and other elements of the project that form the tree structure of React.
Instructional Video9:39
Curated Video

React JS Masterclass - Go From Zero To Job Ready - React-Toastify / 119

Higher Ed
This lesson will teach us more about props or properties used in React. Here, the properties are transferred from the parent to child components.