#system-architecture
Read more stories on Hashnode
Articles with this tag
MultiTenant solution means multiple tenants or customers all using the same service or sharing all the resources in some way. In a B2B application...
Scaling horizontally requires adding more server nodes as demand increases. We use load balancing to distribute the API request among servers. For...
What is a Rate Limiter ? Rate limiters restrict how many requests a sender (either a user or an IP address) can issue in a certain amount of time...
What is a Scalable Application? Scalability refers to the ability of a system to give reasonable performance under growing demands . It should work...