On a quest for the silver bullet..

» Currently browsing: Architecture


Rethinking web architecture

Number of Comments » 2

Last year I was a speaker at NDC for the first time, and I’m proud to again have been given the opportunity at this years NDC. The presentation this year is titled: “When less is more – Agile web architecture”, and I did together with Jonas Follesø.

Tell, don’t ask

Number of Comments » 2

Tell, don’t ask is a way of thinking when you’re programming software, a mindset. It is something that should be in the back of your head every time you write a line of code, or a chunk of code that describes some functionality. It is not something you merely apply when trying to solve a [...]