Ask HN: What are some good books to read as a developer?
1–8 of 8 posts
Re: Ask HN: What are some good books to read as a developer?
#21. SCIP (Structure and Interpretation of Computer Programs)
2. Introduction to Algorithms (Cormen, Leiserson, Rivest, Stein)
3. The Art of Computer Programming (Vol 1-3).
4. Programming Pearls
Re: Ask HN: What are some good books to read as a developer?
#3Here's some general books I think will make anyone a better programmer if you spend the time to internalize the subject matter. Don't really know any about management etc. 1. SCIP (Structure and Interpretation of Computer Programs) 2. Introduction to Algorithms (Cormen, Leiserson, Rivest, Stein) 3. The Art of Computer Programming (Vol 1-3). 4. Programming Pearls
For example, If you're doing Ruby on Rails, I'd focus on reading a solid book about Ruby and then one about Rails. A lot of people try to get good with a framework, without having a solid understanding of the language used.
Algorithms and data structures are a good solid requirement, but chances are you are doing CRUD / REST apps with a web framework and you need to master the framework and back-end language used first, before you dive deep into algorithms and the likes.
Re: Ask HN: What are some good books to read as a developer?
#4Here's some general books I think will make anyone a better programmer if you spend the time to internalize the subject matter. Don't really know any about management etc. 1. SCIP (Structure and Interpretation of Computer Programs) 2. Introduction to Algorithms (Cormen, Leiserson, Rivest, Stein) 3. The Art of Computer Programming (Vol 1-3). 4. Programming Pearls
Re: Ask HN: What are some good books to read as a developer?
#5Digital Deli: http://www.atariarchives.org/deli
Currently out of print, but I own an copy.
Re: Ask HN: What are some good books to read as a developer?
#6As a web developer understanding how the Internet stack and some specific protocols work, could very easily make your life easier.
Re: Ask HN: What are some good books to read as a developer?
#7I would recommend you to look into this book: HTTP: The Definitive Guide As a web developer understanding how the Internet stack and some specific protocols work, could very easily make your life easier.
Re: Ask HN: What are some good books to read as a developer?
#8I would recommend you to look into this book: HTTP: The Definitive Guide As a web developer understanding how the Internet stack and some specific protocols work, could very easily make your life easier.
This does indeed look like a great book but it's from 2002, I understand that the internet changed a lot in the last 13 years?