Marine Barbaroux

29 November 2013

Marine Barbaroux

29 November 2013

An alternative way to do customer interviews: the revelation of the JTBD framework

I recently discovered the JTBD framework at Business of Software: what I learnt made me swear that I’ll use it from now on in every customer interview I need to do in order to understand their underlying needs and support our product pipeline. It is that brilliant. It’s like a targeted, systematic guided interview... Read more

Redgate Data Modeler

27 November 2013

Redgate Data Modeler

27 November 2013

Theory and History: Why are Relational Databases “Relational”?

Many people wonder why relational databases are called "relational.” Some think that it's because of a logical entity-relationship model you often start your design with. Or, because you have tables and relationships (aka foreign keys) between them. But that's not the case. The name comes from the mathematical notion of "relation." It all started with... Read more

Mark Jordan

19 September 2013

Mark Jordan

19 September 2013

Jade

Writing HTML can be a chore – making sure elements are closed properly can be annoying without proper IDE support, and CSS markup often requires repeated patterns of nested divs and spans in order to get the layout working properly. There are various templating languages and engines available for dealing with this problem. Probably... Read more