Appearance
.
├── ByteByeGo-2025PaidNewsletter
│ ├── 加州硅谷的小店.txt
│ ├── 01.02.2025
│ │ ├── Kubernetes 变得简单:容器编排初学者路线图.mhtml
│ │ ├── Kubernetes 变得简单:容器编排初学者路线图.pdf
│ │ ├── Kubernetes Made Easy* A Beginner’s Roadmap to Container Orchestration.mhtml
│ │ └── Kubernetes Made Easy* A Beginner’s Roadmap to Container Orchestration.pdf
│ ├── 01.09.2025
│ │ ├── 理解消息队列 - ByteByteGo 新闻通讯.mhtml
│ │ ├── 理解消息队列 - ByteByteGo 新闻通讯.pdf
│ │ ├── Understanding Message Queues - ByteByteGo Newsletter.mhtml
│ │ └── Understanding Message Queues - ByteByteGo Newsletter.pdf
│ ├── 01.16.2025
│ │ ├── 从整体到微服务:关键的转换模式.mhtml
│ │ ├── 从整体到微服务:关键的转换模式.pdf
│ │ ├── From Monolith to Microservices* Key Transition Patterns.mhtml
│ │ └── From Monolith to Microservices* Key Transition Patterns.pdf
│ ├── 01.23.2025
│ │ ├── 减少延迟的最佳策略 - ByteByteGo 新闻通讯.mhtml
│ │ ├── 减少延迟的最佳策略 - ByteByteGo 新闻通讯.pdf
│ │ ├── Top Strategies to Reduce Latency - ByteByteGo Newsletter.mhtml
│ │ └── Top Strategies to Reduce Latency - ByteByteGo Newsletter.pdf
│ ├── 01.30.2025
│ │ ├── 清洁架构 101:构建持久的软件.mhtml
│ │ ├── 清洁架构 101:构建持久的软件.pdf
│ │ ├── Clean Architecture 101* Building Software That Lasts.mhtml
│ │ └── Clean Architecture 101* Building Software That Lasts.pdf
│ ├── 02.06.2025
│ │ ├── 掌握幂等性:构建可靠的 API.mhtml
│ │ ├── 掌握幂等性:构建可靠的 API.pdf
│ │ ├── Mastering Idempotency* Building Reliable APIs.mhtml
│ │ └── Mastering Idempotency* Building Reliable APIs.pdf
│ ├── 02.13.2025
│ │ ├── 非功能性需求:优秀软件的支柱 - 第 1 部分.mhtml
│ │ ├── 非功能性需求:优秀软件的支柱 - 第 1 部分.pdf
│ │ ├── Non-Functional Requirements* The Backbone of Great Software - Part 1.mhtml
│ │ └── Non-Functional Requirements* The Backbone of Great Software - Part 1.pdf
│ ├── 02.20.2025
│ │ ├── 非功能性需求:优秀软件的支柱 - 第二部分.mhtml
│ │ ├── 非功能性需求:优秀软件的支柱 - 第二部分.pdf
│ │ ├── Non-Functional Requirements* The Backbone of Great Software - Part 2.mhtml
│ │ └── Non-Functional Requirements* The Backbone of Great Software - Part 2.pdf
│ ├── 02.27.2025
│ │ ├── 掌握跨微服务的数据一致性\_20250305_023234.mhtml
│ │ ├── 掌握跨微服务的数据一致性.mhtml
│ │ ├── 掌握跨微服务的数据一致性.pdf
│ │ ├── Mastering Data Consistency Across Microservices.mhtml
│ │ └── Mastering Data Consistency Across Microservices.pdf
│ ├── 03.06.2025
│ │ ├── 分布式系统的阴暗面:延迟和分区容忍度.mhtml
│ │ ├── 分布式系统的阴暗面:延迟和分区容忍度.pdf
│ │ ├── Dark Side of Distributed Systems* Latency and Partition Tolerance.mhtml
│ │ └── Dark Side of Distributed Systems* Latency and Partition Tolerance.pdf
│ ├── 03.13.2025
│ │ ├── API 协议 101:选择正确协议的指南.mhtml
│ │ ├── API 协议 101:选择正确协议的指南.pdf
│ │ ├── API Protocols 101* A Guide to Choose the Right One.mhtml
│ │ └── API Protocols 101* A Guide to Choose the Right One.pdf
│ ├── 03.20.2025
│ │ ├── 单体架构、微服务架构和模块化单体架构:哪个才是正确选择.mhtml
│ │ ├── 单体架构、微服务架构和模块化单体架构:哪个才是正确选择.pdf
│ │ ├── Monolith vs Microservices vs Modular Monoliths* What's the Right Choice.mhtml
│ │ └── Monolith vs Microservices vs Modular Monoliths* What's the Right Choice.pdf
│ ├── 03.27.2025
│ │ ├── 利用 SOLID 原则掌握 OOP 基础知识.mhtml
│ │ ├── 利用 SOLID 原则掌握 OOP 基础知识.pdf
│ │ ├── Mastering OOP Fundamentals with SOLID Principles.mhtml
│ │ └── Mastering OOP Fundamentals with SOLID Principles.pdf
│ ├── 04.03.2025
│ │ ├── REST API 设计的艺术:幂等性、分页和安全性.mhtml
│ │ ├── The Art of REST API Design* Idempotency, Pagination, and Security.mhtml
│ │ └── The Art of REST API Design* Idempotency, Pagination, and Security.pdf
│ ├── 04.10.2025
│ │ ├── OOP 设计模式与反模式:哪些有效,哪些无效.mhtml
│ │ ├── OOP 设计模式与反模式:哪些有效,哪些无效.pdf
│ │ ├── OOP Design Patterns and Anti-Patterns* What Works and What Fails.mhtml
│ │ └── OOP Design Patterns and Anti-Patterns* What Works and What Fails.pdf
│ ├── 04.17.2025
│ │ ├── 耦合与内聚:有效架构的两个原则.mhtml
│ │ ├── 耦合与内聚:有效架构的两个原则.pdf
│ │ ├── Coupling and Cohesion* The Two Principles for Effective Architecture.mhtml
│ │ └── Coupling and Cohesion* The Two Principles for Effective Architecture.pdf
│ ├── 04.24.2025
│ │ ├── 领域驱动设计(DDD)揭秘.mhtml
│ │ ├── 领域驱动设计(DDD)揭秘.pdf
│ │ ├── Domain-Driven Design (DDD) Demystified.mhtml
│ │ └── Domain-Driven Design (DDD) Demystified.pdf
│ ├── 05.01.2025
│ │ ├── 同步与异步通信:何时使用什么?.mhtml
│ │ ├── 同步与异步通信:何时使用什么?.pdf
│ │ ├── Synchronous vs Asynchronous Communication* When to Use What*.mhtml
│ │ └── Synchronous vs Asynchronous Communication* When to Use What*.pdf
│ ├── 05.08.2025
│ │ ├── 消息传递模式解释:发布-订阅、队列和事件流.mhtml
│ │ ├── 消息传递模式解释:发布-订阅、队列和事件流.pdf
│ │ ├── Messaging Patterns Explained* Pub-Sub, Queues, and Event Streams.mhtml
│ │ └── Messaging Patterns Explained* Pub-Sub, Queues, and Event Streams.pdf
│ ├── 05.15.2025
│ │ ├── 工程权衡:实践中的最终一致性.mhtml
│ │ ├── 工程权衡:实践中的最终一致性.pdf
│ │ ├── Engineering Trade-offs* Eventual Consistency in Practice.mhtml
│ │ └── Engineering Trade-offs* Eventual Consistency in Practice.pdf
│ ├── 05.22.2025
│ │ ├── API 网关与服务网格 - 您需要哪一个.mhtml
│ │ ├── API 网关与服务网格 - 您需要哪一个.pdf
│ │ ├── API Gateway vs Service Mesh - Which One Do You Need.mhtml
│ │ └── API Gateway vs Service Mesh - Which One Do You Need.pdf
│ ├── 05.29.2025
│ │ ├── 深入探究 HTTP:从 HTTP 1 到 HTTP 3.mhtml
│ │ ├── 深入探究 HTTP:从 HTTP 1 到 HTTP 3.pdf
│ │ ├── A Deep Dive into HTTP* From HTTP 1 to HTTP 3.mhtml
│ │ └── A Deep Dive into HTTP* From HTTP 1 to HTTP 3.pdf
│ ├── 06.05.2025
│ │ ├── SQL 与 NoSQL:为应用程序选择正确的数据库.mhtml
│ │ ├── SQL 与 NoSQL:为应用程序选择正确的数据库.pdf
│ │ ├── SQL vs NoSQL* Choosing the Right Database for An Application.mhtml
│ │ └── SQL vs NoSQL* Choosing the Right Database for An Application.pdf
│ ├── 06.12.2025
│ │ ├── 数据库模式设计简化:规范化与非规范化.mhtml
│ │ ├── 数据库模式设计简化:规范化与非规范化.pdf
│ │ ├── Database Schema Design Simplified* Normalization vs Denormalization.mhtml
│ │ └── Database Schema Design Simplified* Normalization vs Denormalization.pdf
│ ├── 06.19.2025
│ │ ├── 数据库事务指南:从 ACID 到并发控制.mhtml
│ │ ├── 数据库事务指南:从 ACID 到并发控制.pdf
│ │ ├── A Guide to Database Transactions* From ACID to Concurrency Control.mhtml
│ │ └── A Guide to Database Transactions* From ACID to Concurrency Control.pdf
│ ├── 06.26.2025
│ │ ├── 数据库索引揭秘:索引类型和用例.mhtml
│ │ ├── 数据库索引揭秘:索引类型和用例.pdf
│ │ ├── Database Indexing Demystified* Index Types and Use-Cases.mhtml
│ │ └── Database Indexing Demystified* Index Types and Use-Cases.pdf
│ ├── 07.03.2025
│ │ ├── 数据库复制指南:关键概念和策略.mhtml
│ │ ├── 数据库复制指南:关键概念和策略.pdf
│ │ ├── A Guide to Database Replication* Key Concepts and Strategies.mhtml
│ │ └── A Guide to Database Replication* Key Concepts and Strategies.pdf
│ ├── 07.10.2025
│ │ ├── 数据库索引内部:理解数据结构.mhtml
│ │ ├── 数据库索引内部:理解数据结构.pdf
│ │ ├── Database Index Internals* Understanding the Data Structures.mhtml
│ │ └── Database Index Internals* Understanding the Data Structures.pdf
│ ├── 07.17.2025
│ │ ├── 数据库分片指南:关键策略.mhtml
│ │ ├── 数据库分片指南:关键策略.pdf
│ │ ├── A Guide to Database Sharding* Key Strategies.mhtml
│ │ └── A Guide to Database Sharding* Key Strategies.pdf
│ ├── 07.24.2025
│ │ ├── 一致性和分区容错性:理解 CAP 与 PACELC.mhtml
│ │ ├── 一致性和分区容错性:理解 CAP 与 PACELC.pdf
│ │ ├── Consistency and Partition Tolerance* Understanding CAP vs PACELC.mhtml
│ │ └── Consistency and Partition Tolerance* Understanding CAP vs PACELC.pdf
│ ├── 07.31.2025
│ │ ├── 分布式数据库中的高层领导者选举算法.mhtml
│ │ ├── 分布式数据库中的高层领导者选举算法.pdf
│ │ ├── Top Leader Election Algorithms in Distributed Databases.mhtml
│ │ └── Top Leader Election Algorithms in Distributed Databases.pdf
│ ├── 08.07.2025
│ │ ├── 针对实际负载的最佳可扩展性策略.mhtml
│ │ ├── 针对实际负载的最佳可扩展性策略.pdf
│ │ ├── Top Scalability Strategies for Real-World Load.mhtml
│ │ └── Top Scalability Strategies for Real-World Load.pdf
│ ├── 08.14.2025
│ │ ├── 顶级缓存策略指南 - ByteByteGo 新闻通讯.mhtml
│ │ ├── 顶级缓存策略指南 - ByteByteGo 新闻通讯.pdf
│ │ ├── A Guide to Top Caching Strategies - ByteByteGo Newsletter.mhtml
│ │ └── A Guide to Top Caching Strategies - ByteByteGo Newsletter.pdf
│ ├── 08.21.2025
│ │ ├── 提高分布式系统可靠性的最佳策略.mhtml
│ │ ├── 提高分布式系统可靠性的最佳策略.pdf
│ │ ├── Top Strategies to Improve Reliability in Distributed Systems.mhtml
│ │ └── Top Strategies to Improve Reliability in Distributed Systems.pdf
│ ├── 08.28.2025
│ │ ├── 内容分发网络详细指南.mhtml
│ │ ├── 内容分发网络详细指南.pdf
│ │ ├── A Detailed Guide to Content Delivery Networks.mhtml
│ │ └── A Detailed Guide to Content Delivery Networks.pdf
│ ├── 09.04.2025
│ │ ├── 速率限制策略指南.mhtml
│ │ ├── 速率限制策略指南.pdf
│ │ ├── A Guide to Rate Limiting Strategies.mhtml
│ │ └── A Guide to Rate Limiting Strategies.pdf
│ ├── 09.11.2025
│ │ ├── 一致性哈希101:现代系统如何处理增长和故障.mhtml
│ │ ├── 一致性哈希101:现代系统如何处理增长和故障.pdf
│ │ ├── Consistent Hashing 101.mhtml
│ │ └── Consistent Hashing 101.pdf
│ ├── 09.18.2025
│ │ ├── 了解负载均衡器:大规模流量管理.mhtml
│ │ ├── 了解负载均衡器:大规模流量管理.pdf
│ │ ├── Understanding Load Balancers* Traffic Management at Scale.mhtml
│ │ └── Understanding Load Balancers* Traffic Management at Scale.pdf
│ ├── 09.25.2025
│ │ ├── GraphQL 101:超越 REST 的 API 方法.mhtml
│ │ ├── GraphQL 101:超越 REST 的 API 方法.pdf
│ │ ├── GraphQL 101* API Approach Beyond REST.mhtml
│ │ └── GraphQL 101* API Approach Beyond REST.pdf
│ ├── 10.02.2025
│ │ ├── 服务发现 101:分布式系统的电话簿.mhtml
│ │ ├── 服务发现 101:分布式系统的电话簿.pdf
│ │ ├── Service Discovery 101* The Phonebook for Distributed Systems.mhtml
│ │ └── Service Discovery 101* The Phonebook for Distributed Systems.pdf
│ ├── 11.13.2025
│ │ ├── Scalability Patterns for Modern Distributed Systems.mhtml
│ │ └── Scalability Patterns for Modern Distributed Systems.pdf
│ ├── 11.20.2025
│ │ ├── 加州硅谷的小店.txt
│ │ ├── Top Strategies to Build High Availability Systems.mhtml
│ │ └── Top Strategies to Build High Availability Systems.pdf
│ ├── 11.27.2025
│ │ ├── Saga Pattern Demystified* Orchestration vs Choreography.mhtml
│ │ └── Saga Pattern Demystified* Orchestration vs Choreography.pdf
│ ├── 12.04.2025
│ │ ├── 加州硅谷的小店.txt
│ │ ├── A Guide to Service Mesh Architectural Pattern.mhtml
│ │ └── A Guide to Service Mesh Architectural Pattern.pdf
│ ├── 12.11.2025
│ │ ├── Must-Know System Performance Strategies.mhtml
│ │ └── Must-Know System Performance Strategies.pdf
│ └── 12.18.2025
│ ├── 加州硅谷的小店.txt
│ ├── A Guide to Retry Pattern in Distributed Systems.mhtml
│ └── A Guide to Retry Pattern in Distributed Systems.pdf