From 88a03495d76ea7268f0074f36690761e6cd569cc Mon Sep 17 00:00:00 2001 From: binhnguyennus Date: Sun, 14 Jul 2024 10:26:47 +0800 Subject: [PATCH] Kotlin at DoorDash --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index da6fecf..5697585 100644 --- a/README.md +++ b/README.md @@ -662,7 +662,7 @@ An updated and organized reading list for illustrating the patterns of scalable, * [Brotli at Treebo](https://tech.treebo.com/a-tale-of-brotli-compression-bcb071d9780a) * [Deploying Brotli for Static Content at Dropbox](https://dropbox.tech/infrastructure/deploying-brotli-for-static-content) * [Progressive Enhancement with Brotli at Yelp](https://engineeringblog.yelp.com/2017/07/progressive-enhancement-with-brotli.html) - * [Speeding Up Redis with Compression at Doordash](https://doordash.engineering/2019/01/02/speeding-up-redis-with-compression/) + * [Speeding Up Redis with Compression at DoorDash](https://doordash.engineering/2019/01/02/speeding-up-redis-with-compression/) * [Performance Optimization on Languages and Frameworks](https://www.techempower.com/benchmarks/) * [Python at Netflix](https://netflixtechblog.com/python-at-netflix-bba45dae649e) * [Python at scale (3 parts) at Instagram](https://instagram-engineering.com/python-at-scale-strict-modules-c0bb9245c834) @@ -671,6 +671,7 @@ An updated and organized reading list for illustrating the patterns of scalable, * [Go at Trivago](https://tech.trivago.com/2020/03/02/why-we-chose-go/) * [TypeScript at Etsy](https://codeascraft.com/2021/11/08/etsys-journey-to-typescript/) * [Kotlin for taming state at Etsy](https://www.etsy.com/sg-en/codeascraft/sealed-classes-opened-my-mind) + * [Kotlin at DoorDash](https://doordash.engineering/2022/03/22/how-to-leverage-functional-programming-in-kotlin-to-write-better-cleaner-code/) * [BPF and Go at Bumble](https://medium.com/bumble-tech/bpf-and-go-modern-forms-of-introspection-in-linux-6b9802682223) * [Ruby on Rails at GitLab](https://medium.com/gitlab-magazine/why-we-use-ruby-on-rails-to-build-gitlab-601dce4a7a38) * [Rust in production at Figma](https://medium.com/figma-design/rust-in-production-at-figma-e10a0ec31929)