Recent Posts

Congestion games

1 minute read

Congestion games are a class of games in game theory first proposed by American economist Robert W. Rosenthal in 1973.

Embody it

less than 1 minute read

“Don’t explain your philosophy. Embody it.”

Authorization in Linux

2 minute read

Linux is a clone of UNIX, the multi-user operating system which can be accessed by many users simultaneously. Linux can also be used in mainframes and server...

PSR-11 Container Interface

2 minute read

The goal set by the Container PSR is to standardize how frameworks and libraries make use of a container to obtain objects and parameters.

PHP comments

3 minute read

When programming in any language the process of adding comments involves writing notes alongside the code to describe what the code does and how it works. Th...