Dragons in the Algorithm
Adventures in Programming
by Michael Chermside

Category: Programming

Before Dockercon

Dockercon

I am attending Dockercon and I thought I would try a little experiment. I will try writing up my understanding od Docker before the conference and after, and see how much my view has changed. So, without further ado, here is my "before" review of Docker:

What is Docker …

Read more

Posted Mon 20 June 2016 by mcherm in Programming

Beginning Ceylon

Cylon

So, this is the second time that I have taken a look at the programming language Ceylon. Ceylon is a language which is currently being sponsored by Red Hat. It fits into the space of languages in the same family with Java, but attempting to build a mondern strongly-typed …

Read more

Posted Sat 27 February 2016 by mcherm in Programming

Reasons Why My Code Style is Wrong

I have had people tell me things like "You should never throw an exception to return a value in an unusual case, exceptions are only supposed to be used for error conditions." And I HATE it when people say things like this.

There are a couple of audiences at play …

Read more

Posted Fri 24 January 2014 by mcherm in Programming