Curated Video
Social Media Automation using Python - Attaching a File with Email
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...
Curated Video
Social Media Automation using Python - Some Extra Perks
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...
Curated Video
Social Media Automation using Python - Sending Message to Group
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...
Curated Video
Social Media Automation using Python - Scheduling and Sending a Message
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...
Curated Video
Linux Operating System: A Complete Linux Guide for Beginners - Killing a Process
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.
Curated Video
Linux Operating System: A Complete Linux Guide for Beginners - Firewall
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...
Curated Video
Linux Operating System: A Complete Linux Guide for Beginners - Linux File Editors (Nano Editor)
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...
Curated Video
Linux Operating System: A Complete Linux Guide for Beginners - Getting Help
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...
Curated Video
Linux Operating System: A Complete Linux Guide for Beginners - Introduction to Terminal
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...
Curated Video
Linux Operating System: A Complete Linux Guide for Beginners - sudo
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...
Curated Video
Linux Operating System: A Complete Linux Guide for Beginners - Linux Directory Commands Part-2
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...
Curated Video
Linux Operating System: A Complete Linux Guide for Beginners - Major Linux Families
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...
Curated Video
Linux Operating System: A Complete Linux Guide for Beginners - Brief History
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...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Setting Up the Base Project - Gradle
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...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Update the Code to Interact with Maven Local Repository - Maven
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...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Schema Registry Internals and Interacting with Schema Registry Using REST Endpoint
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...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Build a Coffee Shop Order Consumer
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...
Curated Video
Chatbots for Beginners: A Complete Guide to Build Chatbots - Machine Learning-Based Chatbots: Package Installation
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...
Curated Video
CISSP Crash Course - Security Controls Testing
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...
Curated Video
Master SQL for Data Analysis - Database Dictionary
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...
Curated Video
Master SQL for Data Analysis - Creating - Database and Schema
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...
Curated Video
Master SQL for Data Analysis - DB Installation
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...
Curated Video
HashiCorp Certified - Vault Associate Course - Running Vault Dev Server
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...
Curated Video
HashiCorp Certified - Vault Associate Course - Lab—Installing Vault Using Packer
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...