Milan Jovanovićmilanjovanovic.hashnode.dev·Oct 5, 2024Implementing the Outbox PatternIn distributed systems, we often face the challenge of keeping our database and external systems in sync. Imagine saving an order to a database and then publishing a message to a message broker. If either operation fails, your system ends up in an in...Discussoutbox
josephjoseph886.hashnode.dev·Sep 25, 2024Use jMeter for performance testRecently I developed performance test for a financial application with jMeter, and found it quite a useful tool. It is able to Inject N number of deals into message queue such as Kafka or active MQ Initiate HTTP requests to call backend and UI APIs...Discussjmeter
John Vesterjohnjvester.hashnode.dev·Sep 10, 2024Mastering Multi-Cloud and Edge Data Synchronization: A Retail Use Case with KubeMQ’s Java SDKIn today’s rapidly evolving enterprise landscape, managing and synchronizing data across complex environments is a significant challenge. As businesses increasingly adopt multi-cloud strategies to enhance resilience and avoid vendor lock-in, they are...DiscussCloud
Sushant Pantsushantpant.com.np·Aug 20, 2024Messaging & Queuing technologiesIn my previous article, I explained distributed system and communication between them. In this article, I will cover an asynchronous way to establish communication between services through a method known as messaging using some queuing technologies. ...Discuss·38 readsDistributed Systemmessaging
Milan Jovanovićmilanjovanovic.hashnode.dev·Aug 17, 2024Complete Guide to Amazon SQS and Amazon SNS With MassTransitHave you ever wondered how large-scale systems handle traffic spikes or maintain performance even when parts of the system are temporarily down? The answer lies in asynchronous messaging. Asynchronous messaging is, at its core, about decoupling. Our ...DiscussAWS
Nicanor Talks Webblog.nicanor.me·Aug 14, 2024Cloud Messaging PatternsCloud messaging is a fundamental component of modern distributed systems. It involves the exchange of information between different software components or applications. The core idea is to decouple systems, allowing them to operate independently whil...DiscussCloud
Amos Gyamfiamosgyamfi.hashnode.dev·Aug 7, 2024Secure Data and Safeguard Users an App With End-to-End EncryptionHave you ever wondered about the cost and wreaking havoc data breaches cause worldwide every year? Let’s look at how end-to-end encryption eliminates this concern. In securing web and mobile applications, developers generally use traditional methods ...Discussencryption
MAGENDRAN Pmahe1908.hashnode.dev·Aug 4, 2024How to Send Messages from Schneider Workstation to MQTT Explorer Using MQTT ProtocolThe MQTT (Message Queuing Telemetry Transport) protocol is a lightweight messaging protocol designed for small sensors and mobile devices. It provides efficient and reliable communication, making it ideal for IoT applications. In this guide, we'll ex...Discuss·1 likeschneider workstation
Milan Jovanovićmilanjovanovic.hashnode.dev·Jul 27, 2024Simple Messaging in .NET With Redis Pub/SubRedis is a popular choice for caching data, but its capabilities go far beyond that. One of its lesser-known features is Pub/Sub support. Redis channels offer an interesting approach for implementing real-time messaging in your .NET applications. How...Discuss·93 readsRedis Channels
Amos Gyamfiamosgyamfi.hashnode.dev·Jul 26, 2024Build Interactive In-App Polls With SwiftUIFollow the steps outlined in this guide to build the functionality required to allow users to create, display, vote, and provide feedback in your iOS apps using polls. Interactive polling in Slido, WhatsApp, Messenger, and Telegram make communicatin...Discuss·26 readspolling