Bazel and the Build System Designed for the Monorepo
Bazel exported Google’s monorepo-scale build ideas into an open-source system built around explicit dependency graphs, reproducible actions, caching, parallelism, and remote execution.
Bazel exported Google’s monorepo-scale build ideas into an open-source system built around explicit dependency graphs, reproducible actions, caching, parallelism, and remote execution.
Google's Site Reliability Engineering model applied software-engineering methods to production operations, using SLOs, error budgets, automation and limits on toil to balance reliability with rapid change.
PageRank treated hyperlinks as recursively weighted evidence of importance, giving early Google a global ranking signal that complemented ordinary textual relevance.
Google Bigtable created a sparse, sorted, distributed map that scaled structured data across thousands of commodity servers and inspired a generation of wide-column NoSQL systems.