The Ultimate List of Programming Books
startupcountryblog.wordpress.com
The Ultimate List of Programming Books
1–10 of 21 posts
Re: The Ultimate List of Programming Books
#2 Great List ! Thanks for the share .
But there are some things that can only be learned by actually getting down to the task at hand. Speaking in abstract ideals all day simply makes you into an academic. It's in the application of the abstract that we truly grok the reason for their existence. :P
Re: The Ultimate List of Programming Books
#3You forget the mention of "The Inmates are Running the Asylum" by Alan Cooper - an eye opener for certain, any developer that has worked with me since I read that book has heard me mention the ideas it espouses.
Re: The Ultimate List of Programming Books
#4There really is a lot of interesting information in here that can get you thinking about problems in different ways. It's handy to have, just to pick up once in a while to learn something new.
Re: The Ultimate List of Programming Books
#5One of my personal favorites is Hacker's Delight, because it was as much fun to read as it was educational.
I hope the second edition will be released soon!
Re: The Ultimate List of Programming Books
#6Database System Concepts is one of the best books you can read on understanding good database design principles.
Re: The Ultimate List of Programming Books
#7Programming from the ground up. It's free on the internet. This book taught me AT&T asm. It is very easy to read.
Re: The Ultimate List of Programming Books
#8Programming from the ground up. It's free on the internet. This book taught me AT&T asm. It is very easy to read.
Thanks for sharing! This was such an easy read for me.
Google for Paradigms of Artificial Intelligence Programming.
I started reading it because I wanted to learn Common Lisp. When I was halfway, I realized this was the greatest book about programming I had read so far.
Re: The Ultimate List of Programming Books
#9I am glad the author mentioned Code complete > This book is the encyclopedia of good programming practice, Code Complete focuses on individual craftsmanship -- all the things that add up to what we instinctively call "writing clean code." This is the kind of book that has 50 pages just talking about code layout and whitespace
Re: The Ultimate List of Programming Books
#10One of my personal favorites is Hacker's Delight, because it was as much fun to read as it was educational. I hope the second edition will be released soon!
Would love to read this . Have seen good reviews on Amazon !