OWOlivia Warnerinoliviawarner.hashnode.dev·Sep 18, 2023 · 2 min readAzure: Service Bus Topics vs. QueuesQueues Azure Service Bus Queues are a fundamental messaging pattern for point-to-point communication. Here's an overview of their key characteristics: Point-to-Point Communication: Queues follow a one-to-one messaging pattern. Messages are sent to a...00
OWOlivia Warnerinoliviawarner.hashnode.dev·Sep 23, 2022 · 1 min readlocalStorage vs sessionStorageIntroduction localStorage and sessionStorage are objects part of the web storage API. They serve as an advantage when wanting to save data locally as key/value pairs. localStorage - Data is accessible until the browser or web application cache is cl...00