Live data from Hacker News

Ask HN: What's the best technical eBook you have read?

news.ycombinator.com

1–10 of 86 posts

Re: Ask HN: What's the best technical eBook you have read?

#4
Eloquent Javascript : A Modern Introduction to Programming by Marijn Haverbeke http://eloquentjavascript.net

Imho, 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?

#6
post #3

I'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.

I second your praise of Django docs. They're a good example of how technical docs should be written. I think the team behind Django even wrote an article on how to write good docs. My gut feeling is that the docs is part of the reason Djangos is so popular because anyone new to web frameworks would find it easiest to pick up Django.

Re: Ask HN: What's the best technical eBook you have read?

#10
This book profoundly changed how I look at computers (and other things).

http://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...

Post reply on HN