I’ve got a series of blog posts on what you can do wrong with automated tests, and what to do about it on the Zühlke blog.
I’ve got a series of blog posts on what you can do wrong with automated tests, and what to do about it on the Zühlke blog.
REST API Design Rulebook by Mark Masse My rating: 1 of 5 stars The book tries to establish a set of rules for REST interfaces – I’m OK with that, it’s what its title says. When you define rules, you…
I’ve spent the last few days at the Microsoft //build/ conference where the first preview version of Windows 8 was shown (and everyone got a tablet PC, which I like, and – and this is going to be important for…
This is a chat room. The tube is a message bus. When a sender pushes a message into it, it just comes out on the other side, and everyone receives it. This is e-mail. We’ve added a valve on the…
Seen this: { “$err” : “not master or secondary, can’t read”, “code” : 13436 }?
When you give MongoDB arbiter nodes a priority, they act up as a passive secondary. And everyone believes them.
What Christian never wanted to know about Enums, but was forced to find out.
MongoDB is a NoSQL database that organizes data as JSON documents in collections instead as rows in tables. One major difference between a document in a collection and a row in a table is that while all rows in a…
Christian works around ASP.NET MVC validation messages that cannot be localized in less than 20 lines of code.
Merging Visual Studio Project files: there’s not much nice to say about that. It’s just a pain, and I’ve ssen it become the number one or two reason of errors when merging between code branches.