@wcj/github-rank 22.5.26 → 22.5.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. package/dist/repos.json +18429 -18416
  2. package/dist/sifou-daily.json +82 -46
  3. package/dist/sifou-monthly.json +73 -73
  4. package/dist/sifou-weekly.json +116 -116
  5. package/dist/toutiao-30.json +72 -72
  6. package/dist/toutiao-7.json +78 -78
  7. package/dist/toutiao-90.json +45 -45
  8. package/dist/trending-daily.json +157 -157
  9. package/dist/trending-monthly.json +151 -151
  10. package/dist/trending-weekly.json +169 -169
  11. package/dist/users.china.json +1398 -1397
  12. package/dist/users.json +2054 -2054
  13. package/package.json +1 -1
  14. package/web/36kr.html +2 -2
  15. package/web/data/repos.json +18429 -18416
  16. package/web/data/sifou-daily.json +82 -46
  17. package/web/data/sifou-monthly.json +73 -73
  18. package/web/data/sifou-weekly.json +116 -116
  19. package/web/data/toutiao-30.json +72 -72
  20. package/web/data/toutiao-7.json +78 -78
  21. package/web/data/toutiao-90.json +45 -45
  22. package/web/data/trending-daily.json +157 -157
  23. package/web/data/trending-monthly.json +151 -151
  24. package/web/data/trending-weekly.json +169 -169
  25. package/web/data/users.china.json +1398 -1397
  26. package/web/data/users.json +2054 -2054
  27. package/web/index.html +1115 -1115
  28. package/web/repos.html +2576 -2576
  29. package/web/sifou-daily.html +151 -39
  30. package/web/sifou-monthly.html +91 -91
  31. package/web/sifou-weekly.html +118 -118
  32. package/web/toutiao-30.html +80 -80
  33. package/web/toutiao-7.html +84 -84
  34. package/web/toutiao-90.html +44 -44
  35. package/web/trending-monthly.html +146 -146
  36. package/web/trending-weekly.html +147 -147
  37. package/web/trending.html +134 -138
  38. package/web/users.china.html +750 -750
@@ -5,26 +5,35 @@
5
5
  "url": "https://segmentfault.com/a/1190000041881142",
6
6
  "author": "街角小林",
7
7
  "home_url": "https://segmentfault.com/u/jiejiaoxiaolin",
8
- "votes": "14",
8
+ "votes": "15",
9
9
  "rank": 1
10
10
  },
11
+ {
12
+ "title": "CSS 穿墙术!太强了",
13
+ "description": "大家好,我是零一,今天给大家分享 CSS 中一个神奇的属性:filter,为什么说它神奇?正如我标题所说的,我突然发现它能帮我们轻松实现 穿墙特效,类似这种的👇",
14
+ "url": "https://segmentfault.com/a/1190000041887095",
15
+ "author": "零一",
16
+ "home_url": "https://segmentfault.com/u/zero2one",
17
+ "votes": "15",
18
+ "rank": 2
19
+ },
11
20
  {
12
21
  "title": "前端监控的搭建步骤,别再一头雾水了!",
13
22
  "description": "在动手实现之前,首先脑子里要有一个整体脉络,明白搭建前端监控具体的流程步骤有哪些。因为前端监控系统实际上是一个完整的全栈项目,而并不仅仅是前端,甚至主要的实现都是围绕在 数据方面 的。",
14
23
  "url": "https://segmentfault.com/a/1190000041879217",
15
24
  "author": "杨成功",
16
25
  "home_url": "https://segmentfault.com/u/ruidoc",
17
- "votes": "10",
18
- "rank": 2
26
+ "votes": "12",
27
+ "rank": 3
19
28
  },
20
29
  {
21
- "title": "CSS 穿墙术!太强了",
22
- "description": "大家好,我是零一,今天给大家分享 CSS 中一个神奇的属性:filter,为什么说它神奇?正如我标题所说的,我突然发现它能帮我们轻松实现 穿墙特效,类似这种的👇",
23
- "url": "https://segmentfault.com/a/1190000041887095",
24
- "author": "零一",
25
- "home_url": "https://segmentfault.com/u/zero2one",
26
- "votes": "10",
27
- "rank": 3
30
+ "title": "关于代码评审(CodeReview)那些不得不说的事儿",
31
+ "description": "在一个成熟的团队中,CodeReview是整个研发流程中不可或缺的一步,而那些即将走向成熟的团队可能对CodeReview有很多的误解和问题,也不清楚CodeReview该如何去做,本文笔者将结合自己的经验和知识,...",
32
+ "url": "https://segmentfault.com/a/1190000041885333",
33
+ "author": "xindoo",
34
+ "home_url": "https://segmentfault.com/u/xindoo",
35
+ "votes": "11",
36
+ "rank": 4
28
37
  },
