A Gallery of Useful Programming Books

by clayshannon

HTML

<h1>Best Software Development Books</h1>
<p>Click on the book&#39;s image to go to its Amazon page, where you can read reviews by several people; that way you don&#39;t get just my implicit recommendation.</p>

<h2>General (Globally applicable&nbsp;concepts/Best Practices, Etc.)</h2>

<h3><cite>Code Complete 2</cite> by Steve McConnell</h3>

<p><a href="http://www.amazon.com/exec/obidos/ASIN/0735619670/garrphotgall-20" target="_blank"><img height="160" src="http://ecx.images-amazon.com/images/I/51nWkLCu1SL._SL160_.jpg" width="107" /></a></p>

<h3><cite>The Pragmatic Programmer</cite> by Andrew Hunt &amp; David Thomas</h3>

<p><a href="http://www.amazon.com/exec/obidos/ASIN/020161622X/garrphotgall-20" target="_blank"><img height="160" src="http://ecx.images-amazon.com/images/I/41F1cZImneL._SL160_.jpg" width="107" /></a></p>

<h3><cite>The Psychology of Computer Programming</cite> by Gerald Weinberg</h3>

<p><a href="http://www.amazon.com/exec/obidos/ASIN/0932633420/garrphotgall-20" target="_blank"><img height="160" src="http://ecx.images-amazon.com/images/I/51brvyA6x6L._SL160_.jpg" width="107" /></a></p>

<h3><cite>Clean Code: A Handbook of Agile Software Craftsmanship</cite> by Robert C. Martin</h3>

<p><a href="http://www.amazon.com/exec/obidos/ASIN/0132350882/garrphotgall-20" target="_blank"><img height="160" src="http://ecx.images-amazon.com/images/I/41D5QxOwn9L._SL160_.jpg" width="107" /></a></p>

<h3><cite>Agile Software Development, Principles, Patterns, and Practices</cite> by Robert C. Martin</h3>

<p><a href="http://www.amazon.com/exec/obidos/ASIN/1292025948/garrphotgall-20" target="_blank"><img height="160" src="http://ecx.images-amazon.com/images/I/51QKT0NDxNL._SL160_.jpg" width="107" /></a></p>

<h3><cite>The Clean Coder: A Code of Conduct for Professional Programmers</cite> by Robert C. Martin</h3>

<p><a href="http://www.amazon.com/exec/obidos/ASIN/0137081073/garrphotgall-20" target="_blank"><img height="160"...

CSS

body {background-color:lightyellow;}
h1 { font-family:"Segoe UI",Georgia,Sans-serif; }
p { font-family:"trebuchet MS",Candara,Consolas,Sans-serif; }
cite { font-family:Candara,Consolas,Sans-serif; }