Ask HN: What's the best technical eBook you have read?
71–80 of 86 posts
Re: Ask HN: What's the best technical eBook you have read?
#72&
Implementing SSL/TLS Using Cryptography and PKI - Written by Joshua Davies
Re: Ask HN: What's the best technical eBook you have read?
#73The Architecture of Open Source Applications series is a great read. It is mostly written by project creators and contributers and freely available on-line: http://aosabook.org/
Re: Ask HN: What's the best technical eBook you have read?
#74For a Software Engineering book, it's hard to beat The Pragmatic Programmer.
A good working-with-other-people book is Extreme Programming Explained 2nd ed.
Re: Ask HN: What's the best technical eBook you have read?
#75Re: Ask HN: What's the best technical eBook you have read?
#76Dependency Injection in .NET by Mark Seemann: http://www.amazon.com/gp/product/1935182501
Re: Ask HN: What's the best technical eBook you have read?
#77Am I the only one who's curious why the poster specified an "eBook" instead of just "book"?
Technical content tends to be more picky about layout etc than prose, which can be an issue for e-readers. Also some technical books suffer from the lack of ability to quickly browse and jump from one page to another.
Re: Ask HN: What's the best technical eBook you have read?
#78Surprised it hasn't been mentioned yet. Hands down the most eye opening technical book I've read is SICP. http://mitpress.mit.edu/sicp/ http://sicpebook.wordpress.com/ebook/
Also, you can go through the UC Berkeley SICP course for free: http://www-inst.eecs.berkeley.edu/~cs61a/fa13/ I'm going through it now, on my own, and it's an awesome course.
...It started in late June and the Final is in August.
Re: Ask HN: What's the best technical eBook you have read?
#79Code Complete 2nd edition Super hands-on book. Since reading it, I'm writing better programs faster.
Re: Ask HN: What's the best technical eBook you have read?
#80Javascript Allongé by Reg Braithwaite was an incredible book, not just for changing how I viewed Javascript, but it also taught me a lot about programming as a whole. It taught me a lot of lessons in factoring functions into orthogonal concerns that have been highly influential on my coding style in all languages ever since. Available free in HTML form: https://leanpub.com/javascript-allonge/read