29
38
  {
30
39
  "title": "妙啊!动画还可以这样控制?",
@@ -32,17 +41,17 @@
32
41
  "url": "https://segmentfault.com/a/1190000041887820",
33
42
  "author": "chokcoco",
34
43
  "home_url": "https://segmentfault.com/u/chokcoco",
35
- "votes": "8",
36
- "rank": 4
44
+ "votes": "11",
45
+ "rank": 5
37
46
  },
38
47
  {
39
- "title": "关于代码评审(CodeReview)那些不得不说的事儿",
40
- "description": "在一个成熟的团队中,CodeReview是整个研发流程中不可或缺的一步,而那些即将走向成熟的团队可能对CodeReview有很多的误解和问题,也不清楚CodeReview该如何去做,本文笔者将结合自己的经验和知识,...",
41
- "url": "https://segmentfault.com/a/1190000041885333",
42
- "author": "xindoo",
43
- "home_url": "https://segmentfault.com/u/xindoo",
44
- "votes": "8",
45
- "rank": 5
48
+ "title": "Base64 编码知识,一文打尽!",
49
+ "description": "现在网站为了提升用户的浏览体验越来越多的使用了图片,而这些图片通常以 Base64 的形式存储和加载。因此各位开发工程师肯定对 Base64 毫不陌生了,那么你知道 Base64 究竟是什么,为什么要使用 Base64,以及 Bas...",
50
+ "url": "https://segmentfault.com/a/1190000041894263",
51
+ "author": "云叔_又拍云",
52
+ "home_url": "https://segmentfault.com/u/yunshu_blog",
53
+ "votes": "7",
54
+ "rank": 6
46
55
  },
47
56
  {
48
57
  "title": "如何在30分钟完成表格增删改查的前后端框架搭建",
@@ -51,24 +60,15 @@
51
60
  "author": "葡萄城技术团队",
52
61
  "home_url": "https://segmentfault.com/u/grapecity",
53
62
  "votes": "4",
54
- "rank": 6
55
- },
56
- {
57
- "title": "JSON数据传输大法第一式——用OADate处理日期格式",
58
- "description": "JSON作为一种轻量级的数据交换格式,通常采用完全独立于编程语言的文本格式来存储和表示数据。它的层次结构简洁清晰,易于人们的阅读和编写,此外机器编写和生成也会变得容易,可以有效地提升网络传输效率,这些...",
59
- "url": "https://segmentfault.com/a/1190000041866543",
60
- "author": "葡萄城技术团队",
61
- "home_url": "https://segmentfault.com/u/grapecity",
62
- "votes": "3",
63
63
  "rank": 7
64
64
  },
65
65
  {
66
- "title": "前端语音转文字实践总结",
67
- "description": "最近准备一个技术分享,看到以前做的一个语音转文字的功能,放在slides上落灰了,索性整理到这里和大家分享下。从技术选型,到方案设计,到实际落地,可以说把全链路都覆盖到了。语音转写流程图PC端浏览器如何录...",
68
- "url": "https://segmentfault.com/a/1190000041866984",
69
- "author": "趁你还年轻",
70
- "home_url": "https://segmentfault.com/u/chennihuannianqing",
71
- "votes": "7",
66
+ "title": "SegmentFault 思否技术周刊 -- 进击的 React",
67
+ "description": "React 是一个免费的开放源代码前端 JavaScript 工具库, 用于基于 UI 组件构建用户界面。 它由 Meta 和一个由个人开发者和公司组成的社群维护。 React 可用作开发具有 Next.js 等框架的单页、手机或服务器渲染应...",
68
+ "url": "https://segmentfault.com/a/1190000041892645",
69
+ "author": "Beverly",
70
+ "home_url": "https://segmentfault.com/u/beverly0",
71
+ "votes": "4",
72
72
  "rank": 8
73
73
  },
74
74
  {
@@ -77,16 +77,16 @@
77
77
  "url": "https://segmentfault.com/a/1190000041881296",
78
78
  "author": "XboxYan",
79
79
  "home_url": "https://segmentfault.com/u/xboxyan",
80
- "votes": "5",
80
+ "votes": "7",
81
81
  "rank": 9
82
82
  },
