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...
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...
Reverse Interview : Questions to ask the company during your interview. This is a list of questions which may be interesting to a tech job applicant.
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 bot getting banned by Twitter).