From bbbb23aef76c3c9fb7eb857afff202297b5d41c7 Mon Sep 17 00:00:00 2001 From: binhnguyennus Date: Sun, 7 Aug 2022 07:07:03 +0800 Subject: [PATCH] Data Race Patterns in Go at Uber --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e371ef..220f61d 100644 --- a/README.md +++ b/README.md @@ -666,7 +666,8 @@ An updated and organized reading list for illustrating the patterns of scalable, * [Ruby on Rails at GitLab](https://medium.com/gitlab-magazine/why-we-use-ruby-on-rails-to-build-gitlab-601dce4a7a38) * [Choosing a Language Stack at WeWork](https://engineering.wework.com/choosing-a-language-stack-cac3726928f6) * [Switching from Go to Rust at Discord](https://blog.discord.com/why-discord-is-switching-from-go-to-rust-a190bbca2b1f) - * [ASP.NET Core Performance Optimization at Agoda](https://medium.com/agoda-engineering/happy-asp-net-core-performance-optimization-4e21a383d299) + * [ASP.NET Core Performance Optimization at Agoda](https://medium.com/agoda-engineering/happy-asp-net-core-performance-optimization-4e21a383d299) + * [Data Race Patterns in Go at Uber](https://eng.uber.com/data-race-patterns-in-go/) ## Intelligence * [Big Data](https://insights.sei.cmu.edu/sei_blog/2017/05/reference-architectures-for-big-data-systems.html)