83
83
  {
84
- "title": "面试官问:Go 中的参数传递是值传递还是引用传递?",
85
- "description": "一个程序中,变量分为变量名和变量内容,变量内容的存储一般会被分配到堆和栈上。而在 Go 语言中有两种传递变量的方式值传递和引用传递。其中值传递会直接将变量内容附在变量名上传递,而引用传递会将变量内容的...",
86
- "url": "https://segmentfault.com/a/1190000041865949",
87
- "author": "云叔_又拍云",
88
- "home_url": "https://segmentfault.com/u/yunshu_blog",
89
- "votes": "3",
84
+ "title": "构建 Go 应用 docker 镜像的十八种姿势",
85
+ "description": "我夜以继日,加班加点开发了一个最简单的 Go Hello world 应用,虽然只是跑了打印一下就退出了,但是老板也要求我上线这个我能写出的唯一应用。",
86
+ "url": "https://segmentfault.com/a/1190000041870597",
87
+ "author": "kevinwan",
88
+ "home_url": "https://segmentfault.com/u/kevinwan",
89
+ "votes": "4",
90
90
  "rank": 10
91
91
  },
92
92
  {
@@ -99,21 +99,21 @@
99
99
  "rank": 11
100
100
  },
101
101
  {
102
- "title": "构建 Go 应用 docker 镜像的十八种姿势",
103
- "description": "我夜以继日,加班加点开发了一个最简单的 Go Hello world 应用,虽然只是跑了打印一下就退出了,但是老板也要求我上线这个我能写出的唯一应用。",
104
- "url": "https://segmentfault.com/a/1190000041870597",
105
- "author": "kevinwan",
106
- "home_url": "https://segmentfault.com/u/kevinwan",
102
+ "title": "HTTP cookie 完整指南",
103
+ "description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
104
+ "url": "https://segmentfault.com/a/1190000041886918",
105
+ "author": "前端小智",
106
+ "home_url": "https://segmentfault.com/u/minnanitkong",
107
107
  "votes": "4",
108
108
  "rank": 12
109
109
  },
110
110
  {
111
- "title": "被折磨了 13 年,Go 怎么解决再赋值的坑?",
112
- "description": "大家好,我是煎鱼。最近在看 Go 的一些历史提案时,发现有个别很神奇的提案,已经提出来了许多年,但在如今依然没有关闭,并且不断地有人在讨论,但又解决不了。有种 “很气又干不掉我的样子”,今天就由煎鱼带大家...",
113
- "url": "https://segmentfault.com/a/1190000041867051",
114
- "author": "煎鱼",
115
- "home_url": "https://segmentfault.com/u/eddycjy",
116
- "votes": "4",
111
+ "title": "13 个Typescript 实用类型:开发人员的备忘单",
112
+ "description": "我们可以为 UserProfileResponse 定义类型,并为 LoginResponse 挑选一些属性,而不是定义相同上下文的 LoginResponse 和 UserProfileResponse 的类型。",
113
+ "url": "https://segmentfault.com/a/1190000041782911",
114
+ "author": "前端小智",
115
+ "home_url": "https://segmentfault.com/u/minnanitkong",
116
+ "votes": "7",
117
117
  "rank": 13
118
118
  },
119
119
  {
@@ -143,15 +143,6 @@
143
143
  "votes": "4",
144
144
  "rank": 16
145
145
  },
146
- {
147
- "title": "Spring Boot 2.7.0发布,2.5停止维护,节奏太快了吧",
148
- "description": "这几天是Spring版本日,很多Spring工件都发布了新版本, Spring Framework 6.0.0 发布了第 4 个里程碑版本,此版本包含所有针对 5.3.20 的修复补丁,以及特定于 6.0 分支的 39 项修复和改进。而今天Spring Boot 2...",
149
- "url": "https://segmentfault.com/a/1190000041870045",
150
- "author": "码农小胖哥",
151
- "home_url": "https://segmentfault.com/u/10000000",
152
- "votes": "2",
153
- "rank": 17
154
- },
155
146
  {
156
147
  "title": "angular 多选表单数据绑定",
157
148
  "description": "对于绑定多选类型的formControl的value,只会有true或者false。如果你选中就是true,如果不选中就是false。但是我想要的是所有选中对象数组。谷歌搜索得知,可以绑定点击事件,再去增加或删除数组中的对象。",
@@ -159,25 +150,7 @@
159
150
  "author": "小强Zzz",
160
151
  "home_url": "https://segmentfault.com/u/zhaokaiqiang",
161
152
  "votes": "4",
162
- "rank": 18
163
- },
164
- {
165
- "title": "面试官:你能回答这两个简单的问题吗",
166
- "description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
167
- "url": "https://segmentfault.com/a/1190000041843627",
168
- "author": "前端小智",
169
- "home_url": "https://segmentfault.com/u/minnanitkong",
170
- "votes": "2",
171
- "rank": 19
172
- },
173
- {
174
- "title": "HTTP cookie 完整指南",
175
- "description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
176
- "url": "https://segmentfault.com/a/1190000041886918",
177
- "author": "前端小智",
178
- "home_url": "https://segmentfault.com/u/minnanitkong",
179
- "votes": "3",
180
- "rank": 20
153
+ "rank": 17
181
154
  },
