Curated Video
Learning Akka (Video 7)
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...
Curated Video
Learning Akka (Video 22)
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...
IDG TECHtalk
How to protect the enterprise from holiday attacks
Attackers often take advantage of the holidays to launch attacks. Use these Microsoft settings to deter them.
Curated Video
.NET Core Microservices - Azure Service Bus Overview
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.
Curated Video
Learning Akka (Video 39)
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...
Packt
Socket.io Rooms
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...
Packt
Rendering Messages
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...
Packt
Running Tests with TestRunner
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...
Packt
Consumer Part 4 - Manual Commit of Offsets
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...
Curated Video
C++ Programming By Example - Finishing the Text Editor
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...
IDG TECHtalk
Building a toy social network with Python, Part 2: The web interface
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.
Packt
Understanding the Extensible Markup Language (XML) File to Control Logging in Test Case
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...
Curated Video
.NET Core Microservices - Exchange Types
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
Curated Video
Learning Akka (Video 42)
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...
Curated Video
Learning Akka (Video 26)
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...
Curated Video
Bash Shell Scripting - "nohup" Command
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...
Curated Video
Bash Shell Scripting- Introduction to variables
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.
Curated Video
AZ-204 Developing for Microsoft Azure Exam Prep - Azure Storage Queues
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.
Packt
Producer Batching
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...
Curated Video
The Art of Doing: Dive Into Android Development with Kotlin - Exploring Lifecycle Methods
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...
Curated Video
B1 English Listening Practice - Phones
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...
SWPictures
Treatment for Heart Failure: Nerve Stimulation Offers Fresh Hope
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...
Curated Video
Learning LESS (Video 9)
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...
IDG TECHtalk
Using channels to communicate between goroutines | Smart Go
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.