So, you think you are not in a technology business?

Many years ago the CEO of a large transport company [1] told me that he regarded their IT as a key competitive advantage. IT should be a vital part of reducing costs, or improving the product or service, or generating leads in almost any business. What opportunities do you have to make technology a competitive advantage?

Read more…

A Perfect example of pointless benchmarks

The developers of a web framework written in Apple's Swift language have a set of benchmarks that (surprise, surprise) shows that their framework, modified to use a new (now newish) async library is faster than everything else. Apart from the the usual dangers of micro-benchmarks, there is a lot wrong with the tests.

Read more…

Automate deployment - even for small systems

One of the clients who I have been working for in the last few weeks has far more automated deployment than the others. It makes a huge productivity difference. This was not only because it was one of two server migrations I did, although that did make the difference starker, it was the continual time savings.

Read more…

What's your disaster recover plan?

A business can be destroyed by losing its data. I have known even losing the data on a single person's hard drive to be very expensive, and losing your servers can be much worse. You need to think about backups, continuity, hardware. I have taken a server out of a bomb blasted building and it worked - but it might not have.

Read more…

When REST and Websockets are a bad idea

HTTP was designed for a specific use case: communication between a browser and a server. The same is true for JSON. Is also often a good idea to use HTTP ports for things like mobile apps because a significant number of people need to use them from networks that block other ports (e.g. when using corporate wi-fi). The problem is that HTTP and websockets are used inappropriately.

Read more…

Why your website should be ugly

Most people (out side the industry anyway) assume that web sites should look good, and an aesthetically good website will produce better results than an ugly one. This is not true, and many of the things that make a website look good will tend to make it worse for users.

Read more…