OBULIPURUSOTHAMAN Kobulipurusothaman.hashnode.dev·Oct 28, 2024Message QueuesMessage Queues : Synchronous & Asynchronous Communication : Both parties are connected with each other over the dedicated line and they are responding each other / exchanging the information in Synchronous manner there is no wait & lag any of the par...Discussqueue
Devlin Bentleymeanderingthoughts.hashnode.dev·Oct 22, 2024Subscriptions on the Microsoft BandThis post is a direct continuation of https://meanderingthoughts.hashnode.dev/cooperative-multitasking-on-microsoft-band A State of Burnout State management is one of the most crucial tasks in software engineering. A large amount of what different so...Discuss·264 readsmicrosoft band
Swami Buddha Chaitanyachaiitanyacodes.hashnode.dev·Sep 5, 2024Stateful vs. Stateless Backends: Leveraging Singleton and Pub-Sub for Scalable Real-Time SystemsWhen building robust backend systems, two major paradigms often come into play—stateful and stateless architectures. Understanding their differences is essential for designing solutions that can scale, especially when working with real-time applicati...DiscussRedis
Sandeep Choudharysandeepc.hashnode.dev·Jun 16, 2024Apache Kafka Architecture: A Comprehensive GuideApache Kafka is a powerful event streaming platform that allows developers to react to new events as they occur in real time. It’s designed to handle high-throughput, low-latency processing, and it’s used by thousands of companies for high-performanc...DiscussIntegrationkafka
Sandeep Choudharysandeepc.hashnode.dev·Jun 5, 2024Quick Introduction to Apache KafkaLet’s dive into the fascinating world of Apache Kafka, a distributed event streaming platform that has revolutionised data pipelines, real-time analytics, and mission-critical applications. What is Apache Kafka? Apache Kafka is an open-source, distri...DiscussIntegrationkafka
Sandeep Choudharysandeepc.hashnode.dev·May 27, 2024Publish-Subscribe (Pub-Sub) Model of MessagingIntroduction The pub-sub model is a messaging paradigm that is widely used in distributed systems. It is a pattern that provides a framework for exchanging messages between publishers and subscribers. This model is particularly effective in situation...DiscussIntegrationmessaging
Arkadip Bhattacharyablog.arkadip.dev·Aug 21, 2022Understanding Pub/Sub ArchitectureIntroduction Pub/Sub or Publish-Subscribe is a form of asynchronous service-to-service communication used in serverless and microservices architectures. In modern cloud architecture, applications are decoupled into smaller, independent building block...Discuss·1 like·118 readsCloud