Ask HN: What are the best textbooks in your field of expertise?
151–160 of 281 posts
Re: Ask HN: What are the best textbooks in your field of expertise?
#152Earlier quoted context omitted.
Which one of his books covers how to build a computer, and is nand2tetris better?
Assembly Language and Computer Architecture Using C++ and Java , Course Technology, 2004 I can't say which is better. Nand2tetris has different approach.
Re: Ask HN: What are the best textbooks in your field of expertise?
#153Image Processing: "Digital Image Processing", Gonzalez and Woods. Comprehensive coverage of principles, well written, practical w/ useful examples yet well grounded in signal processing and engineering principles. Complemented nicely by a version of the book rich in examples solved in MATLAB (co-author Steve Eddins).
Re: Ask HN: What are the best textbooks in your field of expertise?
#154Networking: 'TCPIP Illustrated' or it's unofficial follow up 'The Illustrated Network'
TLS: 'Bulletproof SSL' ('the Ristic book')
Re: Ask HN: What are the best textbooks in your field of expertise?
#155Options, Futures and Other Derivatives is basically a Bible. https://www.amazon.com/gp/aw/d/013447208X/ref=dp_ob_neva_mob...
Related, Trading and Exchanges: Market Microstructure for Practitioners by Larry Harris is also excellent. https://www.amazon.com/Trading-Exchanges-Market-Microstructu... These aren't really textbooks, but regardless, the Market Wizards series by Jack Schwagger is highly recommended: https://www.amazon.com/Market-Wizards-Updated-Interviews-Tra... https://www.amazon.com/New-Market-Wizards-Conversations-Amer... https:/…
Re: Ask HN: What are the best textbooks in your field of expertise?
#156In case you want to learn Engineering Electromagnetics, great textbook by William Hayt and John Buck
Haven't yet read any other awesome basic textbook on 'Computer Networks' like the one by Andrew S. Tanenbaum
'Digital Signal Processing' by Oppenheim and Schafer
Although these are not textbooks but among other good reads are 'Crossing the Chasm' by Geoffrey Moore, 'The Innovators Dilema' by C. M. Christensen, give amazing insights.
Re: Ask HN: What are the best textbooks in your field of expertise?
#157Re: Ask HN: What are the best textbooks in your field of expertise?
#158Kotler's "Marketing Management" remains the most definitive text on the practice of marketing. Many people - including some on HN - mistakenly equate marketing with only advertising or, more broadly, marketing communications. In truth that's only a small portion of the discipline. https://www.amazon.com/Marketing-Management-14th-Philip-Kotl...
Re: Ask HN: What are the best textbooks in your field of expertise?
#159Can anyone recommend a book that you would use as the guide for building a new software project from scratch? Like something that would provide good overall structural approach and best practices. The goal would be to end with as least amount of tech debt and codebase flexible enough to stand the test of time?
Depends, what kind of application are you trying to build? What programming language? I wrote my book Professional PHP [0] as a guide like that, but of course it's heavily skewed towards building a PHP webapp (even though most of it is also applicable to other OOP languages). But to be honest, I wouldn't try to narrow it down to a single book. Start with the classics like clean code, code complete 2, pragmatic progra…
Re: Ask HN: What are the best textbooks in your field of expertise?
#160Jean Tirole's "The Theory of Industrial Organization" (1988) was the first cohesive text on game theory, modern industrial organization, and applied microeconomics, and I believe it remains the best advanced-undergraduate-level/early graduate text that I'm aware of in microeconomic theory.