Entries from 2012-09-01 to 1 month

CodeTime: Write less, talk more.

Motivation As you can see in the motto of jQuery website, doing things with less key-strokes is the name of the game in the recent world of software developments. That is, policy that lets computers do non-creative stuffs and human take ca…

Jenkins, the CI.

CI here is not an abbreviation for Confidential Informant but for Continuous Integration. In the sequel, I will discuss how to build the CI environment with Jenkins + Github. Target sbt project Here is a sample sbt project with specs2 test…