Try Ruby

Why the lucky stiff, who brought us the fabuolous “Why’s (poignant) guide to Ruby”, just released this new awesome web application: Try Ruby Try Ruby is a web based, interactive Ruby tutorial, sort of like IRB on steroids. If you are curious about the kinds of things newbies and script kiddies are trying out in the console, check out Why’s recent blog post. I love the idea of making “wtf” an alias for “help”....

November 30, 2005 · 1 min · 75 words · DigitalHobbit

XINS (XML Interface for Network Services)

Over the past 5 years or so, the hype around web services has grown continuously. At the same time, the complexity of the relevant specifications has steadily increased. Just think of all the buzzwords like SOAP, WSDL, XML Schema, etc. Now it seems like many developers are taking a step back and thinking of simpler solutions to lower the barrier of entry into web services, which seems like a good thing....

November 15, 2005 · 2 min · 235 words · DigitalHobbit

Book: Enterprise Integration with Ruby

It sounds like a new book might need to be added to the list of must-have Ruby books: “Enterprise Integration with Ruby”, written by Maik Schmidt and published as a Pragmatic Bookshelf title, is currently in beta. As with all Pragmatic Bookshelf titles, you can purchase the beta PDF now and receive the full PDF or paper version of the book as soon as it comes out. The book covers a diverse range of integration topics, including databases, LDAP, XML, low level services like sockets, HTTP, and REST, high level services like XML-RPC and SOAP, and more....

November 5, 2005 · 1 min · 97 words · DigitalHobbit

Java: pass-by-value vs. pass-by-reference

One of the Java programming questions I like to ask in interviews is: “Is Java pass-by-value or pass-by-reference?” A surprising amount of Java developers get this wrong, generally because the variables you mostly deal with in Java (other than primitives) are actually references to objects, rather than containing the objects themselves. Most developers blurt out something like: “Objects are passed by reference, and primitives are passed by value.” This is of course completely incorrect....

November 1, 2005 · 2 min · 234 words · DigitalHobbit

Ruby and Java technology stacks compared

Here’s one way to compare the Ruby and Java technology stacks. :) (via the Ruby on Rails Blog) Update: Here’s the true origin of this comparison.

October 28, 2005 · 1 min · 26 words · DigitalHobbit