# Book

1. 推荐本书: \
   未来世界的幸存者 \
   <http://www.ruanyifeng.com/survivor/>\
   阮一峰老师 几年前出的一本书。 里面的很多内容 现在看来也具有价值，建议阅读。
2. 书籍分享：

   introduction-to-bash-scripting

   <https://github.com/bobbyiliev/introduction-to-bash-scripting>

   书中介绍了 Shell 的基本语法特性，并用多个案例带你实战。

   虽然此书一共才122页，但内容很全面，由浅入深。值得阅读。
3. 分享一本书，读了前两章 干货很多，后面的章节 有兴趣的同学可以实践下.<https://weread.qq.com/web/appreader/4a4323f0718ff6824a40316k9bf32f301f9bf31c7ff0a60?wtheme=white&wfrom=app&wvid=244154583&scene=bottomSheetShare>
4. 电子书分享:

   《微服务：从设计到部署》

   <https://github.com/DocsHome/microservices>

   本书是 Chris Richardson 和 Floyd Smith 联合编写的微服务电子书 [**Designing and Deploying Microservices**](https://www.nginx.com/resources/library/designing-deploying-microservices/) 的中文译本，其从不同角度全面介绍了微服务：微服务的优点与缺点、API 网关、进程间通信（IPC）、服务发现、事件驱动数据管理、微服务部署策略、重构单体。

   微服务是一种相对于复杂应用的规范，也是近两年来一直被炒的概念。

   本书从头到尾一直讲微服务的各种细节概念，对微服务好奇的同学 可以读下。
5. 淘宝技术这十年 <https://weread.qq.com/web/appreader/016324b05a617e01617778fk636320102206364d3f0ffdc?wtheme=white&wfrom=app&wvid=244154583&scene=bottomSheetShare>

   分享本书，讲得是淘宝从开始到10年之间的重要技术架构迭代，遇到的技术问题，以及一些产品方案上的实践。最后花了大篇幅讲了淘宝的各种大佬。

   上面的长文字摘要 就来自这本书，花了50分钟读完了。 建议前面50%仔细读一下，后面的章节略读就好。
6. 分享一本今晚看完的书, 这书写得非常棒, 值得反复阅读的.

   《大型网站技术架构》[https://book.douban.com/subject/2](https://book.douban.com/subject/25723064/)
7. 前方的路 - 阮一峰

   <https://book.douban.com/subject/30234758//>

   推荐一本阮一峰老师写的书。

   书是有一个个散文组成的，每一篇散文都给我带来的一些不同的思考与声音，很有价值的一本书。
8. 前端架构：从入门到微前端

   <https://book.douban.com/subject/33477112/>

   准备今天把这本书啃完。 和终端打交道，都能有微服务的概念，可见现在应用的复杂性...
9. 分享本书：改变未来的九大算法 \
   <https://book.douban.com/subject/24529132/> \
   虽然书名取得很一般，但内容还是不错的。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://thinking.simonaking.com/tags/book.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
