Risk tolerance: why some countries prefer more complex UIs

An analysis of Uncertainty Avoidance and Amazon’s website in various countries Photo by Nathan Dumlao on Unsplash What do Switzerland, the US, Sweden, the UK, and the Netherlands have in common? They are all rich, protestant, relatively cold countries where a big part of the population consists of (former) immigrants. They also form the top 5 of… Continue reading Risk tolerance: why some countries prefer more complex UIs

How to Parse JSON in PHP

JSON, short for JavaScript Object Notation, is a common lightweight format for storing and exchanging information. As the name suggests, it was initially derived from JavaScript but it is a language-independent format for storing information. A lot of languages like PHP now implement functions to read and create JSON data. This tutorial will teach you… Continue reading How to Parse JSON in PHP