Category: Software Architecture

Rails for Java Developers

21 February, 2007 (20:30) | Software Architecture, RoR | 2 comments

I’m browsing through Stuart Halloway and Justin Gehtland’s recent book “Rails for Java Developers” , published by the Pragmatic Programmers. The mere fact that there are more and more Java centric Ruby and RoR books out there tells you something. And while my main language is C#, there are enough similarities with Java to make it interesting to read. “Rails for Java […]

Programmers are not interested in quality and Ruby on Rails has some serious short comings

19 February, 2007 (18:52) | General, .NET, .NET Tools, Software Architecture, RoR | 1 comment

Did I get your attention? Good!
I am reading “Founders at Work” – Stories of startups early days – a collection of interviews with the founders of ArsDigita, Blogger, Marimba, 37Signals, Lycos, Flick, SixApart, PayPal and many more, written by Jessica Livingston and published by Apress.
It is part educational, part entertaining and part infuriating […]

Programming by Search Engine

4 February, 2007 (15:21) | General, Software Architecture | No comments

Mike Gunderloy recently used that term on his new blog. And it struck me how appropriate this was. Programming by Search Engine – should we call it PBSE? —– is something that I myself have resorted to and also something that I’ve seen most programmers I’ve worked with do. It sort of ties together with […]

Maybe the umpteenth time will be a charm with Vista

8 January, 2007 (12:11) | General, Software Architecture | No comments

After all the hoops I jumped through, I made one last ditch effort to keep Vista from locking up and the video display from going completely bonkers ever so often – I disconnected a USB KVM Switch that the machine was using. So far so good. Its been 4 hours of trouble free operation. As […]

Love this one - Ajax Start Pages Suck

4 January, 2007 (21:29) | General, .NET, Software Architecture | No comments

Anne Zelenka of RedMonk does not mince words. This is great !
“…In the hopes of boosting my productivity by using an all-in-one dashboard and start page, I reviewed four Ajax web start pages and one Flash-based start page for Web Worker Daily: Netvibes, Pageflakes, Google’s customized homepage, Protopage, and yourminis. I had a few ideas […]

Tools And Hacks - a place were religious wars are fought

21 July, 2006 (19:39) | .NET, .NET Tools, .NET Code Related, Software Architecture | No comments

I’d like to invite you to keep an eye on Dr. Tools and Mr. Hacks. Look to it for some irreverent treatment of some of the more sacred cows of our industry. For example buzz words that confuse people. The inaugural post deals with one of the more sexy topics d’jour – Inversion of Control […]

I wanna be like Mike

11 April, 2006 (20:09) | .NET, .NET Tools, Asp.Net 2.o, Software Architecture | No comments

Remember the jingle during Michael Jordan’s days? “I wanna be like Mike..” Well as many links as I’ve been posting I think I wanna be like Mike Gunderloy  

Dr. Peter has an article that delves into caching.
Tim Bednar uses FireFox and some extensions to edit css live within the browser – rock on ! […]

1. The importance of sales - 2. A world-class company grown with open source software

10 April, 2006 (08:57) | General, Software Architecture | No comments

We recently bought Worldwinner.com , our biggest competitor. As a result the combined companies of Fun Technologies have the market on casual skilled games cornered. King.com is a trailing second place company at this point.
If there is one thing I have learned in the past 13 years, it is that sales drive a business. Period. […]

Developers Are Not Plug and Play

11 March, 2006 (15:27) | Software Architecture | No comments

Phil Haack has been doing some nice reading. A book called “Beyond Software Architecture“. Looks like something I need to get. At the moment I’m working on a review of “

The Code Project - Mobile Agents - Software on the move - Design and Strategy

28 July, 2005 (18:52) | Software Architecture | 1 comment

I actually saw a reference to this on Rocky’s site, but incldued my own link here for posterity. This is a very neat concept that I am completely clueless about. Hey admission is the first step isnt it! So now I can learn. Seems like a nifty idea.
“….What if objects could move from machine […]

Codesmith 3.0 - A minority opinion

14 July, 2005 (18:03) | .NET Tools, Software Architecture | 1 comment

I enjoy good tools as much as the next guy, but when I am charged an arm and a leg for a tool - or in the case of Codesmith 3.0, the sum of $400.00, I expect everything to work. Well it didn’t. And that ticked me off. To make matters worse the customer service […]

Inversion of Control Containers and the Dependency Injection pattern

13 July, 2005 (18:53) | General, .NET, Software Architecture | 1 comment

Wow I must have been really busy that I completely missed this excellent discussion by Martin Fowler. Actually I have to thank Ben Wilson for using proper terminology which caused me to stumble across this wonderful discussion of PicoContainer and Spring.
While both are Java based implementations, their root cause is universal. I’m glad to […]

Book Review : Ship It

10 July, 2005 (07:10) | General, Software Architecture | No comments

Ship It is published by The Pragmatic Bookshelf, a fairly new publisher with an interesting assortment of titles. Probably the best known being “The Prgamatic Programmer”.
The subject, as implied by the books title, is the process of shipping software on time and on budget. The book was written by two veteran programmers […]

Mountaingoat.com is a great resource for agile development

25 June, 2005 (08:20) | Software Architecture | 1 comment

Aside from the fact that the name of the site just kills me. Its chockful of good information. Here, for example, is a pdf that discusses different agile leadership styles needed for different team capabilities. Not sure if real world teams can be defined as cut and dry as this, but the article is definetly […]

TechEd 2005 Webcast Series

21 June, 2005 (18:27) | Software Architecture | No comments

Just a link to a bunch of webcasts available for TechEd 2005 click here

How times have changed

12 May, 2005 (17:23) | General, .NET, Asp.Net 2.o, Software Architecture | No comments

I received a free copy of a very anemic Visual Studio magazine. Leafing through it I was reminded how I used to read at least 3 different magazines on a monthly basis. I don’t anymore. As a matter of fact I used to read business related materials incessantly. Programing books, magazines, websites you name it. […]

Notification pattern

9 March, 2005 (06:08) | .NET, Software Architecture | No comments

Pierre Greborio has an example based on Martin Fowlers pattern. I like it.
When I have to propagate errors from the domain object to the presentation I usually use exceptions. All errors bubble from bottom to up and then are ready to be published to the UI (managing the catch section). The Notification pattern can […]