Instructional Video3:57
Curated Video

Fundamentals of Secure Software - Hashing Demo

Higher Ed
This is a demo video on hashing.
Instructional Video4:44
Curated Video

The Absolute Beginners Guide to Cybersecurity 2023 - Part 4 - Email Data Management

Higher Ed
In this video, the author talks about a few tips on how best to protect yourself in case your email gets hacked. This clip is from the chapter "Social Media Security and Email Security" of the series "The Absolute Beginners Guide to...
Instructional Video2:51
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Take Notes

Higher Ed
There are many ways to take notes while watching these training videos; the important thing is to find what works for you.
Instructional Video4:11
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Project Amazon Product Recommendation System: Download Libraries

Higher Ed
Here, you will learn to implement the Amazon product recommendation system using deep learning. We will import the requisite libraries and build and train the deep learning-based model using TensorFlow.
Instructional Video7:39
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Simple Notification Service (SNS)

Higher Ed
What if you need one application to notify another application of an activity or a workload that needs to be executed? You need the Simple Notification Service (SNS) that AWS offers. This video introduces SNS.
Instructional Video3:42
Curated Video

AutoCAD 2023 Masterclass - Produce Amazing Site Plans Quickly - Inserting Text

Higher Ed
In this video, we will cover how to insert text in the section view, including labeling different elements, such as walls, openings, fixtures, and other details, to provide important annotations and information in the drawing.
Instructional Video4:59
Curated Video

AutoCAD 2023 Masterclass - Produce Amazing Site Plans Quickly - Inserting Text in Lawn and Passage

Higher Ed
In this video, you will learn how to add text and labels in the lawn and passage areas of the drawing, including identifying landscaping elements, pathways, and other important details.
Instructional Video2:52
Curated Video

AutoCAD 2023 Masterclass - Produce Amazing Site Plans Quickly - Inserting Text in Remaining Rooms

Higher Ed
In this video, we will cover how to add text and labels in the remaining rooms of the drawing, including additional bedrooms, study, utility rooms, and other spaces, to provide detailed information and annotations.
Instructional Video4:41
Curated Video

AutoCAD 2023 Masterclass - Produce Amazing Site Plans Quickly - Inserting Text in Kitchen, Baths, Lounge and Dining Room

Higher Ed
In this video, we will continue inserting text in other areas of the drawing, such as the kitchen, lounge, dining room, and other common spaces, to provide labels and annotations for various elements.
Instructional Video3:45
Curated Video

AutoCAD 2023 Masterclass - Produce Amazing Site Plans Quickly - Inserting Text in Bedrooms and Bath

Higher Ed
In this video, we will focus on inserting text in bedrooms and bathrooms of our drawing, including labelling furniture, fixtures, and other important details.
Instructional Video14:38
Curated Video

The Art of Doing - Web Development for Beginners - Inline Elements

Higher Ed
In this video, we will explore inline elements, which don't start on a new line and only take up as much horizontal and vertical space as needed. We will also discuss how to set their background color using the style attribute. This clip...
Instructional Video13:05
Curated Video

The Art of Doing - Web Development for Beginners - Block-Level Elements

Higher Ed
In this video, you will learn about block-level elements, which always start on a new line and take up the full horizontal width of their container. We will see how to set their vertical height and background color using the style...
Instructional Video12:18
Curated Video

The Art of Doing - Web Development for Beginners - Collectors Project - Part 2

Higher Ed
In this video, we will continue building our "Collectors" project and create the remaining pages featuring Bulbasaur, Charmander, and Squirtle. This clip is from the chapter "Advanced HTML Tags" of the series "The Art of Doing - Web...
Instructional Video14:08
Curated Video

The Art of Doing - Web Development for Beginners - Forms

Higher Ed
In this video, you will learn how to create HTML forms using the form tag and add different input elements to them. This clip is from the chapter "Advanced HTML Tags" of the series "The Art of Doing - Web Development for Beginners".In...
Instructional Video16:45
Curated Video

The Art of Doing - Web Development for Beginners - Interactive Tags

Higher Ed
In this video, you will learn about interactive tags such as buttons, input fields, radio buttons, select menus, and checkboxes, and how to use them in web forms. This clip is from the chapter "Advanced HTML Tags" of the series "The Art...
Instructional Video13:05
Curated Video

The Art of Doing - Web Development for Beginners - Image Tags

Higher Ed
In this video, you will learn how to add images to our web pages using the image tag and adjust their attributes. This clip is from the chapter "Advanced HTML Tags" of the series "The Art of Doing - Web Development for Beginners".In this...
Instructional Video11:00
Curated Video

The Art of Doing - Web Development for Beginners - Understanding Attributes

Higher Ed
In this video, we will explore the different attributes available in HTML, such as id, class, and style, and how they can be used to customize web page elements. This clip is from the chapter "Advanced HTML Tags" of the series "The Art...
Instructional Video11:09
Curated Video

The Art of Doing - Web Development for Beginners - Formatting Text with Tags

Higher Ed
In this video, we will explore tags such as bold, italic, underline, br, and ASCII that can be used to format and space text on a web page. This clip is from the chapter "Basic HTML Tags" of the series "The Art of Doing - Web Development...
Instructional Video9:17
Curated Video

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

Higher Ed
In this video, you will learn how to display notifications in our Twitter Clone app.
Instructional Video13:07
Curated Video

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

Higher Ed
In this video, you will learn how to set up notification sending in our app. We will create a NotificationSender class that takes in a user and a notification message, then sends the notification to the appropriate user.
Instructional Video9:19
Curated Video

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

Higher Ed
This video helps implement the user search filter in the app.
Instructional Video12:13
Curated Video

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

Higher Ed
In this video, you will learn how to implement a search bar in our Twitter Clone app using SwiftUI. We will create a custom search bar view and add it to our navigation bar.
Instructional Video17:06
Curated Video

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

Higher Ed
Continuing from the previous video, we dive deeper into the EditProfileView to create a customizable user profile feature. By the end of this video, you will have a fully functional EditProfileView that allows users to update their...
Instructional Video10:13
Curated Video

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

Higher Ed
In this video, you will learn how to implement the logout functionality in our SwiftUI Twitter Clone app.