AKAman Kumarinthundering-herd.hashnode.dev·4d ago · 4 min readWhat are LLM and how LLM's understands your questions?1. Let's first discuss what is an LLM and how the help us? LLM stands for Large Language Models and they help us with a variety of tasks/problems like content generation, coding, automating machines. 00
AKAman Kumarinthundering-herd.hashnode.dev·Mar 8 · 2 min readCache Strategies in Distributed SystemsWhy basic TTL caching is not enough in distributed systems:In the TTL caching (time to live) data expires after a fixed duration which can cause issue as distributed systems usually handle server larg00
AKAman Kumarinthundering-herd.hashnode.dev·Mar 5 · 3 min readThundering herd - system designThundering head is a term which basically means multiple waiting requests simultaneously compete for a limited resource causing system failure. For example: 100 people are standing outside a single AT00