Huh. Mine would be: * The Mythical Man-Month, Brooks * Rapid Development, McConnell * Extreme Programming Explained, Beck, et al * Test-Driven Development by Example, Beck * Domain-Driven Design, Evans And something that wasn't a book but made a huge impact was Eric Ries's blog, Startup Lessons Learned, circa 2009. He correctly spotted that things like Extreme Programming are generic software development processes, b…
Books that changed my career as a software engineer
11–20 of 295 posts
Re: Books that changed my career as a software engineer
#12Re: Books that changed my career as a software engineer
#13The top 2 recommendations - based on return to learning on time invested - are: 1. Computer Systems: A Programmer's Perspective 2. Designing Data-Intensive Applications
Re: Books that changed my career as a software engineer
#14Not a single one of these books is worth reading imo.
Re: Books that changed my career as a software engineer
#15Re: Books that changed my career as a software engineer
#16Re: Books that changed my career as a software engineer
#17There's no magic information you're going to come across to further your career in any sort of literature on software development, or indeed any sort of career in general. Any practical books are verbose versions of framework documentation, coaching books are common sense, others formalising experiential learnings - which are only realised from having that experience itself.
This makes sense; otherwise you could get any Joe Blogs to read a couple of books and become an expert immediately.
Re: Books that changed my career as a software engineer
#18Re: Books that changed my career as a software engineer
#19Take the 37signals Remote book, for example: as a run-of-the-mill engineer, you quite literally have no say in what the work/office culture of your employer is. Unless you're (at a bare minimum) a VP, no one cares what your opinion is, as you have zero political capital. I don't want to be too negative, so here are some books I would suggest:
The 48 Laws of Power
Outliers: The Story of Success
The Black Swan: The Impact of the Highly Improbable
How to Win Friends & Influence PeopleRe: Books that changed my career as a software engineer
#20Is there a good book on object oriented programming for beginners? By beginners I mean people who code regularly but aren't software engineers.