Curated Video
The Absolute Beginners Guide to Cybersecurity 2023 - Part 4 - Email Data Management
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...
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Take Notes
There are many ways to take notes while watching these training videos; the important thing is to find what works for you.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Project Amazon Product Recommendation System: Download Libraries
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.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Simple Notification Service (SNS)
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.
Curated Video
AutoCAD 2023 Masterclass - Produce Amazing Site Plans Quickly - Inserting Text
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.
Curated Video
AutoCAD 2023 Masterclass - Produce Amazing Site Plans Quickly - Inserting Text in Lawn and Passage
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.
Curated Video
AutoCAD 2023 Masterclass - Produce Amazing Site Plans Quickly - Inserting Text in Remaining Rooms
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.
Curated Video
AutoCAD 2023 Masterclass - Produce Amazing Site Plans Quickly - Inserting Text in Kitchen, Baths, Lounge and Dining Room
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.
Curated Video
AutoCAD 2023 Masterclass - Produce Amazing Site Plans Quickly - Inserting Text in Bedrooms and Bath
In this video, we will focus on inserting text in bedrooms and bathrooms of our drawing, including labelling furniture, fixtures, and other important details.
Curated Video
The Art of Doing - Web Development for Beginners - Inline Elements
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...
Curated Video
The Art of Doing - Web Development for Beginners - Block-Level Elements
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...
Curated Video
The Art of Doing - Web Development for Beginners - Collectors Project - Part 2
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...
Curated Video
The Art of Doing - Web Development for Beginners - Forms
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...
Curated Video
The Art of Doing - Web Development for Beginners - Interactive Tags
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...
Curated Video
The Art of Doing - Web Development for Beginners - Image Tags
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...
Curated Video
The Art of Doing - Web Development for Beginners - Understanding Attributes
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...
Curated Video
The Art of Doing - Web Development for Beginners - Formatting Text with Tags
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...
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Notification Display
In this video, you will learn how to display notifications in our Twitter Clone app.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Notification Sender
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.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - User Search Filter
This video helps implement the user search filter in the app.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - SearchBar
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.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - EditProfileView 2
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...
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Logout
In this video, you will learn how to implement the logout functionality in our SwiftUI Twitter Clone app.