Instructional Video4:39
Packt

Consumer Part 4 - Manual Commit of Offsets

Higher Ed
This video explains how the Kafka consumer can commit offsets manually.
<
br/>
This clip is from the chapter "Kafka Elasticsearch Consumer and Advanced Configurations" of the series "Apache Kafka Series - Learn Apache Kafka for...
Instructional Video4:08
Curated Video

C++ Programming By Example - Finishing the Text Editor

Higher Ed
How do you save the file on the system and open the same on the system later?

• Remove unnecessary signal and slot connec
tions
• Allow for saving the text file to anywhere on
the system
• Open any text file
on
the...
Instructional Video5:53
IDG TECHtalk

Building a toy social network with Python, Part 2: The web interface

Higher Ed
In Part 2 of this ongoing series, we show how to create a basic web interface to the data back end we created in Part 1. For this, we use Bottle, a tiny web framework with an HTML templating system.
Instructional Video14:52
Packt

Understanding the Extensible Markup Language (XML) File to Control Logging in Test Case

Higher Ed
This video explains how the XML file can be used to control logging in test case.
<
br/>
This clip is from the chapter "Framework Part 7: Logging Framework - log4j" of the series "Selenium WebDriver with Java - Basics to Advanced...
Instructional Video4:44
Curated Video

.NET Core Microservices - Exchange Types

Higher Ed
This video explains exchange types.<br/<br/>>

This clip is from the chapter "RabbitMQ" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".null
Instructional Video2:57
Curated Video

Learning Akka (Video 42)

Higher Ed
Akka helps you to build scalable, resilient, and fault-tolerant distributed systems that can provide outstanding performance on local machines as well as over remote networks. Employing the actor model, it is possible to leverage...
Instructional Video4:24
Curated Video

Learning Akka (Video 26)

Higher Ed
Akka helps you to build scalable, resilient, and fault-tolerant distributed systems that can provide outstanding performance on local machines as well as over remote networks. Employing the actor model, it is possible to leverage...
Instructional Video8:33
Curated Video

Bash Shell Scripting - "nohup" Command

Higher Ed
This video focusses on the "nohup" command.
r/>
This clip is from the chapter "Process Handling and Running Scripts" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for 2021]".This section...
Instructional Video14:50
Curated Video

Bash Shell Scripting- Introduction to variables

Higher Ed
This video provides an introduction to variables.<br/<br/>>

This clip is from the chapter "Basics of shell scripting" of the series "Complete Bash Shell Scripting".This section covers the basics of shell scripting.
Instructional Video8:14
Curated Video

AZ-204 Developing for Microsoft Azure Exam Prep - Azure Storage Queues

Higher Ed
This video explains Azure storage queues.
r/>
This clip is from the chapter "AZ-204 Application Messaging" of the series "AZ-204 Developing for Microsoft Azure Exam Prep".This section provides an introduction to application...
Instructional Video4:52
Packt

Producer Batching

Higher Ed
This video explains the Kafka producer batching process.
<
br/>
This clip is from the chapter "Kafka Twitter Producer and Advanced Configurations" of the series "Apache Kafka Series - Learn Apache Kafka for Beginners".In this...
Instructional Video12:17
Curated Video

The Art of Doing: Dive Into Android Development with Kotlin - Exploring Lifecycle Methods

Higher Ed
In this video, we will be exploring lifecycle methods.
r/>
This clip is from the chapter "Exploring the Basics of Android Studio" of the series "The Art of Doing: Dive Into Android Development with Kotlin".In this section, we...
Instructional Video3:16
Curated Video

B1 English Listening Practice - Phones

Pre-K - Higher Ed
This video serves as English listening comprehension practice for intermediate-level students. In this video, a native English speaker talks in a natural way about the topic of phones. The subtitles are included at the bottom of the...
Instructional Video3:23
SWPictures

Treatment for Heart Failure: Nerve Stimulation Offers Fresh Hope

12th - Higher Ed
This video discusses a breakthrough treatment for heart failure that involves using a catheter to deactivate nerves around the kidneys, which send damaging messages to the brain and can cause abnormal hormone levels. The treatment has...
Instructional Video2:35
Curated Video

Learning LESS (Video 9)

Higher Ed
CSS is great; it's a staple of the web and it helps us to produce beautiful websites, but some parts of it are archaic, and it's often time-consuming to get right. LESS changes that. LESS includes built-in features that allow you...
Instructional Video6:32
IDG TECHtalk

Using channels to communicate between goroutines | Smart Go

Higher Ed
The channel datatype in Go lets you send messages easily between goroutines, or concurrent operations. Learn how to get started with them in this quick introduction.
Instructional Video7:05
Packt

Timestamps for Location Messages

Higher Ed
Real-Time Web Applications with Socket.io (Chat App): Timestamps for Location Messages
<
br/>
This clip is from the chapter "Real-Time Web Applications with Socket.io (Chat App)" of the series "The Complete Node.js Developer Course...
Instructional Video14:30
Packt

Sending Messages to Rooms

Higher Ed
Real-Time Web Applications with Socket.io (Chat App): Sending Messages to Rooms
<
br/>
This clip is from the chapter "Real-Time Web Applications with Socket.io (Chat App)" of the series "The Complete Node.js Developer Course (3rd...
Instructional Video16:04
Packt

Automatic Scrolling

Higher Ed
Real-Time Web Applications with Socket.io (Chat App): Automatic Scrolling
<
br/>
This clip is from the chapter "Real-Time Web Applications with Socket.io (Chat App)" of the series "The Complete Node.js Developer Course (3rd...
Instructional Video5:51
Curated Video

Multi-Paradigm Programming with Modern C++ - Enforcing the Guidelines

Higher Ed
Guidelines are, first and foremost, a collection of rules. If the rules are not enforced, they will not be followed. The guidelines are intended as specification for static code analysis tools. In this video we will learn how to...
Instructional Video4:26
Curated Video

Learning Akka (Video 15)

Higher Ed
Akka helps you to build scalable, resilient, and fault-tolerant distributed systems that can provide outstanding performance on local machines as well as over remote networks. Employing the actor model, it is possible to leverage...
Instructional Video9:08
Curated Video

Master Java Web Services and REST API with Spring Boot- Step 18 - Internationalization for RESTful Services

Higher Ed
Web Services with Spring and Spring Boot: Step 18 - Internationalization for RESTful Services
r/>
This clip is from the chapter "RESTful Web Services with Spring and Spring Boot" of the series "Master Java Web Services and REST...
Instructional Video3:07
Packt

Producer Part 4 - High Throughput Producer

Higher Ed
This video explains how to implement high throughput producer 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 Video16:46
Curated Video

Multi-Paradigm Programming with Modern C++ - Synchronization with Mutexes

Higher Ed
Mutex is an object that lets us protect a resource from being accessed from multiple threads simultaneously. Mutex is one of many synchronization primitives. It’s easy to use, but there are a few caveats.

• Example of a mutex:...