Update ACID Transactions and CAP Theorem articles

This commit is contained in:
Ashish Pratap Singh
2024-06-11 00:38:02 -07:00
committed by GitHub
parent cf7cda8b70
commit c9eaf8a180

View File

@@ -9,8 +9,8 @@ Learn System Design concepts and prepare for interviews using free resources.
## 📌 System Design Key Concepts ## 📌 System Design Key Concepts
- [Scalability](https://blog.algomaster.io/p/scalability) - [Scalability](https://blog.algomaster.io/p/scalability)
- [Latency vs Throughput](https://aws.amazon.com/compare/the-difference-between-throughput-and-latency/) - [Latency vs Throughput](https://aws.amazon.com/compare/the-difference-between-throughput-and-latency/)
- [CAP Theorem](https://www.bmc.com/blogs/cap-theorem/) - [CAP Theorem](https://blog.algomaster.io/p/15f1d791-86ce-40ed-8269-962dbddbefdb)
- [ACID Transactions](https://redis.com/glossary/acid-transactions/) - [ACID Transactions](https://blog.algomaster.io/p/ecae03ba-1930-42ef-8796-83e2fa818989)
- [Consistent Hashing](https://highscalability.com/consistent-hashing-algorithm/) - [Consistent Hashing](https://highscalability.com/consistent-hashing-algorithm/)
- [Rate Limiting](https://www.imperva.com/learn/application-security/rate-limiting/) - [Rate Limiting](https://www.imperva.com/learn/application-security/rate-limiting/)
- [API Design](https://abdulrwahab.medium.com/api-architecture-best-practices-for-designing-rest-apis-bf907025f5f) - [API Design](https://abdulrwahab.medium.com/api-architecture-best-practices-for-designing-rest-apis-bf907025f5f)