Eduardo Oliveiraeduardoliveira.hashnode.dev·Aug 21, 2024The Importance of Messaging Queues: Exploring RabbitMQ, Kafka, and JMSIn the landscape of modern software architecture, messaging queues are crucial for ensuring efficient communication and task management across distributed systems. Tools like RabbitMQ, Apache Kafka, and Java Message Service (JMS) offer robust solutio...Discuss·77 reads#MQLs
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·41 readsAzure messaging
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
Mahira Technology Private LimitedPromahiratechnology.hashnode.dev·Nov 2, 2023Enriching GitHub Repositories with Topics Using TerraformIntroduction :- Managing #GitHub repositories efficiently, especially in large organizations, can be a daunting task. One key aspect of effective repository #management is the ability to categorize and label repositories with relevant topics. Topics ...DiscussDevops
Mahira Technology Private LimitedPromahiratechnology.hashnode.dev·Oct 20, 2023Securing Your Deployed SNS Topics: Enabling At-Rest Encryption with AWS KMSIntroduction:- In AWS, SNS (Simple Notification Service) provides a scalable and flexible messaging service. To ensure the confidentiality and #security of sensitive data, it is important to encrypt SNS topics at rest. #AWSKeyManagementService (KMS) ...Discusssns
Pranjal Shuklamisterr.hashnode.dev·Jul 14, 2023Palindromes and Anagrams: Exploring Linguistic MarvelsIntroduction: Language is a vast and captivating tapestry of words, sentences, and structures that hold the power to convey meaning and spark our imagination. Within this intricate web, we find linguistic wonders like palindromes and anagrams—peculia...Discusstopics
akshit bhatiakshitbhati.hashnode.dev·Jun 15, 2023Demystifying Confusing Topics in JavaScriptWhen I began my journey of learning JavaScript, one aspect that often left me perplexed was some of the confusing topics of JavaScript. I soon realized that I wasn't alone in this confusion, many beginners stumble upon this issue and find themselves ...Discuss·94 readsJavaScript
EMQXemqx.hashnode.dev·Oct 19, 2022Understanding MQTT Topics & Wildcards by CaseWhat is a Topic in MQTT? An MQTT topic is a UTF-8 encoded string that is the basis for message routing in the MQTT protocol. A topic is typically leveled and separated with a slash / between the levels. This is similar to URL paths, for example: chat...Discussmqtt