Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Education

General IT Books? 379

Torulf would like to start an ongoing discussion on books that anyone in the IT field would benefit in having in their library: "Here's a topic that might generate some interesting discussions. I'm a student trying to get general knowledge of the IT business. The question here is about what is regarded 'basic knowledge' and where to find it. As we all know (I hope), a lot of knowledge can really only be learned through experience. In many cases, however, a read through the theory will save you a lot of time. As books are also easier to look up than experience, below is a suggestion of a reading list that might give a decent general knowledge in the field. Please fill out the gaps with what you think is required knowledge for anyone working in the industry. Mostly this is about a general overview of the different areas of the IT industry, but if you have suggestions of good material for becoming an expert in some particular field, by all means, share your knowledge." Torulf has compiled a fairly long list of books, below, however your own suggestions are always welcome.

"To start off the discussion, here are a few suggestions as to likely candidates. The books are linked to Amazon since they can provide a fairly quick and complete description of the books online.

Programming:
Learning a few languages certainly won't hurt. Here are some suggestions:

Design:
For any non-trivial task, it is suggested that you design before you code.
User Interfaces:
A lot of programmers are more than clueless in this area. These at least won't hurt:
Graphics:
Some general knowledge about graphics.
Business/Management:
Here's something about management and financing. I don't really know about a good reference for marketing applied to the IT industry. This is the area where the average geek is even more ignorant than concerning UI.
Security:
Alright, this list should be a lot longer.
Misc.
And last some stuff that didn't fit in any of the categories above.

Now that's a start to a comprehensive IT Library if I've ever seen one. How do you all feel about this list (if not the specific selections, then at least the material being covered)? If you were to make changes or additions, what would they be?

This discussion has been archived. No new comments can be posted.

General IT Books?

