Category Archives: Software Development

Java String concatenation

String concatenation is one of the most popular habits in programming. You can concatenate strings using String, StringBuffer or StringBuilder. As you may know StringBuilder is the fastest one, as it is not thread safe and is almost identical to … Continue reading

Posted in Java, Software Development | Tagged , , | 4 Comments

Grep equivalent for Windows

Hi, At work I have to use a Windows Workstation for development and I was looking for grep replacement. I have recently come up with GrepWin, and would like to share it with you. http://tools.tortoisesvn.net/grepWin.html It also available for 64 … Continue reading

Posted in Software Development | Tagged , , | Leave a comment

Light and Simple UML2 Design Tool

Hi, I was recently looking for a simple and lightweight UML2 Design Tool and came across RedKoda which does exactly what is required for most cases which is draw diagrams in a fast and easy way. It is the simplest … Continue reading

Posted in Software Development | Leave a comment

Version control branching strategies 1/2

The branching strategy/procedure (a partial release management) that we use. Continue reading

Posted in Release Management, Software Development | Tagged , | 1 Comment