Tagged articles
4 articles
Page 1 of 1
Xiao Liu Lab
Xiao Liu Lab
Feb 10, 2026 · Operations

Unlocking Modern CDN: From Simple Caching to Edge Computing, Dynamic Acceleration, and Security

This article explains how CDN has evolved from basic static‑content caching to a full‑featured edge computing platform that boosts user experience, accelerates dynamic APIs, implements fine‑grained cache strategies, and enforces multi‑layer security, providing concrete configuration examples and performance metrics for real‑world deployments.

CDNCache StrategyCloud Services
0 likes · 17 min read
Unlocking Modern CDN: From Simple Caching to Edge Computing, Dynamic Acceleration, and Security
Tencent Cloud Developer
Tencent Cloud Developer
Oct 13, 2021 · Databases

Ensuring Data Consistency Between MySQL and Redis: Strategies and Best Practices

To keep MySQL and Redis synchronized, the article defines consistency, examines read‑only and read‑write cache inconsistency cases, and recommends practical strategies such as update‑DB‑then‑delete‑cache with message‑queue retries, binlog‑driven updates, delayed double‑delete, and Redis distributed locks, while outlining stronger protocols and key design considerations.

Cache StrategyData Consistencydistributed-lock
0 likes · 15 min read
Ensuring Data Consistency Between MySQL and Redis: Strategies and Best Practices
macrozheng
macrozheng
Jul 12, 2021 · Backend Development

50+ Proven Tips to Slash Bugs in Your Backend Development

This article compiles over fifty practical tips covering database design, code practices, and cache usage to help developers dramatically reduce bugs, improve reliability, and boost overall software quality in everyday backend projects.

Cache StrategyDatabase Optimizationbug reduction
0 likes · 30 min read
50+ Proven Tips to Slash Bugs in Your Backend Development