Endigest logo
Endigest
All Tech BlogsExplore TagsSend Feedback
Newsletter
Endigest logo
Endigest

© 2026 Endigest. All rights reserved.

  • About
  • Privacy
  • Terms
  • Contact
  • RSS

caching Articles

2 articles

Related Tags

Uncategorized(1)
build-performance(1)
ci-cd(1)
developer-experience(1)
devops(1)
python(1)
stateful-systems(1)
distributed-systems
(1)
scalability(1)
graph-database(1)
Netflix logoNetflix
01 min read
Architecture•2026-05-29

High-Throughput Graph Abstraction at Netflix: Part I

Netflix developed a high-throughput graph abstraction designed to handle OLTP use cases requiring millions of operations per second on large graph datasets.

stateful-systems
distributed-systems
caching
scalability
graph-database
Slack logoSlack
81 min read
DevOps•2025-11-06

Build better software to build software better

This post explains how the Slack/Quip build team reduced 60-minute build times by applying software engineering principles (caching and parallelization) to their Bazel-based build pipeline.

Uncategorized
build-performance
caching
ci-cd
developer-experience
devops
python