-
Recent Posts
Recent Comments
- Mark Webb on Git For Windows Developers – Git Series – Part 1
- Cherif on Git For Windows Developers – Git Series – Part 1
- Jason Meridth on Git For Windows Developers – Git Series – Part 1
- sb22 on Git For Windows Developers – Git Series – Part 1
- Jason Meridth on A very good introduction to TDD, NHibernate, DDD, NUnit
Archives
- June 2011
- September 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- October 2009
- September 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
Categories
- .NET
- Agile
- agile project management
- altnetconf
- apache
- apple
- ASP.NET
- ASP.NET MVC
- Automated Build
- Ayende
- bash
- blogging
- Blogs
- Books
- C#
- castle
- charity
- community
- Community Server
- continous integration
- Continuous Integration
- CruiseControl.NET
- Design Patterns
- DotNetNuke
- Events
- firefox
- friends
- funny
- gems
- git
- gitosis
- gitweb
- Good Finds
- Google Reader
- Hardware
- hosting issues
- howto
- htpasswd
- hudson
- Instant Messaging
- integrityapp
- JetBrains
- Kernel
- keyboard shortcuts
- Linux
- LosTechies
- members
- microsoft
- migrations
- Misc
- Mocking
- monorail
- movies
- MSBuild
- msdn
- MVC
- NAnt
- nginx
- NHibernate
- oauth
- Open Source
- Pair Programming
- Personal
- pragprog
- presentation
- principles
- Programming
- python
- rails
- rake
- ReSharper
- rspec
- ruby
- san antonio
- Scrum
- selenium
- selenium remote control
- shoulda
- slicehost
- SOLID
- ssh
- Stand-Up
- Subversion
- TDD
- TeamCity
- test::unit
- testing
- textmate
- Tools
- Ubuntu
- Uncategorized
- Virtual Machine
- Visual Studio
- vmware
- windows
- Windsor
- xkcd
- XP
Meta
Category Archives: Uncategorized
Pablo’s Fiesta is Back!!
The Details: When: October 25 & 26 Where: Austin TX, St. Edwards PEC (location) We took a little haitus last year, but we’re coming back this year for our Third Pablo’s Fiesta Open Space conference. What is it? Pablo’s Fiesta … Continue reading
Also posted in LosTechies, members
2 Comments
Huboard – socket.io backend
huboard.com! Your favorite open source kanban board built on top of the GitHub api has gotten a little bit more awesome. I’ve decided to release the socket.io backend that is keeping huboard.com all up to date and super fancy. Why … Continue reading
Also posted in git, presentation
Leave a comment
Polymorphism Part 2: Refactoring to Polymorphic Behavior
I spoke at the Houston C# User Group earlier this year. Before my talk Peter Seale did an introductory presentation on refactoring. He had sample code to calculate discounts on an order based on the number of items in the … Continue reading
Also posted in altnetconf
Leave a comment
Polymorphism: Part 1
Note: I am teaching a course in Austin TX on Object Oriented Programming in March. I’ll also be speaking at the Austin .Net Users Group on this topic. To say that understanding polymorphism is critical to understanding how to effectively … Continue reading
Huboard redesign (gif edition)
Huboard! I’ve been working on a big redesign of huboard since around September or so. I’m finally ready to reveal all of that hard work. So what better way to show off all the new features than animated gifs, right? … Continue reading
Also posted in git
Comments Off
Ruth’s Story
Ruth Ann Svihla came into this world screaming and angry on October 30 2011 at 6:57 am. She was and has always been a beautiful, intelligent child that brought us a great deal of joy, but she was born with … Continue reading
Also posted in Linux, Ubuntu
2 Comments
Combining Modules in Require.js
Here’s a quick tip that I learned today the hard way, because it’s actually in the documentation. In one of my projects, I’ve got a bunch of commands that I want to attach to an event based on what menu … Continue reading
Also posted in altnetconf
2 Comments
Node.js Must Know Concepts: Asynchronous
When writing node applications, there are a few concepts that are important to understand in order to create large-scale applications. I’m going to cover a few concepts that I think are important when building non-trivial sites with node.js. If you … Continue reading
Also posted in Blogs, Community Server, Tools
Comments Off
A Good Night’s Rest
I am not the only techie who struggles to get enough sleep. I’ve recently instituted a lifehack that is giving me some relief, and I want to share it. To my sleep-deprived sisters and brothers, this one’s for you. Although … Continue reading
Also posted in Personal
Comments Off
Separating Concerns – Part 1: Libraries
Introduction In large applications, particularly in enterprise applications, separation of concerns is critical to ease maintainability. Without proper separation of concerns, applications become too large and too complex, which in turn makes maintenance and enhancement extremely difficult. Separating application concerns … Continue reading
Also posted in ruby
8 Comments
