Austin Code Camp Sessions

The list of Austin Code Camp sessions are up. (Except for mine, I submitted late sorry) http://bit.ly/qHQq48 If you haven’t registered for CodeCamp, go here http://bit.ly/jrQ1Qs As always it’s free. Post Footer automatically generated by Add Post Footer Plugin for … Continue reading 

Posted in Uncategorized | Leave a comment

It’s All About the Conversation

Join us at Los Techies Fiesta Open Space Conference September 30, October 1, & 2. An Open Space conference is really a different experience than the traditional, presentation driven conference.  While both formats are about learning new things, they go … Continue reading 

Posted in Uncategorized | 1 Comment

Convention Based Filters

Title: Convention Based Filters Not too long ago Joshua Flanagan spoke at the Austin .Net User Group about how the Dovetail crew use conventions to simplify their development process. The approach is simple in concept (of course the devil’s in … Continue reading 

Posted in Uncategorized | 3 Comments

Bootstrapping Your Application From IronRuby

I think one of the best use cases for IronRuby is to use it as an automation tool and scripting platform for your domain application. The first hurdle I had to make this possible was Bootstrapping the application so that … Continue reading 

Posted in iron ruby | Tagged | Leave a comment

Less Is More

I started a new project this year and part of my responsibilities is gathering requirements and converting them to user stories and acceptance criteria.  It’s been a very interesting experience for me and put me a little out of my … Continue reading 

Posted in Uncategorized | 1 Comment

Using a Command Execution Style Architecture with a Domain Model

Kyle Baley has an interesting article about how he’s using commands to break up the logic of his application into small manageable pieces. I’m using the same command processor pattern for a project I’ve working on as well.  It’s a … Continue reading 

Posted in Command Processor Pattern, DDD | 16 Comments

Unit Testing your MVC Views

The story around testing your UI JavaScript is getting better and better.  I’ve been using QUnit for a couple of years and it’s not hard to to test individual components of your UI.  One thing that has always bothered me … Continue reading 

Posted in Uncategorized | 3 Comments

Installing MonoTouch

I trying out MonoTouch for a few sample apps.  I’m going to log my travails as I go.  I’ve done a few sample Objective-C apps as well, so I should be able to do a compare and contrast between the … Continue reading 

Posted in MonoTouch | 1 Comment

Automated Build ADNUG Presentation

The last ADNUG presentation was on Automated Builds.  We (were supposed) briefly discuss the different build tools available for .Net.  I gave a demo of using Nant, Derrick Bailey demonstrated Rake / Albacore, Jorge Matos demonstrated powereshell / psake and … Continue reading 

Posted in automated-builds, ADNUG | 1 Comment

Two Code Camps Last Month

I had the opportunity to speak at two code camps in May.  I spoke at the Iowa Code Camp and of course the Austin Code Camp.  I had a great time in Iowa, and no one made fun of my … Continue reading 

Posted in Uncategorized | Leave a comment