A Guide to Major Chinese Tech Blogs and Reference Sites
If you’re working with Chinese developers or simply want to tap into the wealth of technical content produced in China, knowing the right platforms is essential. This post covers two categories: community/blog platforms where developers share knowledge, and documentation/reference sites for learning specific technologies.
Community & Blog Platforms
These are places where engineers write tutorials, share experiences, ask questions, and discuss trends — the Chinese equivalents of Medium, Dev.to, or Stack Overflow.
| Platform | URL | Notes |
|---|---|---|
| 知乎 (Zhihu) | zhihu.com | Q&A + long-form articles; broad audience including tech |
| 掘金 (Juejin) | juejin.cn | Developer-focused; strong frontend and backend communities |
| 博客园 (Cnblogs) | cnblogs.com | One of the oldest Chinese dev blogs; personal blog style |
| CSDN | csdn.net | Largest Chinese tech community by volume |
| SegmentFault 思否 | segmentfault.com | Stack Overflow-style Q&A; clean and developer-friendly |
| OSChina 开源中国 | oschina.net | Open source news, code hosting, and community |
| 51CTO | 51cto.com | Ops, cloud, and enterprise IT focused |
| InfoQ 中文站 | infoq.cn | Architecture, engineering culture, conference content |
| 简书 (Jianshu) | jianshu.com | General writing platform; some tech content |
| 慕课网手记 | imooc.com | Paired with a MOOC platform; tutorial-style articles |
Recommendations by Use Case
- For deep technical discussions: SegmentFault, Juejin, CSDN
- For architecture and engineering culture: InfoQ
- For open source news: OSChina
- For broad Q&A: Zhihu
Documentation & Reference Sites
These are structured learning resources — tutorials, API docs, and language guides — rather than community posts.
| Site | URL | Notes |
|---|---|---|
| 菜鸟教程 | runoob.com | The most comprehensive Chinese tutorial site; covers dozens of languages and tools |
| W3School 中文 | w3school.com.cn | Chinese mirror of W3Schools; HTML/CSS/JS basics |
| MDN Web Docs (zh-CN) | developer.mozilla.org/zh-CN | Mozilla’s web reference, officially translated into Chinese |
| 廖雪峰的官方网站 | liaoxuefeng.com | High-quality tutorials on Python, Java, JavaScript, and Git |
| 网道 (Wangdoc) | wangdoc.com | Modern JS, Bash, and SSH tutorials by Ruan Yifeng (阮一峰) |
| 书栈网 | bookstack.cn | Aggregates free technical e-books and documentation |
| DevDocs | devdocs.io | Multi-language API reference; not Chinese-native but works well |
Recommendations by Use Case
- For quick syntax lookup: 菜鸟教程, W3School
- For web standards: MDN Web Docs
- For Python/Git learning: 廖雪峰
- For modern JS/Bash: 网道 (Wangdoc)
- For free e-books and guides: 书栈网
Summary
China has a rich ecosystem of developer resources. The key distinction is:
- Community platforms (Juejin, CSDN, SegmentFault) are good for finding real-world solutions, recent practices, and peer discussion.
- Reference/tutorial sites (菜鸟教程, 廖雪峰, MDN) are better for structured, authoritative learning.
For non-Chinese readers, many of these sites are accessible without a VPN, and tools like Google Translate can make them reasonably navigable.