Walid Hajeri (WalidHaj)walidhajeri.hashnode.dev·Oct 29, 2024Optimize inter-node latency with Cluster Placement Groups on OCIHaving a low-latency networking link between infrastructure resources such as Compute resources and Block Storage is crucial for optimal performance Cluster Placement Groups (CPGs) is a recent OCI feature that enables placement of any combination of ...DiscussCluster Placement Group
OBULIPURUSOTHAMAN Kobulipurusothaman.hashnode.dev·Oct 10, 2024Load Balancing AlgorithmsLoad balancing is the process of distributing incoming network traffic across multiple servers to ensure that no single server is overwhelmed. By evenly spreading the workload, load balancing aims to prevent overload on a single server, enhance perfo...Discuss·10 likesLoad Balancing
anand ranjananand07.hashnode.dev·May 14, 2024Boost Node.js API Performance with Caching TechniquesCaching techniques can greatly boost the performance and scalability of Node.js applications by cutting down on the need to repeatedly perform costly operations or retrieve data from external sources. Here are some popular caching techniques used in ...Discusscaching
Gautam VajaforCodeParrot 10x Dev10xdev.codeparrot.ai·Jan 27, 2024Preact: Lightweight React AlternativeWhat is Preact? Definition and Core Features Preact is a fast, lightweight JavaScript library that describes itself as a "fast 3kB alternative to React with the same modern API." But what does this mean for you as a developer? At its core, Preact off...Discuss·11 likes·95 readsfrontend
Ian Carsoniancarson.hashnode.dev·Oct 6, 2023Replication lag.Replication lag is a common phenomenon in computing. In a leader-based replication setup, all writes usually go through a single node. On the other hand, all read-only queries can be served by any replica. In the long run, this is good as you can sca...Discussreplication
Nikhil Kumarnickk.hashnode.dev·Sep 27, 2023Shardeum's Low-Latency Magic for Seamless Dapp Experiences1. Introduction Latency is a fundamental concept in the world of computer networks and data transmission. It represents the time it takes for information or data to travel from its starting point (the source) to its intended endpoint (the destination...Discussshardeum
DataWisokadatawisoka.com·Aug 20, 2023Choosing the right message queue: Introduction to Kafka vs SQSIn the world of modern software architecture, distributed systems and microservices have become the norm. As these systems grow more complex, the need for reliable and efficient communication between different components becomes crucial. This is wher...Discusschoosing the right message queue
Zakawatzsubzwary.hashnode.dev·Jun 18, 2023WebTransport: The Future of Low-Latency, Secure CommunicationDo you ever wonder about the future of low-latency, secure communication? If so, you might want to keep an eye on the WebTransport Protocol. Proposed by the WebTransport Working Group at the World Wide Web Consortium (W3C) in 2019, this cutting-edge ...Discusslow-latency
Aslam Ahemadaslamahemad.hashnode.dev·May 31, 2023The Importance of Low Latency Systems in Today's Fast-Paced WorldIntroduction Low latency systems are critical in today's fast-paced world, where milliseconds can make a significant difference. These systems are designed to minimize the delay between the time a request is made and the time a response is received. ...DiscussDevops