Instructional Video4:12
Curated Video

Learning Akka (Video 7)

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 these...
Instructional Video5:45
Curated Video

Learning Akka (Video 22)

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 these...
Instructional Video6:41
IDG TECHtalk

How to protect the enterprise from holiday attacks

Higher Ed
Attackers often take advantage of the holidays to launch attacks. Use these Microsoft settings to deter them.
Instructional Video3:24
Curated Video

.NET Core Microservices - Azure Service Bus Overview

Higher Ed
This video explains Azure Service Bus overview. This clip is from the chapter "Azure Service Bus" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section, you will learn about Azure Service Bus.
Instructional Video4:26
Curated Video

Learning Akka (Video 39)

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 these...
Instructional Video14:37
Packt

Socket.io Rooms

Higher Ed
Real-Time Web Applications with Socket.io (Chat App): Socket.io Rooms 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 Edition)".In this...
Instructional Video12:45
Packt

Rendering Messages

Higher Ed
Real-Time Web Applications with Socket.io (Chat App): Rendering Messages 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 Edition)".In this...
Instructional Video14:01
Packt

Running Tests with TestRunner

Higher Ed
This video explains how to run tests with TestRunner. This clip is from the chapter "Cucumber Behavior Driven Data – Framework" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section provides an...
Instructional Video4:39
Packt

Consumer Part 4 - Manual Commit of Offsets

Higher Ed
This video explains how the Kafka consumer can commit offsets manually. This clip is from the chapter "Kafka Elasticsearch Consumer and Advanced Configurations" of the series "Apache Kafka Series - Learn Apache Kafka for Beginners".In...
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 connections • Allow for saving the text file to anywhere on the system • Open any text file on the computer This clip is...
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. This clip is from the chapter "Framework Part 7: Logging Framework - log4j" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video4:44
Curated Video

.NET Core Microservices - Exchange Types

Higher Ed
This video explains exchange types. 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 these...
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 these...
Instructional Video8:33
Curated Video

Bash Shell Scripting - "nohup" Command

Higher Ed
This video focusses on the "nohup" command. 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 focuses on process...
Instructional Video14:50
Curated Video

Bash Shell Scripting- Introduction to variables

Higher Ed
This video provides an introduction to variables. 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. 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 messaging.
Instructional Video4:52
Packt

Producer Batching

Higher Ed
This video explains the Kafka producer batching process. 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 section, you will...
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. 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 will be...
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 to...
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.