转载

O'Reilly Free e-Books

There are some books you will never want to read if you're not an expert. However, some presses are good at publishing those books, like Huazhang and O'Reilly.

It's very easy to recognize books from these two presses. I have read lot's Huazhang books at collage, mostly basis of computer science. We call these books "black cover books", while it's real name may be "computer science series". As for O'Reilly books, we call them "animal books" for there is always an animal in the cover. Some animal is the mascot of the technology, like python for Python, gophers for Golang, etc. As for Perl, it seems that it was O'Reilly put a camel in the cover of Programming Perl at first, then camel became Perl's mascot.

转载请注明出处:http://blog.jamespan.me/2016/05/04/oreilly-free-ebooks/

访问原文「 O'Reilly Free e-Books 」获取最佳阅读体验并参与讨论

Careers

目前我所在的技术团队是「阿里云 云数据库 服务团队」,我们正在寻找优秀的资深工程师以及技术专家。如果你有数据库、云计算等方面的工作经验,或者在 Python、Java 等语言上有一定的造诣,而且愿意在云数据库平台领域做点事情,那么,我很期待你的 来信 !

In my opion, the most famous book Huazhang ever published was this, Introduction to Casting :)

O'Reilly Free e-Books

And the most honest book published by O'Reilly was "Copying and Pasting from Stack Overflow" lol

O'Reilly Free e-Books

Let's return to the main topic. I read Software Architecture Patterns several days ago, in fragmentary times.

I found it helpful for introducing some common architectures, like mud, layered, event-driven, pluggin, and even microservice, the hotest architectures nowadays. Not only tell how, but also why it design, what problem to solve, that tradeoff it made, etc.

Accidentally, I found this book about half a year ago. Accidentally again, I found a collection of free books which contains it, Free Programming Reports . In addition to programming, there are topics like buseniss, data, IoT, etc. What I felt was just like an eater wandering into a room full of delicious free food!

It's always a good habit to download and save the resources you like locally from the Internet, or somedays later you may never have access to it, who knows?

So, the MVP of this article comes. Following is a one line code of JavaScript that helps download O'Reilly free ebooks easily.

$.map($('body > article:nth-child(4) > div > section > div > a'), function(e){return e.href.replace(/free/, "free/files").replace(/csp.*/, "pdf")}) 

Just open the dev tools, then paste jQuery expression above into console and hit enter, boom! All the PDF ebook download links are there, it's easy to download them all using wget or axel.

O'Reilly Free e-Books

Happy reading!

原文  http://blog.jamespan.me/2016/05/04/oreilly-free-ebooks/
正文到此结束
Loading...