by Chris Niemann | Sep 14, 2016 | Software Development Tips & Tricks, Tools
For one of my recent projects I needed to set up Continuous Integration from scratch on a server. Having never done this before I found myself assembling all the required components, installing them, and configuring them (and struggling now and then through some of...
by Santi Murtagh | Aug 10, 2016 | Software Engineering
One of the things that our development approach at DPL allows us to do is to have a very low ratio of QA testers per software engineer. Our architecture designs and patterns provide for very isolatable and testable components, allowing us to reach high coverage...
by Andy Unterseher | Jun 13, 2013 | Software Development Tips & Tricks, Software Engineering
Since we use private GitHub repositories for our code, we needed something to easily manage our builds. When we had a new project recently start up, we decided it was time to take the plunge with TeamCity. However, we found a problem with this: we use fakes for unit...