Earlier quoted context omitted.
It's a good book at a certain stage in your career. Before that it's too easy to misconstrue it as absolutist (it isn't) or misunderstand the guidance (like DRY, which got a major rewrite in the 2nd edition to help with that). Too late in your career and it is all "obvious" (if you're a competent programmer). On the other hand, as a mentor I found it useful to re-read it (or, read it through properly, I'd read large…
> It's a good book at a certain stage in your career. Such as?
Books that changed my career as a software engineer
271–280 of 295 posts
Re: Books that changed my career as a software engineer
#272Is it just me or do other people struggle to read these kinds of very technical books? It's not that I don't comprehend, it's that my brain finds it boring and hard to focus. I think I have trained my brain so much on rapid skimming of websites for useful info, while throwing away most of the content, that I tend to do the same with books, which really doesn't work well. Has anyone found alternative ways to consume t…
As for having trouble reading difficuly texts try this - read two pages. Try to recall what you read. Then try to connect it with what you already know. You only need to do it for the fundamentals not every sentence and it will help build up flow.
Re: Books that changed my career as a software engineer
#273I have a terrible problem with people recommending books that „changed their whatever”. And sometimes I think that it comes from an arrogant place where people being „influenced” by books is a bad place. But I do understand that sometimes books can change the way one thinks about things, and it makes sense to make a list of those. For me, there are books that had a negative impact on my work. The GoF book is one such…
agree. I’ve inherited codebases from new “architects” who seemingly have just read GoF.
Re: Books that changed my career as a software engineer
#274The thing that changed my career as a software engineer, in terms of seniority & remuneration by time and effort, was by changing my efforts from learning arbitrary tech to learning the domain I worked in. Asking useful domain-related questions gets you noticed in stand ups and helps you write the right code. I work in fintech so the best bang for my buck I’ve had was reading an entry level cert in investment finance…
Re: Books that changed my career as a software engineer
#275Earlier quoted context omitted.
Fun story I like to tell people about exactly this. A little over a decade ago I was working a gig at the software subsidiary of a fairly large non-tech multinational. It was a lot of mostly nice people and a mix of skills and experience as you’d expect. Anyway - there was a manager (M) on a project I was on who was.. unpleasant. They had quite an ego, and were very much the type to pass blame down the chain. Regardl…
Thanks for sharing that. It makes me angry; just hearing this, thirdhand, and a decade later. I was a manager at a company that paid “competitive” (i.e. “low”) salaries. A significant part of my job was identifying “diamonds in the rough,” and helping to train and nurture them; then, encourage them to stay. I feel that I did fairly well, here. When they finally shut down our team, the person with the least seniority…
Re: Books that changed my career as a software engineer
#276I have a terrible problem with people recommending books that „changed their whatever”. And sometimes I think that it comes from an arrogant place where people being „influenced” by books is a bad place. But I do understand that sometimes books can change the way one thinks about things, and it makes sense to make a list of those. For me, there are books that had a negative impact on my work. The GoF book is one such…
agree. I’ve inherited codebases from new “architects” who seemingly have just read GoF.
Re: Books that changed my career as a software engineer
#277Maybe they are good books, but I found that most of these summaries are bland and generic, as in these phrases: "The book is strictly about career development and it has a lot of insights ..." "The book is filled with classic and fresh anecdotes, thoughtful examples, ..." "This book is amazing to understand the corporate structure and how you should behave ..." These generic praises aren't good enough to overcome my…
I really don’t get why this has 500+ updoots. What am I missing?
Re: Books that changed my career as a software engineer
#278Maybe this the best place to ask this. Unfortunately I've ended up supporting application and not actually coding so during interviews I can't get past technical parts. I feel very embarrassed by my lack of technical abilities. Anyone else had this issue? How did you rise above it?
Re: Books that changed my career as a software engineer
#279* ANSI C, Ritchie and Kernighan. This was my first real programming book.
* Essential C++, Lippman. This book helped me move from C to C++, and I usually reread the series prior to interviews.
* Introduction to Algorithms, CLRS. I've read this cover to cover many times, and it motivated me to go to graduate school.
* Zero to One, Theil. This book made sense of the world of tech startups.
* The Innovators Dillema, Christensen. This book shaped my world view of how business should operate.