In no particular order, this is a list of books that have helped me become a better programmer.
Clean Code and The Clean Coder by Bob Martin
The man, the myth, the legend. Martin has written a number of very good books, but Clean Code is my favorite. He lays out the tenants of professionalism in the field of software engineering.
The Pragmatic Programmer by Hunt & Thomas
🔖 Currently reading…
Effective Java by Bloch
A collection of code patterns from a very experienced developer. This is a great book to read and refer back to over your entire career.
Mythical Man Month
Hard to believe this was written so long ago. I read this after years of professional development and was blown away at how many of the topics I found still so relevant.