Monthly Archives: January 2016

Evaluating decisions afterwards, or results-oriented thinking in real life

In your life, you have to make a lot of decisions. Most of the time, there are uncertain factors in your decisions, because they have to do with the future. For example: Shall I buy insurance for my new, expensive bicycle? At what … Continue reading

Posted in life | Tagged , , , , , , , , , | Leave a comment

Expiring temporary information

Imagine you are a developer, working on a backend system with reservations. A new requirement comes up: if a reservation is not paid within 24 hours, it needs to be expired. Your reservation table already has a field creationDate . So … Continue reading

Posted in design, software development | Tagged , , , , | Leave a comment

Paybox integration using node.js – with example HTML

This post will help you get Paybox integration to work using node.js. You can find a full working example in the src/paybox-integration dir of my blog code repository. Paybox is a French payment provider. Getting their integration to work can be quite a … Continue reading

Posted in JavaScript, node.js, software development | 1 Comment

Wifi on IP Cam EM 6220 does not work – or how not to design your UI

I bought an IP cam to spy on my little baby girl. The plan was to set up this camera above her bed. It has wifi, so the lack of network sockets in the bedroom should be no problem. Setting up wifi … Continue reading

Posted in software, UX | Tagged , , , , , , , , | Leave a comment

Why we chose JSON-RPC over REST

If you don’t want to mess about with XML, REST is pretty much the industry standard for creating an API. Initially, we had a REST(ish) API. But after using it internally at HomeRez, we were not very happy with how … Continue reading

Posted in software development | 9 Comments