182
155
  {
183
156
  "title": "分享一个 SpringCloud Feign 中所埋藏的坑",
@@ -185,17 +158,17 @@
185
158
  "url": "https://segmentfault.com/a/1190000041885021",
186
159
  "author": "crossoverJie",
187
160
  "home_url": "https://segmentfault.com/u/crossoverjie",
188
- "votes": "2",
189
- "rank": 21
161
+ "votes": "4",
162
+ "rank": 18
190
163
  },
191
164
  {
192
- "title": "常用的服务器宕机检测通知工具——WGCLOUD",
193
- "description": "在项目中,有时候因为一些故障原因,系统会无法提供服务,或者服务器出现宕机现象,这时候,我们为了保证系统能够正常稳定运行,常常需要做一些措施,比如健康检测工具等",
194
- "url": "https://segmentfault.com/a/1190000041868992",
195
- "author": "徐三刀",
196
- "home_url": "https://segmentfault.com/u/9b3sps2b",
197
- "votes": "2",
198
- "rank": 22
165
+ "title": "精读《react-snippets - Router 源码》",
166
+ "description": "造轮子就是应用核心原理 + 周边功能的堆砌,所以学习成熟库的源码往往会受到非核心代码干扰,Router 这个 repo 用不到 100 行源码实现了 React Router 核心机制,很适合用来学习。",
167
+ "url": "https://segmentfault.com/a/1190000041882008",
168
+ "author": "黄子毅",
169
+ "home_url": "https://segmentfault.com/u/aoyangyudakong",
170
+ "votes": "1",
171
+ "rank": 19
199
172
  },
200
173
  {
201
174
  "title": "Go内存架构,一个有趣的问题",
@@ -204,16 +177,25 @@
204
177
  "author": "TIGERB",
205
178
  "home_url": "https://segmentfault.com/u/tigerb",
206
179
  "votes": "2",
207
- "rank": 23
180
+ "rank": 20
208
181
  },
209
182
  {
210
- "title": "史上最强代码自测方法,没有之一!",
211
- "description": "特别说明:这个真的不是标题党,我写代码20+年,真心认为 go fuzzing 是我见过的最牛逼的代码自测方法。我在用 AC自动机 算法改进关键字过滤效率(提升~50%),改进 mapreduce 对 panic 的处理机制的时候,都通过...",
212
- "url": "https://segmentfault.com/a/1190000041866251",
213
- "author": "kevinwan",
214
- "home_url": "https://segmentfault.com/u/kevinwan",
215
- "votes": "4",
216
- "rank": 24
183
+ "title": "如何使用 Serverless 做架构和项目管理—— 三年全栈经验总结",
184
+ "description": "本文是从项目工程角度来讲解的,技术角度请参看另一个文章《真实项目代码教你四步扔了传统服务器,让你优雅使用Serverless做全栈开发》([链接])",
185
+ "url": "https://segmentfault.com/a/1190000041890140",
186
+ "author": "腾讯云加社区",
187
+ "home_url": "https://segmentfault.com/u/qcloudcommunity",
188
+ "votes": "1",
189
+ "rank": 21
190
+ },
191
+ {
192
+ "title": "「前端 BUG 录」变更 UI 库主题引发的问题",
193
+ "description": "最近有个项目(就叫他 P 项目)做了一次 UI 视觉统一。之前是个小项目用的是默认主题 theme-d ,这次需求还针对性的发布了一套 theme-p 主题。然后出事故了,更新了主题之后我们的 dialog 显示异常了。使用控制台...",
194
+ "url": "https://segmentfault.com/a/1190000041880872",
195
+ "author": "linong",
196
+ "home_url": "https://segmentfault.com/u/linong",
197
+ "votes": "1",
198
+ "rank": 22
217
199
  },
218
200
  {
219
201
  "title": "一文学会Java的交互式编程环境jshell",
@@ -222,7 +204,16 @@
222
204
  "author": "程序猿DD",
223
205
  "home_url": "https://segmentfault.com/u/coderdd",
224
206
  "votes": "2",
225
- "rank": 25
207
+ "rank": 23
208
+ },
209
+ {
210
+ "title": "推荐一些有趣实用的前端可视化工具库,助力可视化开发",
211
+ "description": "前端可视化一直是人们常谈到的词,随着SVG,Canvas,WebGL等技术的发展,也涌现了一大批的优秀的可视化库。本文将从中选择一些有趣实用的推荐给大家,工具使用好了,开发效率自然也就提升了。",
212
+ "url": "https://segmentfault.com/a/1190000041880527",
213
+ "author": "xmanlin",
214
+ "home_url": "https://segmentfault.com/u/dxpang",
215
+ "votes": "2",
216
+ "rank": 24
226
217
  },
