Dino K. — 6 min readContinuous Integration on Android: Why We Ditched Jenkins for Circle CIIn our Android development team, we use the Navy Seals Android Development Process. It includes getting automatic feedback from static analysis tools and running tests using a Continuous Integration server. While Jenkins is a solid tool, it has...
Jan V. — 5 min readRun Faster Ruby on Rails TestsDoing software development with a Continuous Integration process involves a lot of automated testing. Doing tests consumes precious time so we...
Jan V. — 5 min readA Ruby on Rails Continuous Integration Process Using Github, Semaphore, CodeClimate and HipChatWhen you work on applications that your clients are actively using, you want to be 100% sure you don't break something when deploying a new...