Category Archives: Uncategorized

Microservices Presentation from Keep Austin Agile 2015 Conference

On Friday I gave this presentation on Microservices at the Keep Austin Agile 2015 conference in Austin, TX. Below you will find the video and slides as well. I presented Microservices as a solution that solves some very difficult problems, but it does so by swapping those problems of some other problems that are easier […]

Posted in Uncategorized | Leave a comment

Want to work for an awesome company? BancVue is hiring!

We are hiring here at BancVue. We are looking for experienced C# developers and automated testers. Are you passionate about software development? Are you a continuous learner? Are you excited about projects that challenge and stretch your skills? Do you want to work at a place that takes Agile seriously? Do you live, eat and […]

Posted in Uncategorized | Leave a comment

Code Smell: Using the Debugger

When you have a lot of code to look through to find an error, you often times use a debugger. You use the debugger to step through code to find out where it is failing. This is a code smell. CODE SMELL: If you find yourself using the debugger, your tests are not fine-grained enough. […]

Also posted in Test-Driven Development, Testing | Tagged , | Leave a comment