From 4c0e1791bc2f5ad78269e0df717a0ba7fd9646d1 Mon Sep 17 00:00:00 2001 From: binhnguyennus Date: Sun, 24 Nov 2024 17:46:53 +0800 Subject: [PATCH] Adopting Bazel for Web at Airbnb --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d2a39c7..d7878e2 100644 --- a/README.md +++ b/README.md @@ -502,6 +502,7 @@ An updated and organized reading list for illustrating the patterns of scalable, * [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) * [Continuous Integration and Deployment with Bazel at Dropbox](https://blogs.dropbox.com/tech/2019/12/continuous-integration-and-deployment-with-bazel/) + * [Adopting Bazel for Web at Airbnb](https://medium.com/airbnb-engineering/adopting-bazel-for-web-at-scale-a784b2dbe325) * [Continuous Deployments at BuzzFeed](https://tech.buzzfeed.com/continuous-deployments-at-buzzfeed-d171f76c1ac4) * [Screwdriver: Continuous Delivery Build System for Dynamic Infrastructure at Yahoo](https://yahooeng.tumblr.com/post/155765242061/open-sourcing-screwdriver-yahoos-continuous) * [CI/CD at Betterment](https://www.betterment.com/resources/ci-cd-shortening-the-feedback-loop/)