Comments Filter:
  • For Graphics... (Score:2, Informative)

    Add Michael Abrash's Graphics Programming Black Book [www.lls.se]. It's not really for true beginners and much of the techniques are probably out of date in today's SDK-driven development world, but it's a great book regardless, and has a lot of theory that's applicable in non-graphics areas (optimization, mostly).
  • by cheebie ( 459397 ) on Tuesday June 18, 2002 @06:17PM (#3725126)
    Knuth's "The Art of Computer Programming" is an absolute essential. Read it. Then read it again. Do what he says.

    This book gives the basic foundation of how to program instead of teaching you how to operate the latest GUI or how to generate the latest buzz-language. It should not be optional for any computer science curriculum.

    • Really? (Score:5, Insightful)

      by Anonymous Brave Guy ( 457657 ) on Tuesday June 18, 2002 @08:59PM (#3726088)

      Sorry, but I think Knuth's The Art Of Computer Programming is massively overrated as a general-purpose text. It's like that presentation edition of The Complete Works of Willy Wagglestick that sits on the shelf looking splendid and making you very proud that you own it, but never actually getting read.

      For most purposes, a good book on basic data structures and algorithms is far more useful in the real world than Knuth's complex explanations with examples implemented in MIX. Maybe I just don't need the deep stuff behind it regularly, but if I don't then surely neither do most other professional programmers, and that pretty clearly contradicts the "essential" status. If it was a choice between making computer science students read TAOCP or making them read Sedgewick, then I'm sorry, but I'm choosing Sedgewick every time.

      This is not to say Knuth's work doesn't have immense value as an authoritative academic treatise on its subject matter; clearly it does. But that's very different to calling it "absolutely essential" for just anyone.

      And to preempt the obvious replies... Yes, I've read several bits of TAOCP. Yes, I do like other things Knuth has written (notably his TeX-related stuff). And no, I don't much like Numerical Recipes either, for exactly the same reasons.

  • BofH books. (Score:5, Funny)

    by Telastyn ( 206146 ) on Tuesday June 18, 2002 @06:17PM (#3725130)
    These are the guide to proper systems administration.

    But seriously, I cannot immagine anyone learning the "basics" better than fiddling around with things, and learning how they work (by breaking them more likely than not).
    • Re:BofH books. (Score:4, Insightful)

      by 4of12 ( 97621 ) on Tuesday June 18, 2002 @06:23PM (#3725182) Homepage Journal

      But seriously, I cannot immagine anyone learning the "basics" better than fiddling around with things, and learning how they work (by breaking them more likely than not).

      My thoughts exactly.

      Find a crusty old 1995 vintage computer at a garage sale and force yourself to bring it to life where you can browse the internet, write a letter, print it out, and play your favorite CD. For good measure, read some files off a floppy created with an entirely different platform and application.

      At that point you will have an inestimable education on what most everyday IT is really all about.

      • Re:BofH books. (Score:2, Insightful)

        by Telastyn ( 206146 )
        Or, even better yet, if you must force yourself to do such things, maybe you should continue your career search elsewhere...
        • Hence the are no books on the "IT Industry". There are books on technology, but they have only a passing inference at the industry.

          Much like reading books on cars and how to fix them doesn't make you a mechanic. You gotta get greasy!

  • I wholeheartedly recommend Newton's Telecommunications Dictionary, its not exactly IT but has plenty of crossover with most IT stuff. Its a great reference that has quite a bit of info and background to almost all of the telecom industry jargon.
  • Thinking in Java (Score:5, Informative)

    by rmjiv ( 462990 ) on Tuesday June 18, 2002 @06:19PM (#3725143) Homepage
    For the Java book, I recommend Thinking in Java [amazon.com]
    • Re:Thinking in Java (Score:5, Informative)

      by tdrury ( 49462 ) on Tuesday June 18, 2002 @06:24PM (#3725194) Homepage
      I suppose you could buy Thinking in Java, but I'd prefer to download it for free [mindview.net]

      -tim
      • Ahh download for free sounds like a very nice price, then you start reading it off the screen and its a really horrible experience. So you decide to print it out, two hours of mucking around with your home laser printer and a whole pile of paper and you have a large messy not so portable version of the book. And there is the little business of the two hourse of your time (but perhaps your time is free and there is nothing else you would rather be doing with it)

        But perhaps you can do it at work where the paper and toner is "free", uh wait a minite it is not really free it belongs to someone else, now there is a name for that.

        Or you could just buy it and have something that looks good, is portable, readable, lendable and shelfable.

  • by jcast ( 461910 ) <.jonathanccast. .at. .fastmail.fm.> on Tuesday June 18, 2002 @06:20PM (#3725149) Journal
    You should definitely add a book on a non-strict language like Haskell. beta-contraction rocks!
    • Okay, "general overview of IT industry" is really vague, and I don't think one book could cover it. But if you are not a CS major, and are coming from almost no computer experience, then what are you doing on /. Seriously, an A+ certification study guide is very helpful if you don't know the difference between SCSI and ATI, or Cat 5 from a phone cable.

      Couple that with a nice book on network administration like those mentioned above or
      Essential System Administration [amazon.com] from O'Reilly (also available in Windows flavor [amazon.com])
      and you can give yourself a nice introduction to the IS side of things and make yourself much more useful at the helpdesk.
    • Re:I would add (Score:3, Insightful)

      by debaere ( 94918 )
      I whole heartedly agree with The Practice Of System and Network Administration. Its not *nix or MS centric, and full of great advice on anything you want or need to know.

      The sections on time management is saving my sanity as we speak :)

      If you are a System Admin, or want to be one, run, don't walk, to your nearest bookstore/site and get this book...

      what are you still doing here?

  • Mandatory reading... (Score:3, Informative)

    by gblues ( 90260 ) on Tuesday June 18, 2002 @06:20PM (#3725158)

    ... for anyone thinking of entering the IT industry as a life-long career:

    Debunking the Myth of a Desperate Software Labor Shortage [ucdavis.edu] by Dr. Norman Matloff.

    If you still want to get into IT after reading that (warning: it's very long), then you can continue with the programming courses.

    Nathan

    • Since you've mentioned it, I've been wondering:

      What kind of consideration do HR persons, hiring for programmers, give to people who work on open-source software? How about persons who moonlight as consultants? Anyone know?

  • by L. VeGas ( 580015 ) on Tuesday June 18, 2002 @06:22PM (#3725162) Homepage Journal
    Seems like you would want at least a few books that are more, well, abstract / philosophical? I would recommend Godel, Escher, Bach or Metamagical Themas both by Hofstadter. [amazon.com] Man can't live by tech alone.
  • How about: "Numerical Analysis" Burden and Faires "Computational Geometry" deBerg, et. al. "Matrix Computations" Golub, van Loan
  • by AdamInParadise ( 257888 ) on Tuesday June 18, 2002 @06:23PM (#3725176) Homepage
    Having a nice library is good, but reading books is better. Do you know how long it takes to fully assimilate one of these books? At least weeks for some of them. So you don't really have time to understand them (unless you're 1) employed, 2) rich).

    My point is: pick something and get good at it. As you move to more complex projects, everything will come together and you will avoid the "why in hell did I learned that" feeling. Heck , my last project uses J2EE, PostgreSQL, a geographical information system, a graphic toolkit, some shells scripts and some C programs, plus the obvious OO design.

  • Networking (Score:4, Informative)

    by Daeslin ( 95666 ) on Tuesday June 18, 2002 @06:23PM (#3725185) Homepage
    TCP/IP Illustrated by Stevens. At least volme 1, if not the next two.
    • Anything by W. Richard Stevens is well worth having. The TCP/IP Illustrated series and the Unix Network Programming are both excellent, though the new editions of UNP are unfinished, since he died before UNP3 was published (and apparently, finished). Advanced Programming in the Unix Environment is an excellent in-depth look at Unix system calls.
  • The Art of Computer Programming [amazon.com]

    Indispensable...

    Winton
  • RDBMS Section (Score:3, Informative)

    by stoolpigeon ( 454276 ) <bittercode@gmail> on Tuesday June 18, 2002 @06:27PM (#3725220) Homepage Journal
    I would have a section on relational database management systems and some good general/specific books to go w/each.

    Depending on interest you could lean towards administration/development/programming/etc.

    .
  • Where are Donald Knuth's books? You should have all three volumes: "The Art of Computer Programming" if you are serouse about writting code. They are the 'blue-print' of programming.
  • If you don't unix regularly a nice intro book on shell scripting followed by a reference book on your favorite shell will work.

    And if you plan on interacting with management I highly recommend Pressman's "Software Engineering: A Practicioners Approach".

  • by Junks Jerzey ( 54586 ) on Tuesday June 18, 2002 @06:33PM (#3725269)
    Every time I see that acronym used, it's in a context far and away from what I would call traditional software engineering. I think of it as somewhere between web programming and corporate database programmer. As such, it seems that the recommended books are lean too far away from what the typical IT worker needs to know.
  • Or the _Unix Administration Handbook_ by the same authors. I read it straight through, and enjoyed it.

    Although it is a Unix book, because so many of the issues of modern IT (and especially networked systems) have already been addressed under Unix, even (particularly) an NT admin would benefit. I was referring someone to it for Serial communications information yesterday.

    Newton's Telecommunications Dictionary, as mentioned by another poster is great too.

    _TCP/IP Illustrated_ W. Richard Stevens
    _Interconnections_ 2nd Ed. Radia Perlman
  • My Bookshelf (Score:5, Informative)

    by Hal_9000@!!!@ ( 152225 ) <slashdot@not-real.org> on Tuesday June 18, 2002 @06:34PM (#3725276) Homepage Journal
    This is from memory, so it's a little rough.

    Unix Books
    ----------
    *The Unix Programming Environment - Ker./Pike (Great book on the Tao of Unix)
    *The Design of the Unix Operating System - ? (Good book on design and internals)
    *The Design of the 4.4BSD Operating System - (The book the BSD folks rave about)

    Hardware Books
    --------------
    *Upgrading and Repairing PCs - Scott Mueler (While kinda Windows centric, the PC Hardware bible)

    Fun
    ---
    *Mr. Bunny books - Some Guy III (Funny books make fun of Java and ActiveX)
    *Programming Linux Games - Jon Hall (Good intro to Linux gaming, another fav)

    Security - My specialty
    --------
    *Hackers Beware - a great book of stories from the trenches
    *Hacking Exposed series - Great, up-to-date references on many platforms.
    *Security Engeneering - The best book on comprehensive security design
    *Know Your Enemy - The Honeynet Project (Great book on real hacking)
    *Computer Security Basics (outdated, but still relivent. Not basic, though, by any measure)
    *Applied Cryptography - Bruce Schiener (_The_ book about crypto)
    *Secrets and Lies - Bruce Schiener (A management type book, but good)

    Programming
    -----------
    *{Beginning, Professional} Linux Programming - Stones & Neal Somebody, et. al. (A good Wrox book that covers Perl, PHP, PostgreSQL, MySQL, C, shell programming, etc.)
    *The O'Reilly Perl Library - Written by the guys that write and maintain Perl. Nothing short of spectacular. Everything from Perl regex to cgi to bioinformatics to databases is covered.
    *Applied Cryptography - Bruce Schiener (_The_ book about crypto)
    *ANSI Standard Lisp - Haven't read it yet, but it looked good.
    *The K&R book, ANSI and Classic - 'nuff said.
    *The O'Reilly SQL book and database-specific books - Cover all the DBA knowledge anybody needs

    Non-Technical
    -------------
    *Secrets and Lies - Bruce Schiener (A management type book, but good)
    *C for Dummies - Gookin (See section placement)
    *The Mr. Bunny Startup Game

    Sysadmin
    --------
    *The Complete FreeBSD - A great fBSD book
    *Linux: The Complete Reference - Another great sysadmin books
    *The purple Unix book with the animals on the cover - The Sysadmin bible, if I could only remember the name

    If someone could fill in the name and author holes, you'll be all set. :-)
  • Essentials (Score:3, Informative)

    by evilpenguin ( 18720 ) on Tuesday June 18, 2002 @06:36PM (#3725288)
    Experience is the first essential, so like others, I say: Hack! (In the original sense, not the crack sense).

    Beyond that, I've found:

    The Art of Computer Programming, Knuth
    Internetworking with TCP/IP, Comer (3 vols.)
    Operating Systems: Design and Implementation, Tannenbaum

    these are essentials. Every other dog-eared book on my shelf is product or language specific, and thus, I would say, non-essential.

  • by rice_burners_suck ( 243660 ) on Tuesday June 18, 2002 @06:37PM (#3725292)

    You missed what I consider the most important book. Actually, it's a set of three books. Knuth's The Art of Computer Programming. I understand there's a fourth book in the works too, but I'm not sure. This piece of work is more important to IT (or whatever marketbabble it's called today) than any book on C or C++ or UML or whatever. Those are all a bunch of pesky details. Knuth's work is one of very few authoritative sources on anything related to the processing of information. I'd call it the Computer Programming Canon, and I think it should be required reading, even if you don't plan on doing any programming yourself. If you're in IT, you should understand the concepts.

    • I own a copy of these (actually, they're old, paper back, knock-off copies). These are great algorithms books, but the first volume is almost totally inpenetrable for me; I got more mileage out of Introduction to Algorithms by Cormen et. al. Maybe it's because I'm too math-oriented; maybe it's because I'm a total retard. Each seems to me as likely a better explanation as the other.
  • by skunkeh ( 410004 ) on Tuesday June 18, 2002 @06:37PM (#3725300)
    I would recommend "Learning Python" over "Programming Python" for anyone with little or no experience of the language. I have both, and while Programming Python is an excellent book it is not at all suitable for beginners. Unlike "Programming Perl" (which is a classic text book no matter what level you are) "Programming Python" is more of a cook book - it discusses several more complex areas of Python in depth such as GUI coding and network / web server stuff but does not have much of use to language newbies. "Learning Python" on the other hand covers the whole basic language and does it in a very complete way - it's probably the best learn-a-language book in my collection.
    • I would recommend "Learning Python" over "Programming Python" for anyone with little or no experience of the language. I have both, and while Programming Python is an excellent book it is not at all suitable for beginners. Unlike "Programming Perl" (which is a classic text book no matter what level you are) "Programming Python" is more of a cook book - it discusses several more complex areas of Python in depth such as GUI coding and network / web server stuff but does not have much of use to language newbies. "Learning Python" on the other hand covers the whole basic language and does it in a very complete way - it's probably the best learn-a-language book in my collection.

      I have to agree with this in relation to "Learning Perl" over "Programming Perl". Yes, Programming Perl is a great book, but I find myself referring more and more to the examples in Learning Perl simply because the layout of the book is more logical.

      First they ignore you, then they laugh at you, then they fight you, then you win. -- Gandhi

  • Get "Structured Computer Organization" by A. Tanenbaum. It's a really good beginners book on how computers ACTUALLY work. No fancy stuff in it, just plain old basic knowledge of how it actually works, which is really necessary to truly understand what is going on. And some good book on how compilers really work - that way, you can far better grasp the reasons for lots of decisions made in the design of various compilers and programming languages. I find that I apply that knowledge pretty much *all the time*.


    Anyway, just my DKK 0.17 worth...

  • Oh! Pascal is the best text I've ever seen on programming. The language may not be that useful anymore, but the concepts are universal. I learned all about recursion, data structures, pointers, etc. from that book. The descriptions are engaging and well illustrated. It really is a good read for any programmer.
    • This book is still handy if you're learning how to use Delphi [borland.com] (for Windows) or its (in some versions, GPL'd) cousin Kylix [borland.com] (for Linux). There are a lot of differences between the Pascal of Oh! Pascal and the Pascal of Delphi/Kylix (e.g., Pascal proper does not have objects), but the core is still Pascal. There are employers out there who look for Pascal skills.

      And of course, there's always the Free Pascal [freepascal.org] compiler, which only supports some of the syntactical candy of Delphi/Kylix.

  • seems to have done OK in the IT business and wrote a nice book about it.

    the road ahead [roadahead.com]
  • Steve McConnell (Score:3, Interesting)

    by WasterDave ( 20047 ) <davep@z e d k e p.com> on Tuesday June 18, 2002 @06:43PM (#3725350)
    "Rapid Development", should have been called "preventing project management fsck ups for dummies".

    Dave
  • I have a list of titles I think people should have if they do Web Development, especially JSP/Servlet programming.

    Check out http://www.starvingmind.net/tech.php [starvingmind.net]

    I am an amazon affilate. I'm love business and tech books, and have quite a collection of both. I'm am trying to build up a site that will make enough in sales on a regular basis to pay for site hosting on a real provider...right now it's on my cable modem.

    A little project of mine. I plan to expand it into a much more complete site as time goes on. Kinda the slashdot for tech and business books. Has a long way to go, it's only been up three weeks, so don't be to hard on my lack of features and content yet.

    If anyone has any suggestions, I'd be happy to add them.

    -Pete
  • Are we talking about a career in Support or a career in programming / development.

    I only ask as i think it's a relevant point - some of the subjects and books you have posted are irrelevant to someone supporting Servers for example whilst the sort of books desktop support staff would need most are others - for example i have worked 10 years in IT support in roles ranging from SYS admin to IT manager and have never even picked up a book on software design or user interfaces...

    If you support systems for a living things like hardwareand operating systems are more valuable than books on code, so maybe what we need is a definitive list of books by proffesiona class - IE programmer, support operator, web developer etc.

    Still a damn good idea and a got me thinking.
  • I don't usually recomend too many pseudo philosophy books, but you'd be surprised how many times you'll be asked to compromise, especially when the best solution isn't the cheapest.

    People don't always associate compromise and complacency with business goals, as long as you're not losing sight of your values and recogize the greater good, then I think having a little of both will cut your levels of stress immensely.

  • Slashdot had a review [slashdot.org] a while back of The Practice of System and Network Administration [amazon.com] This is a really wonderful book about system administration methodoligies and best practices. It stays completely away from the technical aspects of administration, and instead focuses on the logical and organizational aspects. This should be required reading for all SAs. Many will think it's pretty basic, but even experienced SAs will pick up a nugget or two of information, and it's a great introduction to the career for newbies.

  • = programs.

    Wirth, IIRC.

    > A book about Algorithms and Data Structures in general

    Other than the business-oriented stuff, this is probably the most important pair of items on the list, not something to be lumped together with the odds-and-ends at the bottom.

    This is the stuff that takes programmers from an intuitive approach to the extremes of well-informed effectiveness.

    Also, it's not specific to any particular language, OS, or other technology that will be out of the limelight before you finish reading your booklist.

  • by skunkeh ( 410004 ) on Tuesday June 18, 2002 @06:53PM (#3725415)

    Let's turn this topic around a bit and collect links to free books that can be found on the net. My favourites are:

    There have to be more out there - post links below.
    • Found another one:
    • Modern C++ Design (Score:5, Informative)

      by refactored ( 260886 ) <cyent.xnet@co@nz> on Tuesday June 18, 2002 @09:23PM (#3726219) Homepage Journal
      "Modern C++ Design - Generic Programming and Design Patterns Applied" by Andrei Alexandrescu

      The ACLU voted this book best C++ book of 2001.

      Michael Feathers of ObjectMentor described this book as "Porno for Programmers"

      With accolades like that, it is obviously an, umm, ah, unusual, book.

      Let me start with a "Once upon a time story...."

      Once upon a time, I wrote a C++ library that should have become the Standard Template Library. But Stepanov didn't play fair. Whilst I, in my third worldish corner, dreamt up arcane workarounds for the deficiencies of the C++ compilers of the day, Stepanov walked next door to Bjarne Soustroup's office and told him to do it right.

      I remember the frustration, I needed template template parameters. I needed traits, above all I needed ways of manipulating types and getting information about types. I did some amazingly convoluted and tricksy things to make it work. My library did work, but bygorrah was it arcane.

      I gave up on C++ as an "almost" language that didn't quite make the grade.

      After Stepanov's bullying, C++ was better but it still lacked things. RTTI is deficient. Types are not first-class objects.

      I had given up hope of it ever becoming my dream language.

      Now there is a new player on the C++ scene. Andrei Alexandrescu.

      He is starting from the base that Stepanov, Moo and Soustroup created. The nifty template template stuff is now in every compiler. We all have partial specialization. We have traits.

      Now he tackles the rest of the deficiencies with a bullheaded aggressiveness that is amazing. He does horrible things. Truly evil things. Things that make me blush to read. He then sweeps all the nasty stuff under a nifty carpet called the "Loki Library".

      Its neat and usable. All the deficiencies of C++ are gone.

      The grand promise of very efficient reusable generic code lies open before us with all the obstacles blasted away.

      Java will never compete with C++ for efficiency and flexibility. Alexandrescu has created a new future.

      Now we know this book is important, so what is in it....

      Policy Based Class design.

      Every design has trade-offs. What works in one situation is slow in another. What is safe here is a disaster there. Some situations allow some really good optimizations, but other places not.

      We want reusable components, but if we make it generic, we end up with a "Lowest Common Denominator" kitchen sink mess.

      Policy Based class design is the answer.

      Read the chapter on Smart pointers. It is the best example of generic, flexible, efficient, reusuable design I have ever seen.

      Part I Techniques and Typelists.

      This is the "porn" in the "porno for programmers". What he does here is pure horror. This the Steven King of the software development literature. This is why people who have looked deep into the heart of C++ templates shudder.

      But don't worry. He neatly prepackages it all and serves it up in a nice tidy API. Enjoy.

      Chapter 4. Small Object Allocation.

      Don't discount this one. STL actually quietly does a lot of this. It is amazingly effective.

      Part II Components.

      All the high-tech of Part one applied to roll out generic, efficient and flexible implementations of 7 standard patterns.

  • Programming Pearls (Score:3, Insightful)

    by anonymous_wombat ( 532191 ) on Tuesday June 18, 2002 @06:55PM (#3725421)
    The book Programming Pearls by Jon Bently is an excellent book on programming practices, interesting to read, not too heavy.
    • I'm glad someone finally got around to mention Bentley's books (Programming Pearls and More Programming Pearls). Among other things, they teach you that sitting down and thinking about the problem -- instead of diving right in and cranking out code -- is a useful skill.

  • Refactoring (Score:5, Insightful)

    by djKing ( 1970 ) on Tuesday June 18, 2002 @06:57PM (#3725430) Homepage Journal
    Refactoring: Improving the Design of Existing Code [amazon.com] by Marting Fowler [martinfowler.com] shows you how to take bad code and turn it into good code, and there is a lot of bad code out there.

    -Peace
    Dave

  • Hi,

    If Martin Fowler's Refactoring [refactoring.com] is not on your list, it should be added.

    This book is changing the way people write code, and is up there with Knuth's books [stanford.edu], Kernighan and Ritchie [bell-labs.com], and Design Patterns [hillside.net] in terms of influence over software development.
  • I'd suggest _Crossing the Chasm_, which explains why so many magnificent products disappear after hitting the early adopters (and what to do about it).

    But let's face it, if you want a general book to take the place of practical experience in the IT field, pick up one of the Dilbert collections.
  • Core C++ so that you get C++ right

    Compliers by Aho, Sethi & Ullman "The Dragon Book"

    Information Rules by Shaprio & Varian, an IP/biz book

    Learn some real hardware:

    The Art of Electronics by Horowitz & Hill

    Something about VHDL or Verilog

    Also, get a free subscription to EE times

  • The best book out there on understanding how to make IT teams work well is DeMarco & Lister's "Peopleware." It's a great read and full of advice on how to effectively manage an unruly bunch like us. Going through it, I recognized their suggestions as the traits of the best managers I've had.
  • Funny how even though people here seem to be against Amazon.com, they almost always link to their site when supplying links about books and such...
  • Pragmatic Programmer (Score:4, Informative)

    by wdr1 ( 31310 ) <wdr1@p[ ]x.com ['obo' in gap]> on Tuesday June 18, 2002 @07:04PM (#3725475) Homepage Journal
    If you're looking at software engineering as entire practice, I *strongly* recommend this book. Covers quite a lot and a lot of great points.

    -Bill
  • UNIX programming
    "UNIX Network Programming" Vols 1 & 2 by Richard Stevens

    Compilers
    "Compilers: Principles, Techniques and Tools", by Alfred V. Aho, Ravi Sethi, and Jeffrey D. Ullman (AKA the Dragon book)
  • sql (Score:2, Informative)

    by farnsworth ( 558449 )
    an excelent sql book is Joe Celko's SQL for Smarties: Advanced SQL Programming [amazon.com]. it gives you an good idea of what is possible with sql: more than you ever knew, probably.

    (but you still need your vendor's documentation, because no one really implements standard sql correctly.)

  • by chriscrick ( 127128 ) on Tuesday June 18, 2002 @07:27PM (#3725598)

    Hard to believe no one has mentioned Structure and Interpretation of Computer Programs [powells.com]. While Knuth is a great set of reference bibles, SICP is a perfect textbook. It's funny, well-written, incredibly comprehensive and appropriately mind-expanding. Work through all of the exercises in that book and you've got a solid grasp of programming fundamentals.

    Chris

  • Rapid Development (Score:2, Insightful)

    by Sir Tandeth ( 543411 )
    Rapid Development : Taming Wild Software Schedules by Steve McConnell. Teaches software project management through the avoidance of "classic mistakes". His list of classic mistakes reads like a diary of all the places I've been.
  • by madmancarman ( 100642 ) on Tuesday June 18, 2002 @07:45PM (#3725712)
    While Cringely [pbs.org] is a geek favorite here at Slashdot, I really got a lot out of his take on the whole computer industry, "Accidental Empires [pbs.org]", on which the documentary "Triumph of the Nerds [pbs.org]" is based and from which the made-for-tv-movie Pirates of Silicon Valley [imdb.com] is loosely derived. It attemps to answer a lot of "why the hell did they do that?" questions that pop up whenever you deal with some strange aspect related to computers, and it really gives a good overview for how the industry developed to where it is today. I've made it an option for my IT students to read during the semester, and they usually get a lot out of it (and they're in high school). The only major weakness the book has is that stops right before the Internet revolution of the late 90's, so you'll have to find something else to pick up the slack. But when it comes to covering the industry from its earliest days through the early 90's, it's a great book.

    First they ignore you, then they laugh at you, then they fight you, then you win. -- Gandhi

  • The Wolf Book is one of if not the best algorithms book going even if you don't like Perl. The language is very accessible, something most college texts on the subject of algorithms are not.
  • Gary Rivlin's The Plot to Get Bill Gates [amazon.com]

    A great collection of entertaining/insightful anecdotes about Bill Gates and the group of CEOs Nathan Myhrvold calls "Captain Ahab's Club" (Ray Noorda, Larry Ellison, Scott McNealy, Philippe Kahn, Jim Manzi, Marc Andreesen, et al) -- CEOs who are so consumed with taking down Gates they risk destroying their companies in the process.

    If you're interested in the business end of IT, you're going to run into Microsoft eventually (the first question Silicon Valley venture capitalists ask aspiring entrepreneurs is usually something like "So what's to stop Microsoft from doing the same thing and putting you out of business?"). If you want to learn from the successes and failures of companies that took on Microsoft, this book is a must-read.

  • by q-soe ( 466472 ) on Tuesday June 18, 2002 @07:50PM (#3725747) Homepage
    For those wanting some history of IT reading here are some books for you

    Soul of a new machine - Tracy Kidder [amazon.com] - inside the creation of the data general eagle mini comp - a great look at IT in the late 70's early 80's - considered a classic of tech writing

    Fire in the Valley - Frieberger and Swaine [amazon.com] - Considered the definitive history of the PC revolution and silicon valley.

    Infinite Loop - Micheal S Malone [amazon.com] a good look inside Apple computer - real insight into what went on behind the scenes

    Hackers - Steven Levy [amazon.com] - the classic of computer tech writing - the reality of hackers and an insight into where open source came from

    Free as in Freedom - Sam Williams [oreilly.com] - Fascinating look at RMS and what makes him tick, even someone who often disagrees with him(like me)found a new insight into him and the book is GPL and available in full online

    Thats just a few with links for you - PS i also love the following books myself - theyre a great read for many reasons...

    -The unix Haters Handbook (dont laugh - its a funny read and so much of this stuff still bugs me)
    -Sluggy Freelance Books
    -The Bastard Operator from hell books
    -Underground - Sulette Davies (great book about hackers and available online if you lookat www.underground.com)
    -Insanely Great and Crypto - Newer books by steven levy
    -The Cathedral and the Bazzar - Eric Raymonds book on open source
    -Takedown - The pursuit of Kevin mitnick (a bit biased but a good read) let me know your favourites ok.

  • by Felipe Hoffa ( 141801 ) on Tuesday June 18, 2002 @07:56PM (#3725780) Homepage Journal
    I have compiled a list of IT books available online [uchile.cl] for your reading & enjoyment.

    The description that I wrote for each of them is in spanish, but they are written in english. I've read all of them and I can assure you they are among the best.

    Fh
  • I noted some in the Misc should be categories themselves:

    - A couple of Data Structures books are essential. Mine is Weiss' "Data Structures and Problem Solving" and "Data Structures and Algorithm Analysis", available "in" different languages (C++, Java, at least).
    I think they're great, but then again, I took that class with Weiss and the book was heavily recommended anyway. I'm sure there are other outstanding books out there I don't know about.

    - An Operating Systems book is essential. I have the "Dinosaur book", however it's called. It's not bad, but it's not great either. I heard good things of Tannenbaun's "Modern Operating Systems" and it's on my buy list, but unless you're in OS development only one competent book is necessary.

    - A hardware book is essential. Tannenbaun's "Structured Computer Organization", for example.

    - An SQL reference is essential, and a good theoretical introduction to relational calculus as well. For the first, almost any decent SQL reference is good enough (O'reilly has a bunch of PL/SQL books) and some "Enterprise" references include 80% of what you'll ever need in some appendix. For the second, you need a good database class.
    But the point is that SQL is not exactly "programming", although it may be hard to explain to someone who's not a programmer (HR departments included). It's relational calculus, which deserves a whole category by itself, and solves different problems than what we normally call programming.

    In Design:

    - "Design Patterns" by the GoF. It's essential. Even if you don't get into the hype of Patterns, a student will learn a lot of neat solutions to complex problems without stumbling his/her way through at first. Which, incidentally, is what the hype of Design patterns is all about.

    - "Refactoring" by Martin Fowler.
    Refactoring is not yet another experimental methodology, it's something we will probably do sooner or later, and doing it sooner and having a methodology just makes life that much easier. This book is great.

    In Programming:

    - "Thinking in *" by Bruce Eckel, where * is whatever language you want to learn.
    Not only is it free, and online, I think it's one of the best series of introductory books I have read. I learned Java with it and found it the only reference for the core language that I needed... my college's required book (Dietel & Dietel) is still collecting dust.
    I keep both the Java and C++ versions as references on my hard disk, and plan to learn Python from "Thinking in Python" at some point.
    I recommend these because they're good "learning to program" books. Having a basic reference for each language your using is essential, but every student should have a good "basic programming" reference, whatever the language it uses. They're two different kinds of books, the latter is harder to find.

    - "Programming in SML" by Robert Harper. There should be at least one functional programming book in the student's bookshelf. You may want a theory-oriented book too, but I think a practical manual for the language and lots of experimentation are what is essential to grasp the concept, SML is a good choice, and Harper's book is a great reference. It will help anyone to develop better in any modern language.

    Things that are useful but should not be considered essential:

    - Wireless books. Useful if you're interested in the subject, but not essential and a bit too specialized for "basic knowledge". For the interested student it is vital, but for the typical student it will not make a difference.

    - Graphics: same as above.

    - "Mastering Regular Expressions" (O'Reilly). Regex can save a lot of programming time and provide simple solutions for some common needs.

    - For J2EE and web-development references, "Web Development with Java Server Pages" (Manning editorial) is my favorite book in the subject, with "Server Progamming in Java" (Manning again) for heavier, more general stuff and "Core Servlets" (Sun) for reference.
    But that's only if that's of interest to the student. I would recommend getting familiar with the concepts, but it would only be part of the "core library" if it's part of what they want to do.

    - Cryptography: "Applied Cryptography" is the book to get. But for most people it's an obscure subject and should be dealt with as a black box. Too specialized to be considered "basic".
    A good security book should cover all that really matters in the application of cryptography (when to use it and how) anyway.
  • Could be perceived as slightly off-topic:

    If you are bored, pick up your copy of Kernighan and Ritchie and look up "recursion" in the index. Okay, I know it's lame. But I found it at eeggs.com [eeggs.com] which is kind of a cool website, if you like that sort of thing.

  • What is IT? (Score:2, Insightful)

    by Kageb ( 586421 )
    I'm actually kind of interested to see what people say on this subject, as it's something I've been thinking about recently.

    Seems to me that "IT" is a much broader subject than what is suggested by this list, and that an "IT Professional" is much more than a programmer. To me, an IT Professional is someone who can walk into a business, assess their situation and needs, recommend a solution, and see through the implementation of that solution.

    This obviously requires solid programming skills, but it also requires real business knowledge, finance, operations, knowledge of the IT industry, people skills. Let alone software and hardware architecture.

    The fact is, that code is becoming largely a commodity. A growing percentage of business problems can be solved more cheaply using off-the-shelf components. So "implementing a solution" is more and more a matter of tying together pieces.

    What becomes valuable and in demand, then, is your integration skills, your knowledge of business needs, your experience dealing with vendors, and your ability to nurture your customer relationships.

    So I would conclude that yes, it's critical to have a solid tech background, and all that stuff should be on your bookshelf, but you really need to succeed as an IT Professional is a global view of the IT Industry and its relationship to business.

    What I'd like to see added to the list is recommendations of books that would help one achieve this sort of perspective.
  • ...is Just Java by Peter Van der Linden. As an almost-middle-aged engineer, technical writer, and beginning programmer, I combed through every Java book I could find. Most of them either explained everything in terms of C++, which was useless for me, or they were too basic, or they were just badly written. Just Java is a really well written book by any measure. It's suitable for any level of programmer, and a great reference.
  • You could read every book on the list and in the threads (I have and many more besides,) and still fuck up when you realize that you're working for people who didn't read any of these books but who got there before you did, haven't learned squat in all the years they've been working there, couldn't manage to find their ass-holes with both their hands and still they have the power (authority is something else,) to TELL you to do your job wrong because they don't know what the fuck you're talking about but they've never done it your way and they're not about to start now, nobody ever went broke buying IBM, yadda, yadda.

    I've just tossed in the towel and bought a dog grooming salon.

    High-tech businesses and their (mis)managers?

    Fuck 'em where they breathe.

    A less than satisfied high-tech struggler in the trenches. Make that an EX high-tech struggler in the trenches.

    I'll keep reading /. but now I won't give a shit. :-) Man there's NOTHING like walking away! :-)
  • by goingware ( 85213 ) on Wednesday June 19, 2002 @12:18AM (#3726985) Homepage
    I strongly recommend John Lakos' Large Scale C++ Software Design to any programmer, not just C++ programmers. Here are the Amazon [amazon.com] and Association of C and C++ Users Book Review [accu.org] pages about it.

    While of course much of it is C++ specific, there is a great deal of information that applies to nearly any language. Most notable are his discussions of analyzing dependencies, and extensive discussion on resolving circular dependencies, and software "Design for Testability" (Unit Testing discussed much earlier than eXtreme Programming came along, as well as "White Box" testing.)

    Lakos used to work for Mentor Graphics, an electronic CAD software vendor. Mentor was one of the first companies to adopt C++ for the development of large production systems back in the 80's, and their first attempts were collosal disasters. But surprisingly they didn't give up, instead they worked out a detailed methodology for doing successful and productive C++ development.

    It has helped me immensely in my work, and I am on a quiet campaign to get all of my client's programmers to read it.

    My page Avoiding Unnecessary Header File Inclusion [goingware.com] is based on the ideas in Lakos book, if you want a detailed example of why this is worthwhile reading. (That part is C++ specific, though.)

    About dependencies:

    A well-designed program will have a "dependency graph" that has no cycles in it. This allows components of the programs to stand on their own, depending on at most a few other modules. This aids comprehension by developers, and also aids testing.

    What this means is that many components of a program will depend either on nothing else at all, or at most on standard libraries. Then at the next level up, there will be some components that depend only on the components at the first level or the zeroth level (the standard libraries). You can continue up this way, with components depending only on levels below them.

    This aids both reusability and unit testing. Reusability because a component can be taken elsewhere and only requires the few components it depends on to work, and unit testing because you can build test executables by linking in only a few dependencies. It also aids testing because you can be sure a component is tested if you have a test for the component directly, and tests for each of its dependencies.

    Poorly designed (and all-too-common) programs have dependency cycles. That is, the graph of module dependencies is not acycling, and you cannot link a module in its own test harness without taking a lot of junk with it. Maybe it even requires the entire program. Really bad programs will have a great many cycles in their dependency graphs.

    There are quite a few techniques for managing these dependencies, a few C++ specific but many of them language-independent. Lakos catalogs many of them.

    About unit testing:

    Probably most people here are at least passingly familiar with unit testing. But Lakos has a strategy for making the effort to write tests manageble while still getting good test coverage.

    First, you "levelize" your program (that is, create an acyclic dependency graph for your program).

    Then, for each module, you make the assumption that the dependencies are already tested, and write the test for the module itself so that it only intentionally tests the code which is actually part of the module under test. You don't try to test the dependencies "through" a module that is at a layer above them.

    This makes the amount of test code scale linearly with the number of modules, and also moderates the requirements for the effort a test must make.

    While complete test coverage requires a unit test for each module, it is not really necessary to write the tests for the lowest levels first (although that is probably the best strategy).

    In an automated test run, though, one should generally run the lowest level tests first.

    Finally, Lakos discusses how one could write automated tools for doing dependency analysis. One can do this for C++ by basing it on Open Source tools like mkdep.

  • by goingware ( 85213 ) on Wednesday June 19, 2002 @12:35AM (#3727039) Homepage
    Everyone, I'd like to strongly urge that when you mention a programming book online, not just in this discussion, but in any web page you write or even in email or the Usenet News, that you check the Association of C and C++ Users [accu.org] Book Reviews section [accu.org], and if you find that the book is in there, provide a link to its review.

    The ACCU makes review copies of books available to its members for free, and then the members write reviews that are printed first in the members' magazines, and then archived on the web for all to see. Because these reviews are written by working engineers, they tend to be pretty direct, to the point, and best of all they make it really clear when they recommend against a bad book.

    To save you some clicking, here are some links to some of its sections:

    Here is a review of a book that is "Not Recommended" [accu.org] so you can see the value the ACCU reviews will have in helping you avoid bad books.

    The ACCU welcomes programmers in "any language the uses curly braces" (like C# and Java) and the reviews cover books on a wide variety of subjects, even awk and astronomy, so do check there even if your book is not on C or C++.

  • some reviews (Score:3, Interesting)

    by danny ( 2658 ) on Wednesday June 19, 2002 @01:15AM (#3727150) Homepage
    You might want to check out the computing [dannyreviews.com], networks [dannyreviews.com], computer science [dannyreviews.com], and Internet [dannyreviews.com] sections of my collected book reviews. Some IT books that make my "best books" [dannyreviews.com] list include: Danny.

"No matter where you go, there you are..." -- Buckaroo Banzai

Working...