Classical Inheritance in JavaScript : JavaScript is a class-free, object-oriented language, and as such, it uses prototypal inheritance instead of classical inheritance. This can be puzzli...
I Love Typography : I Love Typography, devoted to fonts, typefaces and all things typographical.
Basic Twitter bot etiquette : So you want to make a Twitter bot! That’s great! Here are some basic rules for making a bot that isn’t an asshole (and also reduce the chance of the b...
DesignPatternsPHP : This is a collection of known design patterns and some sample code how to implement them in PHP. Every pattern has a small list of examples (most of t...
htop explained : For the longest time I did not know what everything meant in htop.
I thought that load average 1.0 on my two core machine means that the CPU usage is ...