Recent Posts

PSR-4 and namespaces

2 minute read

PSR-4 is a specification for auto-loading of classes from the file path. It describes where the files to be autoloaded are located.

PHP Standards Recommendations

1 minute read

Historically PHP, unlike other programming languages, has never had a standard that establishes how code should be written and structured. This has led to pr...

Gift exchange game

1 minute read

The gift-exchange game is a game that has been introduced by Akerlof and Yellen to model labor relations. Two players are at least involved in such game – an...

Signaling game

1 minute read

A signaling game is a simple type of a dynamic Bayesian game.