Archives
- May 2013
- February 2013
- January 2013
- December 2012
- February 2011
- December 2009
- March 2008
- July 2007
- June 2007
- December 2006
- November 2006
- October 2006
- September 2006
- June 2006
- May 2006
- September 2005
- June 2005
- December 2004
- October 2004
- September 2004
- July 2004
- June 2004
- May 2004
- April 2004
- January 2004
- December 2003
- November 2003
- October 2003
Author Archives:
TDD I Learned…
A few weeks ago, Roy Osherove released his full TDD master class in .NET available a video series of over nine hours, recorded live in class. I’m a TDD wannabe. I’ve done small tasks using TDD, and I’ve written plenty of … Continue reading
Posted in .NET, TDD
Leave a comment
Ducksboard API for .Net
Last time, I wrote about how neat I thought the Ducksboard app was. I found a nice little project over on github that wrapped up the update components of the api pretty well. So I could easily create a dashboard, … Continue reading
Posted in .NET, Cloud Hosting
2 Comments
A Log4Net Ducksboard Appender
Ducksboard, is absolutely the most fun I’ve had on a web api in a long time.. “Monitor your metrics with Ducksboard, a real time visualization of your key performance indicators..” Basically, you make dashboards with it. It’s got built in pugins … Continue reading
Posted in .NET
Leave a comment
Fun with the Nancy Self Host!
If you’re not familiar with the Nancy framework for hosting HTTP services in .net, you owe it to yourself to check it out. From the docs: Nancy is a lightweight, low-ceremony, framework for building HTTP based services on .Net and … Continue reading
Setting up Munin with Nginx and Ubuntu 12.10 (Quantal Quetzal)
A few years ago, I posted about our over-architected setup here at Codebetter. I had fun working with Rackspace cloud slices, and getting this all to run on ridiculously cheap, 256 M linux hosts. One of the tools I’ve come … Continue reading
Posted in Monitoring, Munin, Nginx, Ubuntu
3 Comments