|
|
|
|
|
|
|
|
|
|
extreme programming explained: embrace change (k. beck)
A very interesting software development process. I'm convinced that it is often the best process to deliver running software.
www.aw.com
ISBN 0-201-61641-6 test driven development: by example (k. beck)
A nice approach for developing well designed software. TDD fits well into XP.
www.aw.com
ISBN 0-321-14653-0 refactoring: improving the design of existing code (m. fowler)
Every serious programmer should have this book on his desk and apply its refactorings whenever smells arise.
www.aw.com
ISBN 0-201-48567-2 design patterns: elements of reusable object-oriented software (e. gamma)
In my opinion, the intellectually most satisfying book on code design and programming ever written. But reading it is only half the story.
www.aw.com
ISBN 0-201-63361-2 pragmatic programmer: from journeyman to master (a. hunt & d. thomas)
A very valuable book that is easy and fun to read and that contains a lot of wisdom and experiences, at the same time.
www.aw.com
ISBN 0-201-61622-X java threads (s. oaks & h. wong)
This is an excellent book to become familiar with Java's threading facilities. No pre-knowledge is necessary and things are explained really well. It does not cover patterns as does Doug Lea's book, though.
www.oreilly.com
ISBN 1-56592-418-5 java network programming (e. r. harold)
It explains how to use Java's network capabilities and additionally gives a good introduction to networking in general.
www.oreilly.com
ISBN 1-56592-870-9 just java 1.2 (p. van der linden)
A fast and advanced introduction to Java 2 which covers most of Sun's Java Certified Programmer topics.
www.prenhall.com
ISBN 0-13-010534-1 goto java 2 (g. krueger)
German introduction to Java 2 for people who are familiar with the basics of programming.
www.javabuch.de
ISBN 3-8273-1370-8 the c++ programming language (b. stroustrup)
The bible of C++ written by the inventor of the language himself.
www.aw.com
ISBN 0-201-88954-4 access 97 - das handbuch (n. nicol & r. albrecht)
This great book covers everything from database design to VBA programming and even a little bit of SQL.
mspress.microsoft.de
ISBN 3-86063-135-7 html 4.0 handbuch (s. muenz)
My favourite reference for HTML and DHTML with a lot of tricks, hints, and browser-specific information.
www.teamone.de
ISBN 3-7723-7514-6 javascript (s. koch)
An excellent and very carefully written introduction to JavaScript and DHTML in general.
www.dpunkt.de
ISBN 3-932588-26-6 dynamic html - the definitive reference (d. goodman)
You have to have it when you code web pages by hand using HTML, JavaScript, and DOM.
www.oreilly.com
ISBN 1-56592-494-0 |