From 119f4fb0e8c57c517a6b648ddc4364dfbfa175a3 Mon Sep 17 00:00:00 2001 From: Justin Huang Date: Fri, 3 Jan 2014 17:46:05 -0700 Subject: [PATCH] Update free-programming-books-zh.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit added a few more Chinese resources: - The Little MongoDB Book 中文版 - 文章《Functional Programming For The Rest of Us》的中文翻译 --- free-programming-books-zh.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/free-programming-books-zh.md b/free-programming-books-zh.md index 1a14b514..2d2ba7b0 100644 --- a/free-programming-books-zh.md +++ b/free-programming-books-zh.md @@ -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)