diff --git a/README.md b/README.md index 63cbc24..e6689fc 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,8 @@ An updated and curated list of selected readings to illustrate High Scalability, * [My Scaling Hero - Jeff Atwood](https://blog.codinghorror.com/my-scaling-hero/) * [Principles of Chaos Engineering](https://www.usenix.org/conference/srecon17americas/program/presentation/rosenthal) * [Finding the Order in Chaos](https://www.usenix.org/conference/srecon16/program/presentation/lueder) -* [The Clean Architecture - Robert C. Martin (Uncle Bob)](https://8thlight.com/blog/uncle-bob/2012/08/13/the-clean-architecture.html) +* [Clean Architecture - Robert C. Martin (Uncle Bob)](https://8thlight.com/blog/uncle-bob/2012/08/13/the-clean-architecture.html) +* [Code Review Best Practices at Palantir](https://medium.com/@palantir/code-review-best-practices-19e02780015f) * [The Twelve-Factor App](https://12factor.net/) * [10 Common (Large-Scale) Software Architectural Patterns in a Nutshell](https://towardsdatascience.com/10-common-software-architectural-patterns-in-a-nutshell-a0b47a1e9013) * [CAP Theorem and Trade-offs](http://robertgreiner.com/2014/08/cap-theorem-revisited/)