Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
moqsien committed Nov 30, 2024
1 parent f8dde35 commit 7e8b961
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions src/content/docs/community/community.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,36 @@ import { Card, CardGrid, LinkCard, Icon } from '@astrojs/starlight/components';
<LinkCard title="网站" href="https://agou-ops.cn/post/" />
</Card>
</CardGrid>

## 一些优秀的技术公众号

<CardGrid>
<Card title="小徐先生的编程世界" icon="seti:notebook">
有一些关于源码阅读的万字长文,非常好。
<LinkCard title="网站" href="https://mp.weixin.qq.com/s/_FTvpvLIWfYzgNhOJgKypA" />
</Card>
<Card title="HelloGithub" icon="seti:notebook">
一些优秀、有趣的github开源项目的推荐和分享。
<LinkCard title="网站" href="https://mp.weixin.qq.com/s/hjzLzX0pbwnoa7GF8oCgCA" />
</Card>
<Card title="阮一峰的网络日志" icon="seti:notebook">
一些优秀、有趣的github开源项目的推荐和分享,科技新闻分享等等。
<LinkCard title="网站" href="https://mp.weixin.qq.com/s/eGWWGssIv0g7Y2qv50932A" />
</Card>
<Card title="go语言中文网" icon="seti:notebook">
分享一些go语言相关的技术文章。
<LinkCard title="网站" href="https://mp.weixin.qq.com/s/vlpTUltiV_ZR8Ql95h5lBQ" />
</Card>
<Card title="go语言开发栈" icon="seti:notebook">
分享一些go语言相关的技术文章。
<LinkCard title="网站" href="https://mp.weixin.qq.com/s/8JugNnvQpYSQ0B7uhFG2wA" />
</Card>
<Card title="码农的荒岛求生" icon="seti:notebook">
由《计算机底层的秘密》的作者分享一些计算机底层相关的技术文章。
<LinkCard title="网站" href="https://mp.weixin.qq.com/s/oatZuQC3ZCCD8yikxpjnVQ" />
</Card>
<Card title="中间件兴趣圈" icon="seti:notebook">
分享一些中间件相关的技术文章。
<LinkCard title="网站" href="https://mp.weixin.qq.com/s/eVrvHoibbATl2EIstL-Lrg" />
</Card>
</CardGrid>

0 comments on commit 7e8b961

Please sign in to comment.