by edvorkin | Dec 11, 2011 | Blog, Cloud Computing, Java
Recently I had to make a decision to which cloud provider (Platform as a service -PAAS) deploy new application. Usually we deploy applications to our data centers, so this was the first time my team decided to use cloud provider. We wanted to free ourselves from the...
by edvorkin | Nov 26, 2011 | Agile ALM, Blog, Programming
As automated testing has became one of the central process in Agile application development, developers and testers realized than automated test are not only tests but also executable behavior of the systems expressed via test cases. This realization has created a new...
by edvorkin | Nov 17, 2011 | Agile ALM, Blog, Java
Sometimes I see this error popping up when I try to deploy applications. Some big projects with a lot of dependencies will hit the server limitation almost on first or second deploy. This happens more often with development or integration servers because Agile teams...
by edvorkin | Oct 31, 2011 | Agile ALM, Blog
Sonar is a tool that integrate a range of quality analysis tools into a single website. It provide one page visibility into quality of project source code. Developers and managers are interested in test coverage, code duplication, adherence to coding standard,...
by edvorkin | Oct 23, 2011 | Agile ALM, Blog, Groovy /Grails, Java, Programming
In this series of articles I will share my experience building deployment pipeline or build pipeline with open source tools. Deployment pipeline is an automated process that manage all software changes – from version control check-in to production. Usually...