Instructional Video7:35
Curated Video

CompTIA Security+ Certification SY0-601: The Total Course - Linux Software RAID Lab

Higher Ed
RAID configurations can enhance the performance and availability of stored data, depending on the level of RAID used. In this demo, software RAID level 1 (disk mirroring) is configured in Linux.
r/>
This clip is from the...
Instructional Video6:08
Packt

Java Producer with Keys

Higher Ed
This video explains how to create Kafka producer in Java using keys.
<
br/>
This clip is from the chapter "Kafka Java Programming 101" of the series "Apache Kafka Series - Learn Apache Kafka for Beginners".In this section, you will...
Instructional Video5:11
Packt

Segment and Indexes

Higher Ed
This video explains the concept of segment and indexes files in Kafka.
<
br/>
This clip is from the chapter "Advanced Topics Configurations" of the series "Apache Kafka Series - Learn Apache Kafka for Beginners".In this section, you...
Instructional Video4:23
Packt

Java Consumer Seek and Assign

Higher Ed
This video explains how to seek and assign Kafka consumer in Java.
<
br/>
This clip is from the chapter "Kafka Java Programming 101" of the series "Apache Kafka Series - Learn Apache Kafka for Beginners".In this section, you will...
Instructional Video4:04
Jabzy

Partitions of Poland - 3 Minute History

12th - Higher Ed
In this video, Jabzy brings us historical tidbits and unknown facts about the Partitions of Poland
Instructional Video7:32
Packt

Kafka Topics Command Line Interface (CLI)

Higher Ed
This video explains the CLI commands related to Kafka topics.
<
br/>
This clip is from the chapter "Command Line Interface (CLI) 101" of the series "Apache Kafka Series - Learn Apache Kafka for Beginners".In this section, you will...
Instructional Video7:45
Packt

Consumer Part 3 – Idempotence

Higher Ed
This video explains the concept of idempotence in Kafka consumer.
<
br/>
This clip is from the chapter "Kafka Elasticsearch Consumer and Advanced Configurations" of the series "Apache Kafka Series - Learn Apache Kafka for...
Instructional Video6:52
Packt

Java Producer Callback

Higher Ed
This video explains how to create Kafka producer in Java using the callback function.
<
br/>
This clip is from the chapter "Kafka Java Programming 101" of the series "Apache Kafka Series - Learn Apache Kafka for Beginners".In this...
Instructional Video3:20
Packt

Brokers and Topics

Higher Ed
This video explains the concept of Kafka brokers and topics.
<
br/>
This clip is from the chapter "Kafka Theory" of the series "Apache Kafka Series - Learn Apache Kafka for Beginners".In this section, you will learn more about...
Instructional Video6:51
Curated Video

Multi-Paradigm Programming with Modern C++ - Structuring Modules

Higher Ed
In this video, we learn how modules can be split into implementation and partition units.

• Implementation
units

Partitions

Mo
dules summary

This clip is from the chapter "Structuring Projects in...
Instructional Video6:16
Packt

Acks and Min.insync.replicas

Higher Ed
This video explains the acks and min.insync.replicas settings in Kafka.
<
br/>
This clip is from the chapter "Kafka Twitter Producer and Advanced Configurations" of the series "Apache Kafka Series - Learn Apache Kafka for...
Instructional Video6:38
Curated Video

Mastering Tableau 2018.1, Second Edition 7.4: Quick Table Calculations – Rank

Higher Ed
We’ll see the rank function. • The importance of rank • Implement the rank function
Instructional Video9:44
Curated Video

C++ Standard Template Library in Practice - Modules

Higher Ed
The user wants to know how modules are going to work when C++20 is released.

• Introduce the new mat
erial
• Show examples of how it might be used i
n practice
• Show an example to reinforce the
t
opics covered
...
Instructional Video5:24
Curated Video

CompTIA A+ Certification 220-1001: The Total Course - New Installation - First Drive

Higher Ed
A brand-new system doesn’t have a bootable drive with an installed operating system. In this episode you will go through the process of setting up an initial drive and installing an operating system using bootable media. This clip is...
Instructional Video4:02
Brian McLogan

How to partition a line at a point P into a ration of 1:3

12th - Higher Ed
👉In this video I will show you how to partition a line into a ration of 1:3 and find the point that makes that partition. Timestamps: 0:00 Intro 0:43 Start of Problem Corrections: 3:21 Made a mistake, it should have been -4 not -3. Final...
Instructional Video1:55
IDG TECHtalk

Linux tip: How to use the lsblk command

Higher Ed
In today’s Linux tip, we’re going to look at the lsblk command, which provides useful information on block devices.Leave a comment and let us know which command you want featured in a future Linux Tips video.
Instructional Video5:48
Curated Video

C++ Standard Template Library in Practice - Sorting and Gathering - std::partition

Higher Ed
The listener is new to algorithms and does not know about the partitioning algorithms.

• Introduce the listener to the std::partition algo
rithm
• Show how it works and explain the different versions
available
•...
Instructional Video2:07
Curated Video

Linux Administration Bootcamp: Go from Beginner to Advanced - Logical Volume Manager (LVM) - Layers of Abstraction

Higher Ed
This video explains the layers of abstraction in LVM.<br/<br/>>

This clip is from the chapter "Logical Volume Manager (LVM)" of the series "Linux Administration Bootcamp: Go from Beginner to Advanced".This section introduces you to LVM.
Instructional Video4:54
Curated Video

Linux Administration Bootcamp: Go from Beginner to Advanced - Disk Management - Part 2 - Creating Partitions with the fdisk Command

Higher Ed
This is the second part of the three-part video that explains how to perform disk management by creating partitions using the fdisk command.
r/>
This clip is from the chapter "Disk Management" of the series "Linux...
Instructional Video6:51
Curated Video

Linux Administration Bootcamp: Go from Beginner to Advanced - Disk Management - Part 1

Higher Ed
This is the first part of the three-part video that explains how to perform disk management.
r/>
This clip is from the chapter "Disk Management" of the series "Linux Administration Bootcamp: Go from Beginner to Advanced".This...
Instructional Video4:13
Curated Video

Job-Ready SQL in an Afternoon - NTiles

Higher Ed
In this video, we will cover NTiles.<br<br/>/>

This clip is from the chapter "Window Functions" of the series "Job-Ready SQL in an Afternoon".In this section, we will cover Window functions.
Instructional Video3:00
Curated Video

C++ Standard Template Library in Practice - Sorting and Gathering - std::partition_copy

Higher Ed
The listener is new to algorithms and does not know about the partition_copy algorithms.

• Introduce the listener to the std::partition_copy algo
rithm
• Show how it works and explain the different versions
available
...
Instructional Video4:41
Curated Video

AZ-204 Developing for Microsoft Azure Exam Prep - Azure Search

Higher Ed
This video focuses on Azure Search.<br/<br/>>

This clip is from the chapter "Consuming Azure Services" of the series "AZ-204 Developing for Microsoft Azure Exam Prep".This section explains how to consume Azure services.
Instructional Video15:30
Curated Video

From 0 to 1 Data Structures & Algorithms in Java - Quick Sort

Higher Ed
Let's see what makes quick sort so attractive.
r/>
This clip is from the chapter "Sorting and Searching" of the series "From 0 to 1: Data Structures & Algorithms in Java".Learn about various sorting and searching functions from...