Delivering the right software by working side-by-side with those that will be using it.
From The Blog
Mountain Lion – psql: could not connect to server: No such file or directory
I’m in the process of installing postgres on my new laptop and ran into a snag that had me scratching my head. The install itself went without a hitch, but when trying to use the psql command from terminal, I got the below error: After some research, I learned that the Mountain Lion comes with [...]
Read PostTesting .Net Webservices with cURL
Fair warning, this is one of those posts that may or may not be useful to many of you out there, but I wanted to document this somewhere ’cause there’s a good chance I’ll need to do it again in the near future. I’m wrapping up a mobile application that needed to communicate with a [...]
Read PostTurning Off Regions in ReSharper
I’m not a fan of seeing regions in my code and, by default, ReSharper is configured to group members (methods, interface implementations, etc) with regions when running the Code Cleanup utility. I’ve turned this off a couple of times but it usually takes some poking around until I remember what to do again. From within [...]
Read PostReview: Brownfield Application Development in .Net
I just finished reading Brownfield Application Development in .Net by Kyle Baley and Donald Belcham and thought I’d put together a quick review some of the strengths and weaknesses the book has to offer. It’s broken up into two sections with the first half of the book describing how to create a healthy ecosystem for [...]
Read Post