May 5th, 2009
At VendAsta we use automated build scripts and a TeamCity server for continuous integration. Whenever someone commits code to a project, a whole suite of automated build targets are run against the code base to check things like unit tests, python syntax (via pylint) and code coverage. One thing that was missing from the mix [...]
Posted in Programming, VendAsta, Work | 5 Comments »
Tags: build scripts, javascript, Projects, testing, VendAsta
[ Back to top ]
January 27th, 2009
I work with an amazing group of people. The project I am working on is called MyFrontSteps which is a social media application for getting and sharing
Posted in Programming, Teh Intertubes, VendAsta | 1 Comment »
Tags: MyFrontSteps, Projects, StepRep, VendAsta
[ Back to top ]
January 26th, 2009
A little while ago I wrote a post about getting Django unittests to work on DreamHost. The particular problem with the DreamHost setup is that they don’t allow you to programmatically create and drop databases and the default Django unittest behaviour is to do just that: create a brand new test db, use it and [...]
Posted in Programming, VendAsta | 5 Comments »
Tags: django, Programming, Projects, VendAsta
[ Back to top ]