Ashok
Ashok's Blog

Ashok's Blog

Follow
homebadges
Tag

System Architecture

#system-architecture

More content

Read more stories on Hashnode


Articles with this tag

Architect multitenant solutions - Part 1

Jun 28, 2022

MultiTenant solution means multiple tenants or customers all using the same service or sharing all the resources in some way. In a B2B application...

Architect multitenant solutions - Part 1

Consistent Hashing

Aug 3, 2020

Scaling horizontally requires adding more server nodes as demand increases. We use load balancing to distribute the API request among servers. For...

Consistent Hashing

System Design : Designing API Rate Limiter

Aug 2, 2020

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...

System Design : Designing API Rate Limiter

Making a system scalable

Aug 1, 2020

What is a Scalable Application? Scalability refers to the ability of a system to give reasonable performance under growing demands . It should work...

Making a system scalable