Ask HN: Books you should have read when you start a career in SE / CS?
71–80 of 99 posts
Re: Ask HN: Books you should have read when you start a career in SE / CS?
#72Re: Ask HN: Books you should have read when you start a career in SE / CS?
#73Do people generally just not value things like negotiating? Or do you just not think a book would have helped younger you?
Re: Ask HN: Books you should have read when you start a career in SE / CS?
#741. The Mythical Man Month. Quite old, but still a classic. 2. Dilbert. This comic series is an excellent introduction into how corporations actually work. 3. The Systems Bible. Somewhat obscure. Fascinating ideas on how large systems, both technical and organizational, actually work.
Re: Ask HN: Books you should have read when you start a career in SE / CS?
#75Earlier quoted context omitted.
In a sense, I agree with you, but TPP is specific to a software organization and I find it "translates" better, especially to the inexperienced.
You make a compelling argument that making the information accessible is more important than the means of conveyance. This is a good point for many books listed in this thread: it doesn't matter how you pick up the design pattern knowledge, the algorithm knowledge, the code quality knowledge, etc etc, so long as you get it, and with complete understanding.
Re: Ask HN: Books you should have read when you start a career in SE / CS?
#76The Architecture of Open Source Applications[2] series is a good one for leaning how to build production applications and you can read it online. The chapter on Scalable Web Architecture[3] is a must-read.
[0] https://www.amazon.com/Designing-Data-Intensive-Applications...
[1] https://news.ycombinator.com/item?id=15428526
Re: Ask HN: Books you should have read when you start a career in SE / CS?
#77I'm surprised to see basically only books on how to be better at making software. Nothing on negotiation or other soft skills like that. Do people generally just not value things like negotiating? Or do you just not think a book would have helped younger you?
Re: Ask HN: Books you should have read when you start a career in SE / CS?
#78"Introduction to Algorithms" by Cormen et al. is one of my favorite books. It gave me a deep understanding of algorithms and data structures.
Re: Ask HN: Books you should have read when you start a career in SE / CS?
#79Re: Ask HN: Books you should have read when you start a career in SE / CS?
#80Game Programming Patterns