Maxat Akbanovmaxat-akbanov.com·Oct 18, 2024AWS Route 53: Latency-based Routing PolicyLatency-based routing (LBR) in AWS Route 53 is designed to route end-user requests to the AWS region that provides the lowest latency. This routing policy ensures that users are connected to the closest and fastest endpoint (in terms of network laten...Discuss·30 readsawsDevops
KavyaforPortkey Blogsportkey-llm-elo-rating.hashnode.dev·Oct 14, 2024⭐ Reducing LLM Costs & Latency with Semantic CacheImplementing semantic cache from scratch for production use cases. Vrushank Vyas Jul 11, 20235 min Image credits: Our future AI overlords. (No, seriously, Stability AI) Latency and Cost are significant hurdles for developers building on top of Large...Discusssemantic cache
Kristie Lockhartdigitalserviceguide.hashnode.dev·Oct 12, 2024How to Achieve the Best Internet Speeds for Gaming in 2024As the gaming landscape continues to evolve with immersive graphics and online multiplayer experiences, having the best internet speed is more critical than ever. Lag and connection issues can ruin your gaming session, whether you’re competing in an ...DiscussDownloadspeeds
OBULIPURUSOTHAMAN Kobulipurusothaman.hashnode.dev·Oct 8, 2024Distributed CachingCaching is used to temporarily store copies of frequently accessed data in high-speed storage layers (such as RAM) to reduce latency and load on the server or database. When your dataset size is small, it’s usually enough to keep all the cache data ...DiscussDistributed Caching
Subhanshu Mohan Guptablogs.subhanshumg.com·Sep 27, 2024Optimizing Kubernetes Node Placements Based on User Footprint and LatencyWelcome to Part I of my Kubernetes series, where we dive into Optimizing Node Placements Based on User Footprint and Latency. In today’s world of global-scale applications, every millisecond counts. We’ll explore how to strategically place Kubernetes...Discuss·11 likes·40 readsMastering Kubernetes: Revolutionizing Cloud-Native OperationsMicroservices
Arslan Haroonarslanharoon.hashnode.dev·Sep 27, 2024Latency and Throughput in system designIn system design and computer networks, latency and throughput are two key performance metrics that describe the efficiency and speed of a system. Though related, they measure different aspects of system performance and are often considered together ...DiscussSystem Design
Pablo Salvador Lopezpabloaicorner.hashnode.dev·Aug 24, 2024Key Technical Challenges while Transitioning GenAI Applications to ProductionWhether you're leading the development of Generative AI apps in a startup or working in a Fortune 500 company, you'll encounter these questions at certain points in your production journey... "Can my application scale to accommodate a 1000-fold incre...Discuss·48 readsGenAI in Production 🧠genai
Kishore Sethumadhavankishoreteach.hashnode.dev·Aug 11, 2024Latency and Consistency in Data ReplicationOne of the Popular interview questions is related to Latency and Data replication. The question could be about understanding the trade-offs between latency and consistency or about checking one's knowledge of the eventual consistency. Let us try to u...Discusseventual consistency
Fawazwhoisfawaz.hashnode.dev·Aug 11, 2024Mastering Real-Time Performance: Semaphore Benchmarking and Latency Analysis on Raspberry Pi 4 with PREEMPT_RT 🍓Introduction Hello Everyone! 🌟 In this post, I'll take you through a deep dive into the world of real-time systems by benchmarking semaphore operations and analyzing system latency on a Raspberry Pi 4 using the PREEMPT_RT kernel. Whether you're a re...DiscussRTOS
Manasvi Gadecloudopedia.hashnode.dev·Jul 22, 2024Understanding IOPS, Latency, and Throughput: A Simple GuideWhen it comes to computer storage, three important terms often come up: IOPS, Latency, and Throughput. Let's break these down with simple explanations and everyday examples. IOPS: Tasks Per Second What is it?IOPS stands for Input/Output Operations Pe...Discussstorage performance