From 8ea7fa8221ebf0f1d653d7ca23789711948633b0 Mon Sep 17 00:00:00 2001 From: Binh Nguyen Date: Fri, 4 Sep 2020 09:27:57 +0800 Subject: [PATCH] Dynamic Configuration at Mixpanel --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 98f29d6..c5eafa3 100644 --- a/README.md +++ b/README.md @@ -472,6 +472,7 @@ An updated and organized reading list for illustrating the patterns of scalable, * [Managing Software Dependency at Scale at LinkedIn](https://engineering.linkedin.com/blog/2018/09/managing-software-dependency-at-scale) * [Merging Code in High-velocity Repositories at LinkedIn](https://engineering.linkedin.com/blog/2020/continuous-integration) * [Dynamic Configuration at Twitter](https://blog.twitter.com/engineering/en_us/topics/infrastructure/2018/dynamic-configuration-at-twitter.html) + * [Dynamic Configuration at Mixpanel](https://medium.com/mixpaneleng/dynamic-configuration-at-mixpanel-94bfcf97d6b8) * [Scaling Continuous Integration and Continuous Delivery](https://www.synopsys.com/blogs/software-security/agile-cicd-devops-glossary/) * [Continuous Integration Stack at Facebook](https://code.fb.com/web/rapid-release-at-massive-scale/) * [Continuous Integration with Distributed Repositories and Dependencies at Netflix](https://medium.com/netflix-techblog/towards-true-continuous-integration-distributed-repositories-and-dependencies-2a2e3108c051)