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 Video2:37
Curated Video

Social Media Automation using Python - Some Extra Perks

Higher Ed
Here, you will learn about additional features we can harness using the pywhatkit function, such as collecting information about WhatsApp scheduling, image posting, and such tasks. This clip is from the chapter "WhatsApp Automation" of...
Instructional Video3:02
Curated Video

Social Media Automation using Python - Sending Message to Group

Higher Ed
In this lesson, we will look at sending messages to groups and understand the prerequisites of having admin rights to send messages to groups. You will learn to send messages with links to groups. This clip is from the chapter "WhatsApp...
Instructional Video5:45
Curated Video

Social Media Automation using Python - Scheduling and Sending a Message

Higher Ed
In this lesson, we will understand how to schedule tasks in WhatsApp and the possible features we can schedule, and then we will explore sending messages to individuals, groups, and so on. This clip is from the chapter "WhatsApp...
Instructional Video5:22
Curated Video

Linux Operating System: A Complete Linux Guide for Beginners - Killing a Process

Higher Ed
In this video, you will learn how to kill a process. This clip is from the chapter "Process and Memory" of the series "Linux Operating System: A Complete Linux Guide for Beginners".In this section, we will cover process and memory.
Instructional Video8:29
Curated Video

Linux Operating System: A Complete Linux Guide for Beginners - Firewall

Higher Ed
In this video, we will discuss about firewall. This clip is from the chapter "Networking" of the series "Linux Operating System: A Complete Linux Guide for Beginners".In this section, we will cover networking, learn how to check our IP...
Instructional Video5:14
Curated Video

Linux Operating System: A Complete Linux Guide for Beginners - Linux File Editors (Nano Editor)

Higher Ed
In this video, we will have a look at the nano editor. This clip is from the chapter "Working with Files and Directories" of the series "Linux Operating System: A Complete Linux Guide for Beginners".In this section, we will work with...
Instructional Video4:16
Curated Video

Linux Operating System: A Complete Linux Guide for Beginners - Getting Help

Higher Ed
In this video, we will see how to use the help command in Linux. This clip is from the chapter "Introduction to File System and Terminal" of the series "Linux Operating System: A Complete Linux Guide for Beginners".In this section, we...
Instructional Video3:57
Curated Video

Linux Operating System: A Complete Linux Guide for Beginners - Introduction to Terminal

Higher Ed
In this video, we will get introduced to the place where we will be running all our commands, the Linux Terminal, and some basic commands such as whoami and pwd. This clip is from the chapter "Introduction to File System and Terminal" of...
Instructional Video3:31
Curated Video

Linux Operating System: A Complete Linux Guide for Beginners - sudo

Higher Ed
In this video, we will understand the sudo command. This clip is from the chapter "Introduction to File System and Terminal" of the series "Linux Operating System: A Complete Linux Guide for Beginners".In this section, we will get an...
Instructional Video5:26
Curated Video

Linux Operating System: A Complete Linux Guide for Beginners - Linux Directory Commands Part-2

Higher Ed
In this video, we will look at some more Linux directory commands such as mkdir, rmdir, rm, and more. This clip is from the chapter "Introduction to File System and Terminal" of the series "Linux Operating System: A Complete Linux Guide...
Instructional Video4:46
Curated Video

Linux Operating System: A Complete Linux Guide for Beginners - Major Linux Families

Higher Ed
In this video, we will discuss the major Linux families such as Fedora, Ubuntu, CentOS. This clip is from the chapter "Linux Distributions and History" of the series "Linux Operating System: A Complete Linux Guide for Beginners".In this...
Instructional Video2:05
Curated Video

Linux Operating System: A Complete Linux Guide for Beginners - Brief History

Higher Ed
In this video, we will look at the history of Linux. This clip is from the chapter "Linux Distributions and History" of the series "Linux Operating System: A Complete Linux Guide for Beginners".In this section, we will look at Linux...
Instructional Video3:30
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Setting Up the Base Project - Gradle

Higher Ed
In this video, we will set up the base Spring Boot project using Gradle. This clip is from the chapter "Build a Coffee Order Service Using Spring Boot and Schema Registry" of the series "Kafka for Developers - Data Contracts Using Schema...
Instructional Video5:21
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Update the Code to Interact with Maven Local Repository - Maven

Higher Ed
In this video, we will code and learn about how to integrate our code to work with the Maven local repository. This clip is from the chapter "Data Evolution Using Schema Registry" of the series "Kafka for Developers - Data Contracts...
Instructional Video7:45
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Schema Registry Internals and Interacting with Schema Registry Using REST Endpoint

Higher Ed
In this video, you will learn to interact with Schema Registry using the REST Client tool, Insomnia. This clip is from the chapter "Introduction to Schema Registry" of the series "Kafka for Developers - Data Contracts Using Schema...
Instructional Video5:22
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Build a Coffee Shop Order Consumer

Higher Ed
In this video, we will code and consume the coffee order AVRO record from the Kafka topic. This clip is from the chapter "Coffee Shop Order Service Using AVRO - A Real-Time Use Case" of the series "Kafka for Developers - Data Contracts...
Instructional Video7:57
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Machine Learning-Based Chatbots: Package Installation

Higher Ed
This video demonstrates the steps involved in installing NLTK. Another package we will need to install for creating our chatbot is the Wikipedia app, and then import the required libraries. This clip is from the chapter "Basics of...
Instructional Video11:17
Curated Video

CISSP Crash Course - Security Controls Testing

Higher Ed
This video explains security controls testing and network discovery. This clip is from the chapter "Security Assessment and Testing" of the series "CISSP Crash Course".This section covers domain 6, which focuses on security assessment...
Instructional Video3:28
Curated Video

Master SQL for Data Analysis - Database Dictionary

Higher Ed
We will explore the data-storing area called the dictionary, which stores constraints, filters, functions, lists, and so on. This clip is from the chapter "SQL - Retrieving Data with Queries" of the series "Master SQL for Data...
Instructional Video5:26
Curated Video

Master SQL for Data Analysis - Creating - Database and Schema

Higher Ed
This lesson will teach us how to create a database and schema using the PostgreSQL software. This clip is from the chapter "SQL - Creating Databases, Schemas, and Tables" of the series "Master SQL for Data Analysis".This section delves...
Instructional Video4:01
Curated Video

Master SQL for Data Analysis - DB Installation

Higher Ed
This video demonstrates how to install PostgreSQL, the most advanced RDBMS that we have currently. This clip is from the chapter "Getting Started!" of the series "Master SQL for Data Analysis".This section focuses on a general...
Instructional Video5:12
Curated Video

HashiCorp Certified - Vault Associate Course - Running Vault Dev Server

Higher Ed
In this video, we will show you how to run a HashiCorp Vault Dev server, which is a lightweight, single-node instance of Vault that is suitable for development and testing purposes. Running Vault Dev server is a quick and easy way to...
Instructional Video13:54
Curated Video

HashiCorp Certified - Vault Associate Course - Lab—Installing Vault Using Packer

Higher Ed
This is a lab video on installing Vault using Packer. This video will walk you through how to create an image that includes the Vault binary and other configuration files using HashiCorp Packer. This clip is from the chapter "Installing...