Archive for February, 2007

Software Developer Library Suggestions

Here are some suggestions of some things to add to your library. They are not typical programming (i.e. language or framework) books, but are instead related more to the art, strategy and creative process of development.

Accessing a Java AXIS web service with Ruby and SOAP

I’ve been working with soap4r in Ruby to access some Java web services which use AXIS 1.1. The particular api I’m accessing requires an initial authentication call which returns a token that must be passed in all subsequent SOAP headers. This is a pretty common scenario, but it took me awhile to get [...]

Stiff asks, great programmers answer

I ran across this questionairre last summer. It’s one of those cool ideas that can probably only be done a handful of times (maybe only once). Anyway, this guy sent 10 questions to some of the most famous / interesting programmers he could think of and actually got responses.
Some of my favorite questions/answers:

Q: [...]