How (and why) to get started with Mercurial
Slide show that compares Mercurial (a DVCS) vs. Subversion as well as other DVCS systems like Git and Bazaar. It goes into some common usage commands... more »
0 commentsSave Tags: groovy, how-to, java, tools
Syntactic Sugar in Groovy and Ruby
Both Groovy and Ruby have their strengths and it’s nice to see cross-pollination of good ideas going both ways. From the comments on the RailsEnvy... more »
0 commentsSave Tags: groovy, java, opinion, ruby
Groovy: Don't Fear the RegExp
Groovy makes using regular expressions much easier than in Java. Under the covers, you’re still working with the same old Java Pattern and Matcher... more »
0 commentsSave Tags: groovy, how-to, java, open source
Top 3 Shortcuts for the Terminal
As my coworkers know, I’m a keyboard shortcut junkie. It’s a problem (and I need help), but I’d rather give you a taste of what I’ve been smoking and... more »
0 commentsSave Tags: apple, groovy, open source, unix-linux
What methods does my Groovy/Grails class have?
If you’ve ever wondered what methods a groovy class has available for you to call, all you need to do is ask the metaClass...
0 commentsSave Tags: groovy, how-to, java, open source
Using Mercurial as a “super client” for Subversion
More and more developers will start using tools like mercurial and git as a “super client” for a normal centralized version control repository.
0 commentsSave Tags: how-to, open source, tools, trends