All Articles

145983 articles · Page 7237 of 7300
Architect
Architect
Jul 24, 2015 · Operations

Distributed Cache Strategies for High‑Traffic Flash‑Sale Scenarios

The article reviews a 2014 Double‑11 flash‑sale caching solution, analyzing traffic spikes, evaluating scaling versus caching approaches, and proposing a sentinel‑based distributed cache that pre‑emptively refreshes data to avoid cache penetration and ensure high‑concurrency reliability.

Flash SaleSentinelbackend
0 likes · 8 min read
Distributed Cache Strategies for High‑Traffic Flash‑Sale Scenarios
Efficient Ops
Efficient Ops
Jul 24, 2015 · Databases

What MySQL 5.7 InnoDB Experts Reveal: Key Q&A on New Features

An expert panel from the High‑Efficiency Operations community answers eleven pressing MySQL 5.7 questions, covering test hardware, GA timeline, GIS speed, virtual column indexing, materialized view plans, 2‑D geo support, performance monitoring, Oracle’s market strategy, geojson handling, multi‑source replication, buffer‑pool locking, and InnoDB Memcached consistency.

Database PerformanceGISInnoDB
0 likes · 7 min read
What MySQL 5.7 InnoDB Experts Reveal: Key Q&A on New Features

Boost Application Performance: Algorithm & Resource Optimization Tactics

The article outlines a comprehensive approach to performance tuning by first optimizing algorithms, then enhancing hardware and software environments, and finally improving the interaction between code and resources through load balancing, caching, and I/O reduction, while acknowledging trade‑offs such as consistency and operational complexity.

Load Balancingalgorithm tuningcaching
0 likes · 8 min read
Boost Application Performance: Algorithm & Resource Optimization Tactics
Model Perspective
Model Perspective
Jul 23, 2015 · Fundamentals

How to Track and Analyze Your Own English Learning Data for Better Results

This article explores practical ways to collect, measure, and interpret personal English learning data—such as classroom language ratios, comprehension scores, study time, and vocabulary memorization metrics—to gain insights and continuously improve learning effectiveness.

English learningself-trackingstudy metrics
0 likes · 7 min read
How to Track and Analyze Your Own English Learning Data for Better Results
Architect
Architect
Jul 23, 2015 · Information Security

Web Security in Front‑End Development: XSS and CSRF Prevention with Midway

This article explains common web security threats such as XSS and CSRF in a front‑end/back‑end separated architecture and demonstrates how the Midway framework provides HTML escaping, rich‑text filtering, and token‑based CSRF protection to safeguard user data and application integrity.

CSRFHTML EscapeMidway
0 likes · 13 min read
Web Security in Front‑End Development: XSS and CSRF Prevention with Midway
JD.com Experience Design Center
JD.com Experience Design Center
Jul 23, 2015 · Game Development

How Monument Valley Merges Minimalist Architecture with Game Design

Monument Valley’s minimalist aesthetic draws on real‑world architecture—from Islamic domes to Ricardo Bofill’s La Muralla Roja—and on M.C. Escher’s impossible spaces, shaping a puzzle‑game experience that emphasizes pure visual journeys, simple mechanics, and an isometric projection that reflects 1970s architectural drawing techniques.

M.C. EscherMonument Valleyarchitecture
0 likes · 10 min read
How Monument Valley Merges Minimalist Architecture with Game Design
Efficient Ops
Efficient Ops
Jul 23, 2015 · Operations

How Project Scorpio Reshaped China’s Data Center Rack Standards

This article chronicles the birth and evolution of China’s Project Scorpio—from its 2011 launch through Scorpio 1.0 and 2.0 specifications—highlighting its collaboration with Intel, its technical trade‑offs with Open Rack, and its impact on data‑center operations and standards.

Data CenterInfrastructureOpen Compute Project
0 likes · 17 min read
How Project Scorpio Reshaped China’s Data Center Rack Standards
Art of Distributed System Architecture Design
Art of Distributed System Architecture Design
Jul 22, 2015 · R&D Management

Douban's R&D Management Philosophy: Constraints, Rules, and Incentive Mechanisms

The article outlines Douban's R&D management philosophy, describing three core constraints—product contribution, proper methods, and technical goals—how they translate into rules, the democratic rule‑making process, cross‑team collaboration incentives, and a balanced performance and reward system.

Incentive MechanismsR&D ManagementTeam Collaboration
0 likes · 12 min read
Douban's R&D Management Philosophy: Constraints, Rules, and Incentive Mechanisms
Model Perspective
Model Perspective
Jul 22, 2015 · Artificial Intelligence

How Data Mining Can Transform School Learning: Insights from AI

This essay examines how data‑mining techniques underpinning artificial intelligence can be applied to school learning, proposing a framework for data collection, analysis, and interpretation to uncover deeper insights into student behavior and improve educational outcomes.

AILearning Analyticseducation
0 likes · 6 min read
How Data Mining Can Transform School Learning: Insights from AI
Architect
Architect
Jul 22, 2015 · Backend Development

Using an API Gateway in a Microservices Architecture

The article explains how an API Gateway can consolidate multiple fine‑grained microservice endpoints into a single coarse‑grained API for mobile clients, discussing its design considerations, benefits, drawbacks, and implementation techniques such as reactive programming, service discovery, and fault tolerance.

API GatewayBackend ArchitectureFault Tolerance
0 likes · 13 min read
Using an API Gateway in a Microservices Architecture
High Availability Architecture
High Availability Architecture
Jul 22, 2015 · Backend Development

Designing Uber’s High‑Availability Messaging System: Fault Tolerance, Sharding, and Multi‑Data‑Center Strategies

The article details Uber senior engineer Zhao Lei’s presentation on building a highly available messaging platform, covering single‑point failure mitigation, sharding approaches, large‑scale outage handling, cross‑region failover, and the practical engineering practices and protocols used to keep billions of users online.

Fault ToleranceHigh Availabilitybackend
0 likes · 16 min read
Designing Uber’s High‑Availability Messaging System: Fault Tolerance, Sharding, and Multi‑Data‑Center Strategies
Efficient Ops
Efficient Ops
Jul 22, 2015 · Operations

Why Docker Is the Secret Weapon for Microservices Success

This article explains how Docker bridges the gap between microservices and operations by standardizing packaging, simplifying multi‑language integration, enabling automated testing and continuous delivery, and reducing the complexity of system evolution and deployment.

CI/CDMicroservicesOperations
0 likes · 16 min read
Why Docker Is the Secret Weapon for Microservices Success
Art of Distributed System Architecture Design
Art of Distributed System Architecture Design
Jul 22, 2015 · Backend Development

Full-Stack Performance Optimization: Practical Tips and Strategies

Ronald Bradford, a veteran IT expert, outlines a comprehensive full‑stack performance optimization guide that includes using CDNs, compressing content, reducing request counts, asynchronous handling, SQL tuning, SSD storage, software updates, scaling servers, proper configuration, and systematic testing to identify and prioritize bottlenecks across the entire web stack.

Full-StackMySQLWeb Performance
0 likes · 4 min read
Full-Stack Performance Optimization: Practical Tips and Strategies