Instructional Video10:11
Curated Video

PowerShell for Automating Administration - Code Enhancements - Logging

Higher Ed
This video demonstrates code enhancements. Here, you will be using the logging module using PowerShell. This clip is from the chapter "Report Consolidation and Code Enhancement" of the series "PowerShell for Automating...
Instructional Video11:03
Curated Video

PowerShell for Automating Administration - Code Changes to be able to execute Scripts Centrally

Higher Ed
In this video, you will see what changes we can make in our application and system validation scripts to be able to put the scripts on a remote server; and we never have to login into the remote server at all, be it for executing the...
Instructional Video11:36
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Advanced Virtualization Setup

Higher Ed
Mike describes the process of changing one or more VMs, such as modifying the number and size of mass storage available. You can use a VM to explore the many options available in Disk Management with multiple drives. The episode also...
Instructional Video11:12
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Your First Virtual Machine

Higher Ed
In this episode, Mike walks the viewer through the process of setting up a new virtual machine. The host OS is Windows 10; Oracle VM VirtualBox is the type 2 hypervisor. The VM Mike installs runs Ubuntu Linux. During the setup, Mike...
Instructional Video4:26
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Hubs Versus Switches

Higher Ed
The central box that connects devices on our LANs has gone through many advancements over the years. Whether hubs or switches, a good tech understands the function and features of these boxes in our LANs. This clip is from the chapter...
Instructional Video4:16
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Project Setup for Coffee Shop - Maven

Higher Ed
In this video, we will set up the base project for the coffeeshop order service using Maven. 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 Video4:01
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Project Setup for Coffee Shop - Gradle

Higher Ed
In this video, we will set up the base project for the coffeeshop order service using Gradle. This clip is from the chapter "Coffee Shop Order Service Using AVRO - A Real-Time Use Case" of the series "Kafka for Developers - Data...
Instructional Video3:20
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Generate AVRO Java Records Using AVRO Schema Files - Maven

Higher Ed
In this video, you will learn how to generate Java AVRO records using AVRO Schema. This clip is from the chapter "Greeting App - Base AVRO Project Setup - Maven" of the series "Kafka for Developers - Data Contracts Using Schema...
Instructional Video2:50
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Base Project Setup for Greeting App - Maven

Higher Ed
In this video, we will set up the base project for the course using the Gradle build tool. This clip is from the chapter "Greeting App - Base AVRO Project Setup - Maven" of the series "Kafka for Developers - Data Contracts Using Schema...
Instructional Video2:30
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Base Project Setup for Greeting App

Higher Ed
In this video, we will set up the base project for the course using the Gradle build tool. This clip is from the chapter "Greeting App - Base AVRO Project Setup - Gradle" of the series "Kafka for Developers - Data Contracts Using Schema...
Instructional Video5:52
Curated Video

Social Media Automation using Python - Creating Access Token

Higher Ed
In this lecture, we will understand the requirements and limitations to be able to automate the Facebook page. You will also learn to create an access token to perform automation tasks on Facebook. This clip is from the chapter "Facebook...
Instructional Video8:36
Curated Video

Social Media Automation using Python - Project Part 2

Higher Ed
In the project part 2 video, we will call the API object and create a data frame with columns to receive the relevant information about the video titles. This clip is from the chapter "YouTube Automation" of the series "Social Media...
Instructional Video4:10
Curated Video

Social Media Automation using Python - Displaying the Video Data

Higher Ed
After fetching video data based on ID, you will learn to display relevant information of the video details, such as video titles, snippets, and content knowledge. This clip is from the chapter "YouTube Automation" of the series "Social...
Instructional Video7:41
Curated Video

Social Media Automation using Python - Fetching Information of Videos

Higher Ed
In this video, you will learn how to fetch information about videos based on the playlist ID using the api.get_playlist_ID() function by providing the playlist ID. This clip is from the chapter "YouTube Automation" of the series "Social...
Instructional Video8:05
Curated Video

Social Media Automation using Python - Fetching the Channel Information

Higher Ed
After learning to create an API key, we will use it along with a channel ID to fetch relevant channel information using the API.get_channel_info() function. We can obtain viewer count, subscriber count, video count, and description. This...
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 Video4:49
Curated Video

Social Media Automation using Python - Displaying Data of Playlists

Higher Ed
After learning to retrieve playlist information, you will learn to use Python coding to display the playlist information to suit our requirements, such as snippets, number of videos, and content details. This clip is from the chapter...
Instructional Video2:27
Curated Video

Social Media Automation using Python - Sending Image to Group

Higher Ed
After learning how to create a group link using the pywhatkit.sendwhats_image function, you will learn to send images to members within the group using the group link instead of the contact numbers, just as we did while sending images to...
Instructional Video2:45
Curated Video

Social Media Automation using Python - Introduction and Installing the Toolkit

Higher Ed
Let's understand how to install the WhatsApp toolkit and explore the settings and configurations to make WhatsApp secure and easier to use. This clip is from the chapter "WhatsApp Automation" of the series "Social Media Automation Using...
Instructional Video4:47
Curated Video

Recommender Systems with Machine Learning - Create Collaborative Filter

Higher Ed
This video demonstrates creating a collaborative filter. This clip is from the chapter "Project 2: Movie Recommendation System Using Collaborative Filtering" of the series "Recommender Systems with Machine Learning".null
Instructional Video3:52
Curated Video

Linux Operating System: A Complete Linux Guide for Beginners - Setting Up Your Own Webpage

Higher Ed
In this video, you will learn how to set up your own webpage. This clip is from the chapter "Advanced Features" of the series "Linux Operating System: A Complete Linux Guide for Beginners".In this section, you will learn how run a C...
Instructional Video4:23
Curated Video

Linux Operating System: A Complete Linux Guide for Beginners - Writing and Running Code Using Terminal (C Language)

Higher Ed
In this video, you will learn how to write and running a C program using the Linux terminal. This clip is from the chapter "Advanced Features" of the series "Linux Operating System: A Complete Linux Guide for Beginners".In this section,...
Instructional Video4:07
Curated Video

Linux Operating System: A Complete Linux Guide for Beginners - Copying, Moving, Renaming Files

Higher Ed
In this video, you will learn how to copy, move, or rename files using cp, mv, and so on. This clip is from the chapter "Working with Files and Directories" of the series "Linux Operating System: A Complete Linux Guide for Beginners".In...
Instructional Video3:15
Curated Video

Linux Operating System: A Complete Linux Guide for Beginners - Additional Settings for VirtualBox

Higher Ed
In this video, we will work on additional settings for VirtualBox. This clip is from the chapter "Download, Install, and Configure" of the series "Linux Operating System: A Complete Linux Guide for Beginners".In this section, we will...