Engineering or Customer Service which is more important?

I’ve been reading a lot about lean/toyota way lately, mixing that with my past experience as an IT Consultant and throwing that up against a bit of an Ivory tower I fell into with XP that left me unable to … Continue reading 

Posted in Lean | 2 Comments

Castle ActiveRecord and registering classes at runtime

I use the following trick for adding ActiveRecord classes after the fact for our in-house plug-in architecture.  Thanks to whichever blogger/mailing list I picked this up from so long ago. Scenario 1: Class(es) to load inherit from same base class … Continue reading 

Posted in ActiveRecord, Castle, NHibernate, ORM | Comments Off

IronPython how cool it is

Briefly, IronPython is an implementation of Python in the .Net runtime. This allows you access to  .Net framework goodness while programming in a dynamic language. The current stable version 2.0.1 maps to CPython 2.5.This allows me to do fun fun … Continue reading 

Posted in IronPython, Python | 4 Comments

Context/Spec style testing and my approach to BDD

I borrow heavily my approach to testing from a combination of Ayende’s Rhino Tools tests, and my reading of the Rspec beta book. But I think I’ve stumbled onto something I’m happy with and I can generate reports out of. … Continue reading 

Posted in BDD, Context, Spec | 12 Comments

Glad to be here

Hi, my name is Ryan Svihla and I’m the newest member of Los Techies and I’d like to provide some background for most of you wondering “who is this guy”. I’ve recently moved to San Antonio, TX and absolutely love … Continue reading 

Posted in Uncategorized | 1 Comment