Tag

scale

0 views collected around this technical thread.

Efficient Ops
Efficient Ops
Jan 28, 2024 · Operations

Can One Person Really Manage 40,000 Servers? Real‑World Ops Insights

A collection of Zhihu contributors share practical experiences and opinions on whether a single operations engineer can handle the massive scale of 40,000 servers, covering workload, automation gaps, budgeting, hardware failure rates, and the necessity of team‑based high‑availability practices.

InfrastructureSREServer management
0 likes · 9 min read
Can One Person Really Manage 40,000 Servers? Real‑World Ops Insights
DevOps
DevOps
Dec 8, 2022 · R&D Management

Microsoft’s Sixteen Keys to Scaling Agile Across Thousands of Developers

The article outlines Microsoft’s experience and practical guidance for implementing large‑scale Agile and Scrum across a 4,000‑person development organization, emphasizing coordination, autonomy, continuous integration, DevOps, and leadership support to achieve sustainable, customer‑focused delivery.

Continuous DeliveryScrumagile
0 likes · 22 min read
Microsoft’s Sixteen Keys to Scaling Agile Across Thousands of Developers
DevOps
DevOps
Oct 8, 2021 · R&D Management

Scale Innovation Roadmap for Large Organizations: From Innovation 1.0 to 3.0

The article outlines a three‑stage roadmap—Innovation 1.0, 2.0, and 3.0—detailing how large enterprises can systematically build, scale, and sustain innovation through strategic alignment, cultural cultivation, diversified innovation models, closed‑loop mechanisms, and ecosystem partnerships.

R&Dinnovationlarge organization
0 likes · 16 min read
Scale Innovation Roadmap for Large Organizations: From Innovation 1.0 to 3.0
DevOps
DevOps
Sep 8, 2021 · R&D Management

Key Elements for Scaling Innovation in Large Organizations

The article outlines five essential factors—strategic leadership, cultural alignment, mechanism assurance, platform empowerment, and collaborative ecosystems—that enable large enterprises to achieve scalable, sustainable innovation, illustrated with case studies from Tencent, Alibaba, 3M, and others.

Cultureecosysteminnovation
0 likes · 21 min read
Key Elements for Scaling Innovation in Large Organizations
DevOps
DevOps
Dec 28, 2020 · Operations

Scaling Agile in Banking: A Four‑Step Transformation Roadmap

This article outlines a practical four‑step roadmap for banks to achieve scalable agile transformation, emphasizing a zero‑based mindset, business‑first approach, thin‑slice implementation, expansion, and impact anchoring, while detailing timelines, organizational capabilities, and the role of agile centers.

LeanTransformationagile
0 likes · 7 min read
Scaling Agile in Banking: A Four‑Step Transformation Roadmap
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Sep 27, 2020 · Fundamentals

Understanding BigDecimal.equals: How Value and Scale Affect Equality in Java

This article explains why Java's BigDecimal.equals method compares both numeric value and scale, demonstrates common pitfalls with == and equals, shows experimental results for different constructors, and recommends using compareTo for value‑only comparisons to avoid unexpected false outcomes.

BigDecimalJavaPrecision
0 likes · 8 min read
Understanding BigDecimal.equals: How Value and Scale Affect Equality in Java