Ask HN: What's the best technical eBook you have read?
1–10 of 86 posts
Re: Ask HN: What's the best technical eBook you have read?
#2Re: Ask HN: What's the best technical eBook you have read?
#3Re: Ask HN: What's the best technical eBook you have read?
#4Imho, the first chapter is a must-read for anyone in the industry, even and maybe especially if not a developer.
"When a program works, it is beautiful. The art of programming is the skill of controlling complexity. The great program is subdued, made simple in its complexity."
... and also, maybe not as "mindblowing" as Eloquent Javascript, but really good for diving deep in a low-level land (yet made very accessible in this book) that is probably overlooked by most of us when optimizing a web app for speed :
High-Performance Browser Networking by Ilya Grigorik http://chimera.labs.oreilly.com/books/1230000000545/index.ht...
Re: Ask HN: What's the best technical eBook you have read?
#5Re: Ask HN: What's the best technical eBook you have read?
#6I'm not sure if it counts as a book, but the Django docs are amazing. I learned a lot about web-dev by printing out the docs (500pp at the time) and reading them cover to cover.
Re: Ask HN: What's the best technical eBook you have read?
#7Re: Ask HN: What's the best technical eBook you have read?
#8Re: Ask HN: What's the best technical eBook you have read?
#9Re: Ask HN: What's the best technical eBook you have read?
#10http://www.charlespetzold.com/code/
Petzold's style is narrative, but make no mistake: every sentence is carefully chosen. I recommend resisting the urge to skim, lest you have to backtrack later...