PKPrajakta Khatriinprajaktakhatri.hashnode.dev·Oct 13, 2024 · 3 min readAPI GatewayIt is an API management tool that sits between a client and a collection of backend services. It serves as a single entry point for all API requests, offering a unified interface to access different services and data. By separating client applicati...00
PKPrajakta Khatriinprajaktakhatri.hashnode.dev·Oct 6, 2024 · 5 min readCachingCaching is a common method for keeping your data closer to users, which speeds up response times compared to the usual access time. It involves saving frequently accessed data in a location that can be accessed quickly and easily. The main purpose o...00
PKPrajakta Khatriinprajaktakhatri.hashnode.dev·Oct 6, 2024 · 4 min readLoad BalancingLoad balancer is critical component of system. It manages the load or data across multiple servers, machines or database servers. It tracks the status of each of servers within the system and, based on their responses, distributes the load evenly. W...00