Skip to content

Commit a9b94f0

Browse files
committed
add vibe coding
1 parent e4355f3 commit a9b94f0

12 files changed

Lines changed: 1269 additions & 2 deletions

_output/other/20260211-vibe-coding-best-practice.md

Lines changed: 410 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# RocketMQ DLedger Controller 模式 原理详解 & 源码解析
2+
3+
## 参考资料
4+
5+
* [DLedger Controller Design](https://github.com/apache/rocketmq/blob/develop/docs/cn/controller/design.md)
6+
* [RIP 44 Support DLedger Controller](https://github.com/apache/rocketmq/wiki/RIP-44-Support-DLedger-Controller)
7+
* [RIP-44: Support DLedger Controller](https://docs.google.com/document/d/1tSJkor_3Js4NBaVA0UENGyM8Mh0SrRMXszRyI91hjJ8)
8+
* [RIP-44 Support DLedger Controller(zhCN)](https://shimo.im/docs/HOigU4FZ8bdcGipU)
9+
10+
---
11+
12+
欢迎关注公众号【消息中间件】(middleware-mq),更新消息中间件的源码解析和最新动态!
13+
14+
![](https://scarb-images.oss-cn-hangzhou.aliyuncs.com/img/202205170102971.jpg)

docs/src/other/20260211-vibe-coding-best-practice.md

Lines changed: 418 additions & 0 deletions
Large diffs are not rendered by default.

docs/src/other/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616

1717
[一致性哈希 原理和实现](20231015-consistent-hash.md)
1818

19-
[Echo 职业选手写的奶德大秘境完全指南 and 3000 分奶德倾囊相授](20241216-wow-restoration-druid-mythic-guide.md)
19+
[使用 Claude Code 进行 vibe coding 编程最佳实践](20260211-vibe-coding-best-practice.md)
2020

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: RocketMQ DLedger Controller 模式 原理详解 & 源码解析
3+
author: Scarb
4+
date: 9999-12-31
5+
---
6+
7+
原文地址:[http://hscarb.github.io/rocketmq/99991231-rocketmq-dledger-controller.html](http://hscarb.github.io/rocketmq/99991231-rocketmq-dledger-controller.html)
8+
9+
# RocketMQ DLedger Controller 模式 原理详解 & 源码解析
10+
11+
## 参考资料
12+
13+
* [DLedger Controller Design](https://github.com/apache/rocketmq/blob/develop/docs/cn/controller/design.md)
14+
* [RIP 44 Support DLedger Controller](https://github.com/apache/rocketmq/wiki/RIP-44-Support-DLedger-Controller)
15+
* [RIP-44: Support DLedger Controller](https://docs.google.com/document/d/1tSJkor_3Js4NBaVA0UENGyM8Mh0SrRMXszRyI91hjJ8)
16+
* [RIP-44 Support DLedger Controller(zhCN)](https://shimo.im/docs/HOigU4FZ8bdcGipU)
17+
18+
---
19+
20+
欢迎关注公众号【消息中间件】(middleware-mq),更新消息中间件的源码解析和最新动态!
21+
22+
![](https://scarb-images.oss-cn-hangzhou.aliyuncs.com/img/202205170102971.jpg)

oss_cache.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
235 KB
Loading
38.6 KB
Loading
230 KB
Loading
22 KB
Loading

0 commit comments

Comments
 (0)