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·31 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·91 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
Umesh Panditumeshpandit.hashnode.dev·Jul 22, 2024How to Use Azure Service Bus for Reliable Messaging: A Practical TutorialImagine the internet as a web of computers, with each playing its unique role. Some generate data, some consume it, and others process it. Nonetheless, how do they consistently communicate seamlessly, even if they are kilometers away from each other?...Discuss·39 readsAzure messaging
Pradip Chaudharythepradipvc.hashnode.dev·Jul 7, 2024What is Web Push Protocol?Web Push Protocol is a protocol that is to be followed while sending Push Message requests by anyone who is implementing Web Push Notifications on their website. We don't need to handle every aspect of WPP requests as in we don't need to create raw n...DiscussWeb Push Notificationsweb push protocol