227
218
  {
228
219
  "title": "JavaScript运算符单竖杠\"|\"",
@@ -231,16 +222,7 @@
231
222
  "author": "沉静地闪光",
232
223
  "home_url": "https://segmentfault.com/u/007008",
233
224
  "votes": "1",
234
- "rank": 26
235
- },
236
- {
237
- "title": "「前端 BUG 录」变更 UI 库主题引发的问题",
238
- "description": "最近有个项目(就叫他 P 项目)做了一次 UI 视觉统一。之前是个小项目用的是默认主题 theme-d ,这次需求还针对性的发布了一套 theme-p 主题。然后出事故了,更新了主题之后我们的 dialog 显示异常了。使用控制台...",
239
- "url": "https://segmentfault.com/a/1190000041880872",
240
- "author": "linong",
241
- "home_url": "https://segmentfault.com/u/linong",
242
- "votes": "1",
243
- "rank": 27
225
+ "rank": 25
244
226
  },
245
227
  {
246
228
  "title": "Spring 中 @EnableXXX 注解的套路",
@@ -249,16 +231,25 @@
249
231
  "author": "mghio",
250
232
  "home_url": "https://segmentfault.com/u/mghio",
251
233
  "votes": "2",
252
- "rank": 28
234
+ "rank": 26
253
235
  },
254
236
  {
255
- "title": "推荐一些有趣实用的前端可视化工具库,助力可视化开发",
256
- "description": "前端可视化一直是人们常谈到的词,随着SVG,Canvas,WebGL等技术的发展,也涌现了一大批的优秀的可视化库。本文将从中选择一些有趣实用的推荐给大家,工具使用好了,开发效率自然也就提升了。",
257
- "url": "https://segmentfault.com/a/1190000041880527",
258
- "author": "xmanlin",
259
- "home_url": "https://segmentfault.com/u/dxpang",
260
- "votes": "2",
261
- "rank": 29
237
+ "title": "Swoole 团队云原生新项目 Code-Galaxy 介绍",
238
+ "description": "这半年我们做了一个新项目,一站式 K8s 云原生(Cloud Native)系统:Code-Galaxy。近几年云原生的概念非常热门,包括腾讯云、阿里云等云厂商、大型互联网企业,以及大量初创的 DevOps 公司,都在做云原生方向的...",
239
+ "url": "https://segmentfault.com/a/1190000041873910",
240
+ "author": "韩天峰",
241
+ "home_url": "https://segmentfault.com/u/hantianfeng",
242
+ "votes": "1",
243
+ "rank": 27
244
+ },
245
+ {
246
+ "title": "js 生成UUID的几种方法",
247
+ "description": "UUID(Universally Unique IDentifier) 全局唯一标识符。UUID是一种由算法生成的二进制长度为128位的数字标识符。UUID的格式为“xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx”,其中的 x 是 0-9 或 a-f范围内的一个32位十...",
248
+ "url": "https://segmentfault.com/a/1190000041895680",
249
+ "author": "墨城",
250
+ "home_url": "https://segmentfault.com/u/xiaomogu_5f2124ad3ad42",
251
+ "votes": "5",
252
+ "rank": 28
262
253
  },
263
254
  {
264
255
  "title": "Gitee 关闭部分开源仓库;大厂一半以上程序员愿意降薪跳槽;Deno 1.22 发布 | 思否周刊",
@@ -267,6 +258,15 @@
267
258
  "author": "snakesss",
268
259
  "home_url": "https://segmentfault.com/u/snakesss",
269
260
  "votes": "1",
261
+ "rank": 29
262
+ },
263
+ {
264
+ "title": "Three.js控制物体显示与隐藏的方法",
265
+ "description": "本文会讲解一下Three.js控制物体显示与隐藏的方法,主要包括以下几种方式:visible属性;layers属性。下面会分别通过简单的例子介绍下上述几个方式的简单使用方法和一些它们之间的区别。如果没有特殊说明,下面的...",
266
+ "url": "https://segmentfault.com/a/1190000041881241",
267
+ "author": "luckness",
268
+ "home_url": "https://segmentfault.com/u/luckness",
269
+ "votes": "0",
270
270
  "rank": 30
271
271
  }
