Aparna Udayakumaraparna-u.hashnode.dev·Aug 15, 2024How JavaScript Actually Works: The Event LoopIn JavaScript, the event loop is the mechanism that processes and responds to events. It's responsible for executing code, collecting and processing events, and executing queued sub-tasks. To grasp this concept fully, we need to delve into several in...1 like·33 readsJavaScript
Ian Carsoniancarson.hashnode.dev·Jan 12, 2024Scaling Cron Scripts with a case study from Slack.Slack is a messaging platform for efficient team collaboration. Their success depends on the right message reaching the right person on time and therefore notifications are very important to them. This also means that a lot of their functionalities r...Job Queue
DataWisokadatawisoka.com·Aug 25, 2023Choosing the right message queue: Message retention and ordering in Kafka vs. SQSIn the intricate landscape of distributed systems, the strategies you choose for message retention and ordering can make or break the efficiency of your application. Having already covered the architecture, scalability, and performance aspects of Kaf...kafka