Posts

Showing posts with the label Patterns in business

The return of the 6 dimensions for a Online start-up

I am still pondering the usefulness of this developing model. The six dimensions which I beleive are the key to attaining some traction online are: co-operation communication incentives standardization co-ordination collaboration  If we take a look at facebook, as an example: co-operation : the interface encourages people to comment, discuss, help and share information and events. communication : at the core of the website there are different forms of communication. incentives : there are a number of non-monetary incentives to participate ones facebook communities - recognition, acceptance, social-connection, sharing etc. For businesses there is branding, reach, connection to the client base. standardization : the experience is standardized, moreover via the API other platforms can connect and facebook applications can be integrated. This promotes diversity and growth. co-ordination : this is perhaps slightly more obscure, but lets say the platform facilitates the...

Patterns in Business

For many years as an engineer, I have used patterns – which loosely defined are common approaches to solving common problems. For example the MVC (model-view-controller) pattern is commonly used when trying to solve the problem of separating data from functionality and the view of the data (whether this is the best approach is questionable, but it is one common approach). Patterns appear in an organizational context in for example “ Organizational Patterns of Agile Software Development ” by James O. Coplien and Neil B. Harrison. In this book, they set out common problems that occur within software development teams and present common patterns for solving these organizational problems. When starting a business, we are often confronted with a series of problems to solve. What business model should we adopt ? When should we look for premises, how and when should we grow etc ? One way of tackling these issues is to look at how others have done the same in the pa...