Shubham Gorekafkaadvance.hashnode.dev·Dec 11, 2024Learning Kafka: Advanced Journey With Shubham GoreWeek 2: Mastering Kafka In this post, I’ll take you through the advanced concepts I explored in my Kafka journey, building upon the fundamentals from Week 1. From stream processing to secure messaging, here’s how I tackled Kafka’s more intricate feat...kafka
Ruban Sahooruban.hashnode.dev·Dec 3, 2024Design a Blogging PlatformIn this blog, we will study the factors that get affected by any system design decision. We will understand it while we design a blogging platform. We will deep dive into caching issues at scale and how to solve them, async processing, delegation, ka...System Designdatabase
Ankur sainiankur0213.hashnode.dev·Nov 25, 2024Kafka is not for you!Kafka is widely use as a messaging or Message Broker system. As we all knows that Kafka has high throughput means it can handle millions of requests and data at a time without facing any problem. It provide the amazing scalability powers to you. It r...#blogwithcc
OBULIPURUSOTHAMAN Kobulipurusothaman.hashnode.dev·Oct 29, 2024Publisher Subscriber Model (Pub/Sub Model)What is Pub/Sub Messaging ? Related Terminology Sub Publisher —> Input(Channel) —> Output(Channel) —> Sub ...Pub Sub Model
Anant ChowdharyforfreeCodeCampfreecodecamp.org·Oct 28, 2024How Message Queues Help Make Distributed Systems More ReliableReliable systems consistently perform their intended functions under various conditions while minimizing downtime and failures. As internet users, we tend to take for granted that the systems that we use daily will operate reliably. In this article, ...AWS
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...queue
Aman Kumaramankumar29.hashnode.dev·Oct 26, 2024Linux Internals - 2: How Inter-Process Communication (IPC) works in LinuxInter-process communication (IPC) in Linux is essential for processes to exchange data and synchronize their actions, enabling more complex and modular applications. Several IPC methods exist in Linux, including pipes, message queues, and shared memo...inter-process-communication
Shivang Yadavblogs.shivangyadav.me·Oct 19, 2024Have you ever dealt with race conditions in your code?While working on one of the feature in Leadlly, a platform designed to help students organize and maintain their self-studies, I encountered an interesting issue that got me thinking about race conditions in code. The app is designed to generate new ...scalability
Kilokiloai.hashnode.dev·Oct 17, 2024Các Tham Số Quan Trọng Cần Biết Khi Cấu Hình KafkaCác Tham Số Quan Trọng Cần Biết Khi Cấu Hình Kafka Broker Kafka là một nền tảng phân tán mạnh mẽ, giúp xử lý hàng tỷ sự kiện mỗi ngày trong các ứng dụng lớn. Để tối ưu hóa hiệu suất của Kafka, điều chỉnh các tham số quan trọng của Kafka Broker là điề...Messages-Queueskafka
Shivang Yadavblogs.shivangyadav.me·Oct 12, 2024Scaling Backend Servers with Messaging Queues: A Deep Dive Using BullMQScaling backend infrastructure is one of the most critical steps in handling growing traffic and ensuring smooth operation under heavy loads. As systems grow, a single server processing all the tasks synchronously can become a bottleneck. This is whe...1 like·43 readsbackend