Explore >> Select a destination


You are here

blog.ringerc.id.au
| | www.kensodev.com
8.9 parsecs away

Travel
| | Usually when I blog, I make comments, raise decisions, write code or something like that, it's never a question. This post, above anything else is a question and a try to spark a debate from my fellow developers and software craftsman out there. Earlier this week I started working on a very interesting project for an international company creating test suites for devices and applications. The suite is cross platform and can run on any machine both windows and Linux and test any device, from mobile phones...
| | danielpecos.com
10.3 parsecs away

Travel
| | One of the key tools of a software project development is the repository where it's hosted. During my experience as software developer I have been working with several flavors, such as Visual SourceSafe, CVS, Mercurial, and of course, SVN. But latetly I have found this little jewel called Git. Git was initially developed by Linus Torvalds as a result of anunsuccessfulresearch to replace the propietary SCM BitKeeper, used back in 2005 in the Linux Kernel project (kinda strange that the opensource star project was hosted with a propietary software, huh?
| | openprinting.github.io
14.1 parsecs away

Travel
| |
| | www.java-tv.com
42.9 parsecs away

Travel
| This video reveals the long lost secret of how to write readable Java code. Self explaining method names, fluent interfaces, DSLs, helpful frameworks... We are always looking for ways to make our code more readable. But in our quest, we seem to have forgotten something. The most effective way to make any code more readable.