Entries Tagged as 'architecture'

Wednesday, March 18th, 2009

The Business Model and its Impact on Product Architecture

Today I would like to talk about the impact that business model actually makes on a product architecture. I mean how the way that company uses to earn money affects its growth and profitability via product architecture. When you are writing custom piece of software for particular customer, the strategy is simple – do your [...]

Friday, December 12th, 2008

It Reduces Our Coding Fun

Yeah, sometimes the code just flies out under our fingers, you don’t think about typing, you don’t think about switching between editors, IDE panels and browsers, you do all of this automatically, all you can think is your idea and its implementation. Done, for a couple of hours. In these cases you don’t need deep [...]

Tuesday, July 15th, 2008

Memcached Development Story

I met the article written by Brad Fitzpatrick in 2004. It’s interesting to track his thoughts on the memcached development. Now it’s used everywhere in industry if the distributed memory-based caching needed. The key of its efficiency is an architecture represented by a set of isolated nodes that don’t know aware of each other. The [...]