Update free-programming-books-zh.md

added a few more Chinese resources:
   - The Little MongoDB Book 中文版
   - 文章《Functional Programming For The Rest of Us》的中文翻译
This commit is contained in:
Justin Huang 2014-01-03 17:46:05 -07:00
parent 7ee563f4b2
commit 119f4fb0e8
1 changed files with 5 additions and 0 deletions

View File

@ -10,6 +10,7 @@
* [Haskell](#haskell)
* [Scala](#scala)
* [Shell](#shell)
* [Database](#database)
###在线教育
* [MIT OCW -- 麻省理工学院“开放式课程网页”](http://ocw.mit.edu/courses/translated-courses/simplified-chinese/)
@ -20,6 +21,7 @@
###软件开发方法
* [硝烟中的 Scrum 和 XP](http://www.infoq.com/cn/minibooks/scrum-xp-from-the-trenches)
* [文章《Functional Programming For The Rest of Us》的中文翻译](https://github.com/justinyhuang/Functional-Programming-For-The-Rest-of-Us-Cn)
###HTML / CSS
* [学习CSS布局](http://zh.learnlayout.com/)
@ -53,3 +55,6 @@
### Shell
* [Shell 脚本编程30分钟入门](https://github.com/qinjx/30min_guides/blob/master/shell.md)
### Database
* [The Little MongoDB Book 中文版](https://github.com/justinyhuang/the-little-mongodb-book-cn)