Category: Software development

  • The Open Stack and truly open APIs

    The following is an expanded version of the short talk I gave in Oxford yesterday. My original slides follow the transcript. There’s a new kind of web development afoot, which marries old-school object-orientated programming techniques with the distributed power of the web. Application Programming Interfaces (APIs) are published sets of instructions for programmatically querying or […]

  • Gender differences on the new frontier

    It’s a commonly accepted fact that computing is a male-dominated industry, but I was shocked by the scale of the inequality. Okay, this is kind of unscientific, but take a look at these statistics: Female population of the world: 49.8% Female population of Facebook: 55% Female population of social networks as a whole: 54.7% Percentage […]

  • Bug tracking

    All software has bugs; the trick is to find them and remove them as quickly as possible while balancing against the other development you have to do. This is where bug trackers come in: they allow developers to project manage these activities while allowing users and other members of their organization to submit issues while […]