272
272
  ]
@@ -2,7 +2,7 @@
2
2
  {
3
3
  "title": "架构设计资料合集",
4
4
  "description": "程序设计eBay 广告平台数据 OLAP 实战 14W 行代码量的前端页面长什么样 关于 Elasticsearch 集群核心配置,腾讯大佬的灵魂 9 问,你能接住几个? 成为「码...",
5
- "votes": "234",
5
+ "votes": "235",
6
6
  "url": "/k/iqlrz7b",
7
7
  "avatar": "https://img.toutiao.io/subject/d2f421bbe0be47369b6560e316a5153b/thumb",
8
8
  "avatarAlt": "头条精选 - 独家号",
@@ -12,7 +12,7 @@
12
12
  {
13
13
  "title": "左耳朵耗子:我做系统架构的一些原则",
14
14
  "description": "",
15
- "votes": "143",
15
+ "votes": "145",
16
16
  "url": "/k/9oljc6o",
17
17
  "avatar": "https://img.toutiao.io/subject/ae2b74c589814b769c1bebad92c2fb9a/thumb",
18
18
  "avatarAlt": "架构之美 - 独家号",
@@ -22,7 +22,7 @@
22
22
  {
23
23
  "title": "首个确保缓存与数据库一致性的方案",
24
24
  "description": "",
25
- "votes": "111",
25
+ "votes": "115",
26
26
  "url": "/k/imjqbp3",
27
27
  "avatar": "https://img.toutiao.io/subject/45e806cf22ab424b831afe890c225505/thumb",
28
28
  "avatarAlt": "叶东富 - 独家号",
@@ -32,13 +32,23 @@
32
32
  {
33
33
  "title": "ThreadLocal夺命11连问",
34
34
  "description": "",
35
- "votes": "86",
35
+ "votes": "87",
36
36
  "url": "/k/p8lpi5z",
37
37
  "avatar": "https://img.toutiao.io/subject/96c1af0d2a0b441ca9740ee13c3e37f3/thumb",
38
38
  "avatarAlt": "苏三说技术 - 独家号",
39
39
  "subjectName": "苏三说技术",
40
40
  "homeUrl": "/subjects/453205"
41
41
  },
42
+ {
43
+ "title": "聊聊接口设计的36个小技巧",
44
+ "description": "",
45
+ "votes": "86",
46
+ "url": "/k/yqm776v",
47
+ "avatar": "https://img.toutiao.io/subject/0bd01d30f85345feb85424b2928d99b2/thumb",
48
+ "avatarAlt": "进击的程序猿 - 独家号",
49
+ "subjectName": "进击的程序猿",
50
+ "homeUrl": "/subjects/24912"
51
+ },
42
52
  {
43
53
  "title": "跨Mysql、Redis、Mongo的分布式事务",
44
54
  "description": "Mysql、Redis、Mongo都是非常流行的存储,并且各自有自己的优势。在实际的应用中,常常会同时使用多种存储,也会遇见在多种存储中保证数据一致性的需求,例如保证数据库中的库存...",
@@ -52,7 +62,7 @@
52
62
  {
53
63
  "title": "如何画好一张架构图?",
54
64
  "description": "",
55
- "votes": "78",
65
+ "votes": "80",
56
66
  "url": "/k/bu1pi73",
57
67
  "avatar": "https://img.toutiao.io/subject/df70c5d3876241ecba5984356133ab23/thumb",
58
68
  "avatarAlt": "架构必知必会 - 独家号",
@@ -62,7 +72,7 @@
62
72
  {
63
73
  "title": "聊聊我们是如何做系统保障方案的",
64
74
  "description": "",
65
- "votes": "71",
75
+ "votes": "72",
66
76
  "url": "/k/i8q3ye4",
67
77
  "avatar": "https://img.toutiao.io/subject/c34a137f55bf46c3a2cf63e3677a30b1/thumb",
68
78
  "avatarAlt": "Bloomingroses - 独家号",
@@ -79,16 +89,6 @@
79
89
  "subjectName": "服务架构及中台",
80
90
  "homeUrl": "/subjects/26578"
81
91
  },
82
- {
83
- "title": "聊聊接口设计的36个小技巧",
84
- "description": "",
85
- "votes": "72",
86
- "url": "/k/yqm776v",
87
- "avatar": "https://img.toutiao.io/subject/0bd01d30f85345feb85424b2928d99b2/thumb",
88
- "avatarAlt": "进击的程序猿 - 独家号",
89
- "subjectName": "进击的程序猿",
90
- "homeUrl": "/subjects/24912"
91
- },
92
92
  {
93
93
  "title": "15K Star!Github 上最火的低代码开发平台!",
94
94
  "description": "【导语】:用于构建管理面板、内部工具和仪表板的低代码平台。简介Appsmith 是一个用于构建管理面板、内部工具和仪表板的低代码平台,可以在几分钟内将任何数据源转换为内部应用程序,...",
@@ -102,7 +102,7 @@
102
102
  {
103
103
  "title": "你见过哪些目瞪口呆的 Java 代码技巧?",
104
104
  "description": "",
105
- "votes": "62",
105
+ "votes": "63",
106
106
  "url": "/k/avsba7r",
107
107
  "avatar": "https://img.toutiao.io/subject/d9b0b833d7e44d38b958e8a6003d36b4/thumb",
108
108
  "avatarAlt": "浪客用react,java全栈 - 独家号",
@@ -110,19 +110,29 @@
110
110
  "homeUrl": "/subjects/132403"
111
111
  },
112
112
  {
113
- "title": "聊聊并发编程的12种业务场景",
113
+ "title": "关于技术能力的思考和总结",
114
+ "description": "技术人成长的悖论在程序员界有一个悖论持续在困惑着很多技术人:在写代码的人的困惑是一直写代码是不是会丧失竞争力,会不会被后面年轻的更能加班写代码的人汰换。典型代表就是工作5年左右的核...",
115
+ "votes": "61",
116
+ "url": "/k/jo2jtja",
117
+ "avatar": "https://img.toutiao.io/subject/ae2b74c589814b769c1bebad92c2fb9a/thumb",
118
+ "avatarAlt": "架构之美 - 独家号",
119
+ "subjectName": "架构之美",
120
+ "homeUrl": "/subjects/42200"
121
+ },
122
+ {
123
+ "title": "大厂的优惠券系统是如何设计的?",
114
124
  "description": "",
115
- "votes": "60",
116
- "url": "/k/8ndch1f",
117
- "avatar": "https://img.toutiao.io/subject/96c1af0d2a0b441ca9740ee13c3e37f3/thumb",
118
- "avatarAlt": "苏三说技术 - 独家号",
119
- "subjectName": "苏三说技术",
120
- "homeUrl": "/subjects/453205"
125
+ "votes": "61",
126
+ "url": "/k/8v764sx",
127
+ "avatar": "https://img.toutiao.io/subject/df70c5d3876241ecba5984356133ab23/thumb",
128
+ "avatarAlt": "架构必知必会 - 独家号",
129
+ "subjectName": "架构必知必会",
130
+ "homeUrl": "/subjects/472073"
121
131
  },
122
132
  {
123
133
  "title": "干掉 BeanUtils!这款 Bean 自动映射神器出 Spring 插件了!",
124
134
  "description": "",
125
- "votes": "62",
135
+ "votes": "64",
126
136
  "url": "/k/zrz0j1r",
127
137
  "avatar": "https://img.toutiao.io/subject/8e12ef64799649acbfd936883ef16c3c/thumb",
128
138
  "avatarAlt": "服务架构及中台 - 独家号",
@@ -130,14 +140,14 @@
130
140
  "homeUrl": "/subjects/26578"
131
141
  },
132
142
  {
133
- "title": "大厂的优惠券系统是如何设计的?",
143
+ "title": "聊聊并发编程的12种业务场景",
134
144
  "description": "",
135
- "votes": "59",
136
- "url": "/k/8v764sx",
137
- "avatar": "https://img.toutiao.io/subject/df70c5d3876241ecba5984356133ab23/thumb",
138
- "avatarAlt": "架构必知必会 - 独家号",
139
- "subjectName": "架构必知必会",
140
- "homeUrl": "/subjects/472073"
145
+ "votes": "60",
146
+ "url": "/k/8ndch1f",
147
+ "avatar": "https://img.toutiao.io/subject/96c1af0d2a0b441ca9740ee13c3e37f3/thumb",
148
+ "avatarAlt": "苏三说技术 - 独家号",
149
+ "subjectName": "苏三说技术",
150
+ "homeUrl": "/subjects/453205"
141
151
  },
142
152
  {
143
153
  "title": "支持300+常用功能的开源GO语言工具函数库",
@@ -159,16 +169,6 @@
159
169
  "subjectName": "架构必知必会",
160
170
  "homeUrl": "/subjects/472073"
161
171
  },
162
- {
163
- "title": "关于技术能力的思考和总结",
164
- "description": "技术人成长的悖论在程序员界有一个悖论持续在困惑着很多技术人:在写代码的人的困惑是一直写代码是不是会丧失竞争力,会不会被后面年轻的更能加班写代码的人汰换。典型代表就是工作5年左右的核...",
165
- "votes": "53",
166
- "url": "/k/jo2jtja",
167
- "avatar": "https://img.toutiao.io/subject/ae2b74c589814b769c1bebad92c2fb9a/thumb",
168
- "avatarAlt": "架构之美 - 独家号",
169
- "subjectName": "架构之美",
170
- "homeUrl": "/subjects/42200"
171
- },
172
172
  {
173
173
  "title": "硬核图解!30张图带你搞懂!路由器,集线器,交换机,网桥,光猫有啥区别?",
174
174
  "description": "",
@@ -179,6 +179,16 @@
179
179
  "subjectName": "公众号:捉虫大师",
180
180
  "homeUrl": "/subjects/324911"
181
181
  },
182
+ {
183
+ "title": "技术人 | “一直写代码会丧失竞争力吗?”",
184
+ "description": "",
185
+ "votes": "58",
186
+ "url": "/k/dvu60jc",
187
+ "avatar": "https://img.toutiao.io/subject/df70c5d3876241ecba5984356133ab23/thumb",
188
+ "avatarAlt": "架构必知必会 - 独家号",
189
+ "subjectName": "架构必知必会",
190
+ "homeUrl": "/subjects/472073"
191
+ },
182
192
  {
183
193
  "title": "解密支付系统,来看如何构建理想的支付系统架构",
184
194
  "description": "",
@@ -189,16 +199,6 @@
189
199
  "subjectName": "程序猿读书雷达",
190
200
  "homeUrl": "/subjects/114561"
191
201
  },
192
- {
193
- "title": "技术人 | “一直写代码会丧失竞争力吗?”",
194
- "description": "",
195
- "votes": "57",
196
- "url": "/k/dvu60jc",
197
- "avatar": "https://img.toutiao.io/subject/df70c5d3876241ecba5984356133ab23/thumb",
198
- "avatarAlt": "架构必知必会 - 独家号",
199
- "subjectName": "架构必知必会",
200
- "homeUrl": "/subjects/472073"
201
- },
202
202
  {
203
203
  "title": "Kafka基础详解",
204
204
  "description": "",
@@ -209,6 +209,26 @@
209
209
  "subjectName": "进击的程序猿",
210
210
  "homeUrl": "/subjects/24912"
211
211
  },
212
+ {
213
+ "title": "搞定这8个Kafka生产级容量评估,每日10亿+请求轻松拿捏!",
214
+ "description": "",
215
+ "votes": "52",
216
+ "url": "/k/9gqhrpj",
217
+ "avatar": "https://img.toutiao.io/subject/0bd01d30f85345feb85424b2928d99b2/thumb",
218
+ "avatarAlt": "进击的程序猿 - 独家号",
219
+ "subjectName": "进击的程序猿",
220
+ "homeUrl": "/subjects/24912"
221
+ },
222
+ {
223
+ "title": "白话 Golang 单元测试",
224
+ "description": "",
225
+ "votes": "44",
226
+ "url": "/k/wgu15cl",
227
+ "avatar": "https://img.toutiao.io/subject/3f69ffc3bdf6496e86439348166e3ed7/thumb",
228
+ "avatarAlt": "GoHackers - 独家号",
229
+ "subjectName": "GoHackers",
230
+ "homeUrl": "/subjects/1385"
231
+ },
212
232
  {
213
233
  "title": "9张图轻松吃透Go内存管理单元",
214
234
  "description": "",
@@ -228,25 +248,5 @@
228
248
  "avatarAlt": "趣编程的独家号 - 独家号",
229
249
  "subjectName": "趣编程的独家号",
230
250
  "homeUrl": "/subjects/465623"
231
- },
232
- {
233
- "title": "搞定这8个Kafka生产级容量评估,每日10亿+请求轻松拿捏!",
234
- "description": "",
235
- "votes": "50",
236
- "url": "/k/9gqhrpj",
237
- "avatar": "https://img.toutiao.io/subject/0bd01d30f85345feb85424b2928d99b2/thumb",
238
- "avatarAlt": "进击的程序猿 - 独家号",
239
- "subjectName": "进击的程序猿",
240
- "homeUrl": "/subjects/24912"
241
- },
242
- {
243
- "title": "白话 Golang 单元测试",
244
- "description": "",
245
- "votes": "43",
246
- "url": "/k/wgu15cl",
247
- "avatar": "https://img.toutiao.io/subject/3f69ffc3bdf6496e86439348166e3ed7/thumb",
248
- "avatarAlt": "GoHackers - 独家号",
249
- "subjectName": "GoHackers",
250
- "homeUrl": "/subjects/1385"
251
251
  }
252
252
  ]