-
Recent Posts
Recent Comments
- John Teague on A year in review with CQRS
- Shane Courtrille on A year in review with CQRS
- John Teague on A year in review with CQRS
- Jonathan Oliver on A year in review with CQRS
- John Teague on Unit Testing your MVC Views
Archives
- February 2012
- September 2011
- August 2011
- June 2011
- April 2011
- March 2011
- November 2010
- June 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- February 2009
- January 2009
- November 2008
- October 2008
- September 2008
- August 2008
- June 2008
- May 2008
Categories
- ActiveRecord
- adnug
- april-fools
- automated-builds, ADNUG
- c#
- Castle
- codecamp
- Command Processor Pattern
- CSS
- DDD
- design patterns
- fiesta open-spaces
- IOC
- iron ruby
- JavaScript
- jQuery
- Law of Demeter
- linq
- los-techies-fiesta
- MonoTouch
- MVC
- NHibernate
- NHibernate DDD
- PTOM
- Repository Pattern
- resharper
- Software Design
- SOLID
- TDD
- Testing
- Uncategorized
Meta
Category Archives: Uncategorized
JavaScript Closures Explained
If you write any code in JavaScript then you’ve probably used closures, but do you actually understand what they are and how they work? Taking the time to understand closures and how they’re implemented can add a deeper dimension to … Continue reading
Domains available
In my effort to make myself an ex-GoDaddy customer, I have 3 domains left to transfer or let expire. Two of them I’m making available to transfer to anyone who wants them (rather than letting them expire so that you … Continue reading
A year in review with CQRS
For the past year my team has been building and maintaining and application using CQRS with an Event Store as our persistence model. I started gathering requirements for this project last January and the team started development in February. We … Continue reading
Huboard – Github issues made awesome
Meet Huboard ! Huboard is a kanban style drag and drop task board built entirely on top of the github api. How to get started Its easy. Go to any of your github repositories and add issues as you normally … Continue reading
r/CircleJerk
circlejerk To kneel in a circle with others and pleasure oneself. Also refers to a pompous, self-congratulatory discussion where little to no progress is made. 1. “I just walked in on a circlejerk yesterday; it was terrible!” 2. “Did you … Continue reading
Duke Nukem, unhappy marriages, and the Anna Karenina principle
One of my favorite recent books I’ve read is the tome on human societies, “Guns, Germs, and Steel: The Fates of Human Societies”. In it, there is a section examining domesticable aminals. The author walks through the observation that although … Continue reading
Annotated Source Code As Documentation, With Docco
With the first bits of my Backbone.Marionette plugin being available on Github now, I wanted to try out the Backbone-style of annotated source code as documentation. I like the way Backbone has this set up, and I often refer to … Continue reading
Acronyms and Ubiquitous Language
Acronyms are often employed within organizations as a way to abbreviate frequently used phrases in an attempt to expedite communication. Unfortunately, their use often does the exact opposite. Many programming language style guides discourage the use of acronyms. For instance, … Continue reading
References on the Actor Programming Model
The actor programming model is a software development method that encourages the decomposition of applications into autonomous components which are self-contained and operate asynchronously and independently from one another. This model is well aligned with the nondeterministic nature of distributed … Continue reading
MassTransit v2.0.1 Available
At the end of October, we released MassTransit v2.0.1 to GitHub and NuGet. This release only included a few fixes that didn’t make it into the v2.0 release. Since I never made an official announcement of v2.0 on the blog, … Continue reading
