Clean Code: A Handbook of Agile Software Craftsmanship by Robert C. Martin
|
Design Patterns: Elements of Reusable Object-Oriented Software by Ralph Johnson, Erich Gamma, John Vlissides, Richard Helm
|
Introduction to Algorithms, 3rd Edition by Thomas H. Cormen
|
Java Concurrency in Practice by Brian Goetz, Tim Peierls
|
Code: The Hidden Language of Computer Hardware and Software by Charles Petzold
|
JavaScript: The Good Parts by Douglas Crockford
|
Code Complete: A Practical Handbook of Software Construction, Second Edition by Steve McConnell
|
Framework Design Guidelines: Conventions, Idioms, and Patterns for Reusable .NET Libraries by Krzysztof Cwalina, Brad Abrams
|
Head First Design Patterns: A Brain-Friendly Guide by Eric Freeman, Elisabeth Freeman, Kathy Sierra, Bert Bates
|
Mastering Regular Expressions by Jeffrey Friedl
|
Test Driven Development: By Example by Kent Beck
|
xUnit Test Patterns: Refactoring Test Code by Gerard Meszaros
|
C++ Primer by Stanley B. Lippman, Josée Lajoie, Barbara E. Moo
|
Expert C Programming: Deep C Secrets by Peter Van der Linden
|
Framework Design Guidelines: Conventions, Idioms, and Patterns for Reusable .NET Libraries by Krzysztof Cwalina, Brad Abrams
|
Head First Java, 2nd Edition by Kathy Sierra, Bert Bates
|
C++ Templates: The Complete Guide by David Vandevoorde, Nicolai M. Josuttis
|
Unix Network Programming, Volume 1: The Sockets Networking API by W. Richard Stevens, Bill Fenner, Andrew M. Rudoff
|
Inside the Microsoft® Build Engine: Using MSBuild and Team Foundation Build by Sayed Ibrahim Hashimi, William Bartholomew
|
Enterprise Integration Patterns: Designing, Building, and Deploying Messaging Solutions by Gregor Hohpe, Bobby Woolf
|
Head First Servlets and JSP: Passing the Sun Certified Web Component Developer Exam by Bryan Basham, Kathy Sierra, Bert Bates
|
C++ Template Metaprogramming: Concepts, Tools, and Techniques from Boost and Beyond by David Abrahams, Aleksey Gurtovoy
|
Continuous Delivery: Reliable Software Releases through Build, Test, and Deployment Automation by Jez Humble, David Farley
|
Concrete Mathematics: A Foundation for Computer Science by Ronald L. Graham, Donald Ervin Knuth, Oren Patashnik
|
Core Animation: Simplified Animation Techniques for Mac and iPhone Development by Marcus Zarra, Matt Long
|
Learning Core Audio: A Hands-On Guide to Audio Programming for Mac and iOS by Chris Adamson, Kevin Avila
|
Windows® Internals: Including Windows Server 2008 and Windows Vista, Fifth Edition by Mark E. Russinovich, David A. Solomon, Alex Ionescu
|
REST in Practice: Hypermedia and Systems Architecture by Jim Webber, Savas Parastatidis, Ian Robinson
|
The Mythical Man-Month: Essays on Software Engineering, Anniversary Edition by Frederick Phillips Brooks
|
Advanced Windows Debugging by Mario Hewardt, Daniel Pravat
|
Applied Cryptography: Protocols, Algorithms, and Source Code in C by Bruce Schneier
|
Modern Operating Systems by Andrew S. Tanenbaum
|
PHP and MySQL Web Development by Laura Thomson
|
Standard C++ IOStreams and Locales: Advanced Programmer’s Guide and Reference by Angelika Langer, Klaus Kreft
|
The Garbage Collection Handbook: The Art of Automatic Memory Management by Richard Jones, Antony Hosking, Eliot Moss
|
Managing Gigabytes: Compressing and Indexing Documents and Images, Second Edition by Ian H. Witten, Alistair Moffat, Timothy C. Bell
|
Cocoa Design Patterns by Erik M. Buck, Donald A. Yacktman
|
Java Persistence with Hibernate: Revised Edition of Hibernate in Action by Christian Bauer, Gavin King
|
Effective Perl Programming: Ways to Write Better, More Idiomatic Perl by Joseph N. Hall, Joshua McAdams, Brian D. Foy
|
Pro C# 2008 and the .NET 3.5 Platform by Andrew Troelsen
|
Effective Java: Programming Language Guide by Joshua Bloch
|
Linux Device Drivers, 3rd Edition by Jonathan Corbet, Alessandro Rubini, Greg Kroah-Hartman
|
Game Engine Architecture by Jason Gregory
|
Programming Challenges: The Programming Contest Training Manual by Steven S. Skiena, Miguel A. Revilla
|
Database Design for Mere Mortals: A Hands-On Guide to Relational Database Design by Michael James Hernandez
|
3D Math Primer For Graphics and Game Development by Fletcher Dunn, Ian Parberry
|
JavaScript: The Definitive Guide: Activate Your Web Pages by David Flanagan
|
Operating Systems Design and Implementation by Andrew S. Tanenbaum, Albert S. Woodhull
Beginning iPhone Development: Exploring the iPhone SDK by Jeff LaMarche, Dave Mark
User Stories Applied: For Agile Software Development by Mike Cohn
Microsoft® SQL Server® 2008 Internals by Kalen Delaney
Expert C# 2008 Business Objects by Rockford Lhotka
Real-World Functional Programming: With Examples in F# and C# by Tomas Petricek
Mac OS X Internals: A Systems Approach by Amit Singh
Writing Secure Code: Practical Strategies and Proven Techniques for Building Secure Applications in a Networked World by Michael Howard, David LeBlanc
Debugging Microsoft .NET 2.0 Applications by Dino Esposito
Implementation Patterns by Kent Beck
Programming with POSIX Threads by David R. Butenhof
Head First C# by Andrew Stellman, Jennifer Greene
Linkers and Loaders by John R. Levine
The Rails Way by Obie Fernandez
The Art of Computer Programming, Vols. 1–3 by Donald Ervin Knuth
Regular Expressions Cookbook by Jan Goyvaerts, Steven Levithan
The Design of Everyday Things by Donald A. Norman
Pro WPF in C# 2010: Windows Presentation Foundation in .NET 4 by Matthew MacDonald
Hadoop: The Definitive Guide by Tom White
Design Patterns Explained: A New Perspective on Object Oriented Design, 2nd Edition by Alan Shalloway, James R. Trott
Java Generics and Collections: Speed Up the Java Development Process by Maurice Naftalin, Philip Wadler
C# 4.0 in a Nutshell: The Definitive Reference by Joseph Albahari, Ben Albahari
Perl Best Practices: Standards and Styles for Developing Maintainable Code by Damian Conway
Even Faster Web Sites: Performance Best Practices for Web Developers by Steve Souders
The Art of UNIX Programming by Eric S. Raymond
The Art of SQL by Stephane Faroult, Peter Robson
WPF 4 Unleashed by Adam Nathan
See MIPS Run, Second Edition by Dominic Sweetman
Software Requirements 2 by Karl Eugene Wiegers
Programming WPF by Chris Sells, Ian Griffiths
Pro WPF in C# 2008: Windows Presentation Foundation with .NET 3.5 by Matthew MacDonald
Speech and Language Processing, 2nd Edition by Dan Jurafsky, James H. Martin
The C# Programming Language by Anders Hejlsberg, Mads Torgersen, Scott Wiltamuth
Release It!: Design and Deploy Production-Ready Software by Michael T. Nygard
Pro JavaScript Techniques by John Resig
Programming Windows with MFC, Second Edition by Jeff Prosise
Writing Effective Use Cases by Alistair Cockburn
Programming in Objective-C by Stephen G. Kochan
Testing Computer Software, 2nd Edition by Cem Kaner, Jack L. Falk, Hung Quoc Nguyen
Beyond the C++ Standard Library: An Introduction to Boost by Björn Karlsson
Pattern Hatching: Design Patterns Applied by John Vlissides
Inside Microsoft SQL Server 2005: T-SQL Querying by Itzik Ben-Gan, Lubor Kollar, Dejan Sarka
Joe Celko’s SQL for Smarties: Advanced SQL Programming Third Edition by Joe Celko
OpenGL SuperBible: Comprehensive Tutorial and Reference by Richard S. Wright, Benjamin Lipchak, Nicholas Haemel
Pragmatic Unit Testing in C# with NUnit, 2nd Edition by Andrew Hunt, Dave Thomas, Matt Hargett
Service-Oriented Design with Ruby and Rails by Paul Dix
The RSpec Book: Behaviour Driven Development with RSpec, Cucumber, and Friends by David Chelimsky, Dave Astels
Rails AntiPatterns: Best Practice Ruby on Rails Refactoring by Chad Pytel, Tammer Saleh
Pro LINQ: Language Integrated Query in C# 2008 by Joseph Rattz
Facts and Fallacies of Software Engineering by Robert L. Glass
Garbage Collection: Algorithms for Automatic Dynamic Memory Management by Richard Jones, Rafael Lins
Closure: The Definitive Guide: Google Tools to Add Power to Your JavaScript by Michael Bolin
SQL Queries for Mere Mortals by Michael James Hernandez, John Viescas
Core JavaServer Faces by David M. Geary, Cay S. Horstmann
Pro JPA 2: Mastering the Java™ Persistence API by Mike Keith, Merrick Schincariol
Managing Projects with GNU Make: The Power of GNU Make for Building Anything by Robert Mecklenburg
Filthy Rich Clients: Developing Animated and Graphical Effects for Desktop Java Applications by Chet Haase, Romain Guy
OpenGL SuperBible: Comprehensive Tutorial and Reference by Richard S. Wright
Design Patterns Explained: A New Perspective on Object-Oriented Designby Alan Shalloway, James Trott
Professional Android 2 Application Development by Reto Meier
Linux Kernel Development by Robert Love
PHP 5 Objects, Patterns, and Practice by Matt Zandstra
WiX: A Developer’s Guide to Windows Installer XML by Nick Ramirez
Algorithms of the Intelligent Web by Haralambos Marmanis, Dmitry Babenko
Pattern-Oriented Software Architecture Volume 1: A System of Patterns by Frank Buschmann
Programming Windows® Identity Foundation by Vittorio Bertocci
.NET Internationalization: The Developer’s Guide to Building Global Windows and Web Applications by Guy Smith-Ferrier
PHP Objects, Patterns, and Practice by Matt Zandstra
iPhone Programming: The Big Nerd Ranch Guide by Joe Conway, Aaron Hillegass
Pro C# 2010 and the .NET 4 Platform by Andrew Troelsen
Beginning iPhone 3 Development: Exploring the iPhone SDK by David Mark, Jeff LaMarche
C Primer Plus by Stephen Prata
Getting Things Done: The Art of Stress-Free Productivity by David Allen
Pattern Classification by Richard O. Duda, Peter E. Hart, David G. Stork
Foundations of Statistical Natural Language Processing by Christopher D. Manning, Hinrich Schütze
Windows PowerShell in Action by Bruce Payette
SQL and Relational Theory: How to Write Accurate SQL Code by C.J. Date
Introduction to the Theory of Computation by Michael Sipser
Essential Linux Device Drivers by Sreekrishnan Venkateswaran
Python Cookbook by Alex Martelli, Anna Ravenscroft, David Ascher
Webbots, Spiders, and Screen Scrapers: A Guide to Developing Internet Agents with PHP/CURLby Michael Schrenk
The Apache Modules Book: Application Development with Apache by Nick Kew
Algorithms on Strings, Trees, and Sequences: Computer Science and Computational Biology by Dan Gusfield
Agile Web Development with Rails 3.2 by Sam Ruby, David Thomas, David Heinemeier Hansson
Essential C# 4.0 by Mark Michaelis
Mathematics for 3D Game Programming and Computer Graphics, Second Edition by Eric Lengyel
Test-Driven Development in Microsoft® .NET by James W. Newkirk, Alexei A. Vorontsov
Beginning Rails 3 by Rida Al Barazi, Cloves Carneiro Jr., Cloves Carneiro
Operating System Concepts by Abraham Silberschatz, Peter B. Galvin, Greg Gagne
The Ruby Way, Second Edition: Solutions and Techniques in Ruby Programming by Hal Edwin Fulton
Agile Software Development with Scrum by Ken Schwaber, Mike Beedle
Practical Django Projects by James Bennett
WPF Control Development Unleashed: Building Advanced User Experiences by Pavan Podila, Kevin Hoffman
Advanced Visual Basic 6: Power Techniques for Everyday Programs by Matthew J. Curland
Joe Celko’s SQL for Smarties: Advanced SQL Programming Second Edition by Joe Celko
Computer Architecture: A Quantitative Approach, 3rd Edition by John L. Hennessy, David A. Patterson, David Goldberg
Numerical Recipes in C: The Art of Scientific Computing, Second Editionby William T. Vetterling
Cost-Based Oracle Fundamentals by Jonathan Lewis
Programming Ruby 1.9: The Pragmatic Programmers’ Guide by David Thomas
Eclipse Rich Client Platform: Designing, Coding, and Packaging Java¿ Applications by Jeff McAffer, Jean-Michel Lemieux
Numerical Recipes 3rd Edition: The Art of Scientific Computing by William H. Press
Inside Microsoft® SQL Server™ 2005: Query Tuning and Optimization by Kalen Delaney
Microsoft Windows Internals by Mark E. Russinovich, David A. Solomon
Domain-Specific Languages by Martin Fowler, Rebecca Parsons
CSS Mastery: Advanced Web Standards Solutions by Cameron Moll, Andy Budd, Simon Collison
Spring in Action by Craig Walls, Ryan Breidenbach
Pattern-Oriented Software Architecture Volume 2: Patterns for Concurrent and Networked Objects by Douglas C. Schmidt
And Suddenly the Inventor Appeared: TRIZ, the Theory of Inventive Problem Solving by Genrich Altshuller
Beginning iPhone Development: Exploring the iPhone SDK by Jeff LaMarche, Dave Mark
User Stories Applied: For Agile Software Development by Mike Cohn
Microsoft® SQL Server® 2008 Internals by Kalen Delaney
Expert C# 2008 Business Objects by Rockford Lhotka
Real-World Functional Programming: With Examples in F# and C# by Tomas Petricek
Mac OS X Internals: A Systems Approach by Amit Singh
Writing Secure Code: Practical Strategies and Proven Techniques for Building Secure Applications in a Networked World by Michael Howard, David LeBlanc
Debugging Microsoft .NET 2.0 Applications by Dino Esposito
Implementation Patterns by Kent Beck
Programming with POSIX Threads by David R. Butenhof
Head First C# by Andrew Stellman, Jennifer Greene
Linkers and Loaders by John R. Levine
The Rails Way by Obie Fernandez
The Art of Computer Programming, Vols. 1–3 by Donald Ervin Knuth
Regular Expressions Cookbook by Jan Goyvaerts, Steven Levithan
The Design of Everyday Things by Donald A. Norman
Pro WPF in C# 2010: Windows Presentation Foundation in .NET 4 by Matthew MacDonald
Hadoop: The Definitive Guide by Tom White
Design Patterns Explained: A New Perspective on Object Oriented Design, 2nd Edition by Alan Shalloway, James R. Trott
Java Generics and Collections: Speed Up the Java Development Process by Maurice Naftalin, Philip Wadler
C# 4.0 in a Nutshell: The Definitive Reference by Joseph Albahari, Ben Albahari
Perl Best Practices: Standards and Styles for Developing Maintainable Code by Damian Conway
Even Faster Web Sites: Performance Best Practices for Web Developers by Steve Souders
The Art of UNIX Programming by Eric S. Raymond
The Art of SQL by Stephane Faroult, Peter Robson
WPF 4 Unleashed by Adam Nathan
See MIPS Run, Second Edition by Dominic Sweetman
Software Requirements 2 by Karl Eugene Wiegers
Programming WPF by Chris Sells, Ian Griffiths
Pro WPF in C# 2008: Windows Presentation Foundation with .NET 3.5 by Matthew MacDonald
Speech and Language Processing, 2nd Edition by Dan Jurafsky, James H. Martin
The C# Programming Language by Anders Hejlsberg, Mads Torgersen, Scott Wiltamuth
Release It!: Design and Deploy Production-Ready Software by Michael T. Nygard
Pro JavaScript Techniques by John Resig
Programming Windows with MFC, Second Edition by Jeff Prosise
Writing Effective Use Cases by Alistair Cockburn
Programming in Objective-C by Stephen G. Kochan
Testing Computer Software, 2nd Edition by Cem Kaner, Jack L. Falk, Hung Quoc Nguyen
Beyond the C++ Standard Library: An Introduction to Boost by Björn Karlsson
Pattern Hatching: Design Patterns Applied by John Vlissides
Inside Microsoft SQL Server 2005: T-SQL Querying by Itzik Ben-Gan, Lubor Kollar, Dejan Sarka
Joe Celko’s SQL for Smarties: Advanced SQL Programming Third Edition by Joe Celko
OpenGL SuperBible: Comprehensive Tutorial and Reference by Richard S. Wright, Benjamin Lipchak, Nicholas Haemel
Pragmatic Unit Testing in C# with NUnit, 2nd Edition by Andrew Hunt, Dave Thomas, Matt Hargett
Service-Oriented Design with Ruby and Rails by Paul Dix
The RSpec Book: Behaviour Driven Development with RSpec, Cucumber, and Friends by David Chelimsky, Dave Astels
Rails AntiPatterns: Best Practice Ruby on Rails Refactoring by Chad Pytel, Tammer Saleh
Pro LINQ: Language Integrated Query in C# 2008 by Joseph Rattz
Facts and Fallacies of Software Engineering by Robert L. Glass
Garbage Collection: Algorithms for Automatic Dynamic Memory Management by Richard Jones, Rafael Lins
Closure: The Definitive Guide: Google Tools to Add Power to Your JavaScript by Michael Bolin
SQL Queries for Mere Mortals by Michael James Hernandez, John Viescas
Core JavaServer Faces by David M. Geary, Cay S. Horstmann
Pro JPA 2: Mastering the Java™ Persistence API by Mike Keith, Merrick Schincariol
Managing Projects with GNU Make: The Power of GNU Make for Building Anything by Robert Mecklenburg
Filthy Rich Clients: Developing Animated and Graphical Effects for Desktop Java Applications by Chet Haase, Romain Guy
OpenGL SuperBible: Comprehensive Tutorial and Reference by Richard S. Wright
Design Patterns Explained: A New Perspective on Object-Oriented Designby Alan Shalloway, James Trott
Professional Android 2 Application Development by Reto Meier
Linux Kernel Development by Robert Love
PHP 5 Objects, Patterns, and Practice by Matt Zandstra
WiX: A Developer’s Guide to Windows Installer XML by Nick Ramirez
Algorithms of the Intelligent Web by Haralambos Marmanis, Dmitry Babenko
Pattern-Oriented Software Architecture Volume 1: A System of Patterns by Frank Buschmann
Programming Windows® Identity Foundation by Vittorio Bertocci
.NET Internationalization: The Developer’s Guide to Building Global Windows and Web Applications by Guy Smith-Ferrier
PHP Objects, Patterns, and Practice by Matt Zandstra
iPhone Programming: The Big Nerd Ranch Guide by Joe Conway, Aaron Hillegass
Pro C# 2010 and the .NET 4 Platform by Andrew Troelsen
Beginning iPhone 3 Development: Exploring the iPhone SDK by David Mark, Jeff LaMarche
C Primer Plus by Stephen Prata
Getting Things Done: The Art of Stress-Free Productivity by David Allen
Pattern Classification by Richard O. Duda, Peter E. Hart, David G. Stork
Foundations of Statistical Natural Language Processing by Christopher D. Manning, Hinrich Schütze
Windows PowerShell in Action by Bruce Payette
SQL and Relational Theory: How to Write Accurate SQL Code by C.J. Date
Introduction to the Theory of Computation by Michael Sipser
Essential Linux Device Drivers by Sreekrishnan Venkateswaran
Python Cookbook by Alex Martelli, Anna Ravenscroft, David Ascher
Webbots, Spiders, and Screen Scrapers: A Guide to Developing Internet Agents with PHP/CURLby Michael Schrenk
The Apache Modules Book: Application Development with Apache by Nick Kew
Algorithms on Strings, Trees, and Sequences: Computer Science and Computational Biology by Dan Gusfield
Agile Web Development with Rails 3.2 by Sam Ruby, David Thomas, David Heinemeier Hansson
Essential C# 4.0 by Mark Michaelis
Mathematics for 3D Game Programming and Computer Graphics, Second Edition by Eric Lengyel
Test-Driven Development in Microsoft® .NET by James W. Newkirk, Alexei A. Vorontsov
Beginning Rails 3 by Rida Al Barazi, Cloves Carneiro Jr., Cloves Carneiro
Operating System Concepts by Abraham Silberschatz, Peter B. Galvin, Greg Gagne
The Ruby Way, Second Edition: Solutions and Techniques in Ruby Programming by Hal Edwin Fulton
Agile Software Development with Scrum by Ken Schwaber, Mike Beedle
Practical Django Projects by James Bennett
WPF Control Development Unleashed: Building Advanced User Experiences by Pavan Podila, Kevin Hoffman
Advanced Visual Basic 6: Power Techniques for Everyday Programs by Matthew J. Curland
Joe Celko’s SQL for Smarties: Advanced SQL Programming Second Edition by Joe Celko
Computer Architecture: A Quantitative Approach, 3rd Edition by John L. Hennessy, David A. Patterson, David Goldberg
Numerical Recipes in C: The Art of Scientific Computing, Second Editionby William T. Vetterling
Cost-Based Oracle Fundamentals by Jonathan Lewis
Programming Ruby 1.9: The Pragmatic Programmers’ Guide by David Thomas
Eclipse Rich Client Platform: Designing, Coding, and Packaging Java¿ Applications by Jeff McAffer, Jean-Michel Lemieux
Numerical Recipes 3rd Edition: The Art of Scientific Computing by William H. Press
Inside Microsoft® SQL Server™ 2005: Query Tuning and Optimization by Kalen Delaney
Microsoft Windows Internals by Mark E. Russinovich, David A. Solomon
Domain-Specific Languages by Martin Fowler, Rebecca Parsons
CSS Mastery: Advanced Web Standards Solutions by Cameron Moll, Andy Budd, Simon Collison
Spring in Action by Craig Walls, Ryan Breidenbach
Pattern-Oriented Software Architecture Volume 2: Patterns for Concurrent and Networked Objects by Douglas C. Schmidt
And Suddenly the Inventor Appeared: TRIZ, the Theory of Inventive Problem Solving by Genrich Altshuller
The reference card, reference sheet or cheat sheet of book recommendation. Why getting book recommendation from people you admire. Because geniuses often recognize other geniuses.
|
I may earn a small commission for my endorsement, recommendation, testimonial, and/or link to any products or services from this website | Copyright © 2022
|