Software Development
-
REST Tooling
In section 6.3 of Roy’s dissertation, he explains how REST applies to HTTP. But the implementing a RESTful approach requires painstaking…
Read More » -
Mandrill: Email infrastructure from MailChimp
Mandrill is an email infrastructure service that started as an idea in 2010. That idea became reality in 2012, when…
Read More » -
R: Applying a function to every row of a data frame
In my continued exploration of London’s meetups I wanted to calculate the distance from meetup venues to a centre point…
Read More » -
Go for Java Programmers: Simple Types
Part of the Go for Java Programmers series Before we get into custom types, and Go’s version of object-orientation, let’s…
Read More » -
The “Uncanny Valley” of L3 Cache Contention
While preparing for my talk at QCon SF 2014, I wanted to investigate a theory around how micro-benchmarks are not…
Read More » -
Prototype Driven Development
When starting a new software project, the number of unknowns is huge. We have learned the hard way that one…
Read More » -
Why you want to give up coding
A background story A friend of mine worked as a Tech Lead, let’s call them Jo (not their real name)…
Read More » -
Static Typing Is Not for Type Checking
In his post “Strong typing vs strong testing” Bruce Eckel described the idea, that statically (or strongly) typed languages don’t…
Read More » -
Unit test life?
You can not program without testing. You write unit tests first and then you write your code. (Well, I know…
Read More »