Instructional Video7:44
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Dropdown Option / 115

Higher Ed
After learning to use the React state hook, we will look at storing variables passed with the () event to put in the product display.
Instructional Video22:10
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Authentication - II / 264

Higher Ed
Firestore security rules can be evaluated using user authentication metadata, data from incoming queries, and existing data in your database.
Instructional Video5:27
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Authentication - I / 263

Higher Ed
Firebase Authentication provides backend services, easy-to-use SDKs, and ready-made UI libraries to authenticate users to your app.
Instructional Video2:28
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Undefined Value Warning / 131

Higher Ed
This video demonstrates how we can refactor product listing categories based on certain specifics, update any changes made to the products, or take them off the listing.
Instructional Video9:23
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - 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 Video6:02
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Cloud-Based Applications

Higher Ed
In this episode, Mike looks at applications in the cloud. Cloud-based storage enables access to files from any connected device. Cloud-based applications enable easy configuration and management. Virtual desktops create a consistent...
Instructional Video7:27
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - E-Mail

Higher Ed
Continuing with the Application-layer protocols, this episode explores e-mail. Mike covers the three classic e-mail protocols, SMTP for sending and POP3 and IMAP4 for receiving. The episode covers typical client configuration using the...
Instructional Video6:00
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Firewalls and Servers

Higher Ed
In this episode, Mike begins the discussion of Application-layer protocols. Starting with a review of the interaction between IP packets and servers, the episode analyzes the functions of local and server-based firewalls. This clip is...
Instructional Video4:10
Curated Video

Social Media Automation using Python - Project Part 3

Higher Ed
This video demonstrates the debugging process of any errors created during the code creation and finally executing the code to obtain the relevant information. This clip is from the chapter "YouTube Automation" of the series "Social...
Instructional Video7:19
Curated Video

Social Media Automation using Python - Scheduling Sending an Email

Higher Ed
Here, you will learn how to automate email scheduling. After learning how to send an email with Python and create a schedule for any tasks, we will explore how to use functions in Python to schedule and send emails. This clip is from the...
Instructional Video5:53
Curated Video

Social Media Automation using Python - Attaching a File with Email

Higher Ed
This video is a practical demonstration of attaching a file or document to an email. Then you will learn to use functions to set parameters to the mail before actually sending the mail. This clip is from the chapter "Email Automation" of...
Instructional Video1:04
Curated Video

Social Media Automation using Python - Introduction to Module-2

Higher Ed
This video provides an introduction to the concept of automating emails. This is focused on a Gmail account, as the lesson focuses on the Gmail mail system provider. This clip is from the chapter "Email Automation" of the series "Social...
Instructional Video5:17
Curated Video

Social Media Automation using Python - Introduction to Course

Higher Ed
In this video, we will explore the course's prerequisites and discuss the course content and the concepts that will be covered in this course. This clip is from the chapter "Introduction" of the series "Social Media Automation Using...
Instructional Video3:11
Curated Video

Social Media Automation using Python - Coding a Simple Scheduler

Higher Ed
In this lecture, we will look at creating a simple scheduler. We will first import the requisite libraries and then write a simple code to create a scheduler to automate the task. This clip is from the chapter "Scheduling" of the series...
Instructional Video4:35
Curated Video

Social Media Automation using Python - Creating Email Body and Sending

Higher Ed
After learning how to connect to the SMTP server, we will understand how to create the email using the MIMEmultipart function. We will then look at creating the entire body of the email and then sending the email. This clip is from the...
Instructional Video4:47
Curated Video

Social Media Automation using Python - Linking Gmail with SMTP

Higher Ed
This video demonstrates how to link a Gmail account with the SMTP client or server to send automated emails. This clip is from the chapter "Email Automation" of the series "Social Media Automation Using Python".This section focuses on...
Instructional Video3:24
Curated Video

Social Media Automation using Python - Introduction to Smtplib

Higher Ed
In this video, you will learn more about the Smtplib, which defines an SMTP client session that can send mail to any internet machine with an SMTP or ESMTP listener daemon. This clip is from the chapter "Email Automation" of the series...
Instructional Video2:52
Curated Video

Linux Operating System: A Complete Linux Guide for Beginners - GUI Versus CLI

Higher Ed
In this video, we will understand the difference between GUI (Graphical User Interface) and CLI (Command Line Interface). This clip is from the chapter "Linux Distributions and History" of the series "Linux Operating System: A Complete...
Instructional Video2:49
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Overview of Chatbots: Rule-Based Chatbots

Higher Ed
Let's understand what rule-based chatbots are and their mechanism of functioning in detail. Here, certain rules or criteria are provided as support to the chatbots and the tasks performed, and the responses are based on those rules. This...
Instructional Video1:23
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Overview of Chatbots: Chatbot Types

Higher Ed
In this lesson, we will look at classifying chatbots based on how they can be trained and tested, including the rule-based chatbot, where rules are specified, and self-learning chatbots, where the chatbot learns independently with the...
Instructional Video13:06
Curated Video

CISSP Crash Course - Secure Communication

Higher Ed
This video explains how to implement secure communication. This clip is from the chapter "Communication and Network Security" of the series "CISSP Crash Course".This section covers domain 4, which focuses on communication and network...
Instructional Video5:54
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Machine Learning: Section Summary

Higher Ed
In this video, we will summarize our learning from this section. This clip is from the chapter "Machine Learning Basics" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this section, we will cover...
Instructional Video12:26
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - What Is Classification?

Higher Ed
In this video, we will understand classification. This clip is from the chapter "Machine Learning Basics" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this section, we will cover machine...
Instructional Video7:40
Curated Video

The Complete Vue.js Course for Beginners - Vue.js Interpolation

Higher Ed
Vue.js interpolation is simply the process of displaying a string that's defined within your component logic. In this video, we will see how we can use interpolation and its role in Vue.js This clip is from the chapter "Getting Started...