Category: Technology

How NOT to write (PHP) code

My comment on one of the files of SuiteCRM: https://github.com/salesagility/SuiteCRM/issues/3687 So... * todo: encapsulate logically…

Drupal 8 – Amazing progress!?

Drupal 8 (cash-cow of digital agencies)... after so many years, they cannot event get the…

The cost of a million objects – revisited for PHP7

PHP 7 is out there finally and I am sure the adoption rate will be…

Full-text search using PostgreSQL: simple, fast, cached

Let's find out what can we achieve; using what we already have, without adding other…

PHP: The cost of a million objects on function calls

Especially, if you are a start-up, all it takes is a fine combination of: a…

PHP Memory Usage: The cost of a million objects

Even though memory is getting cheaper, our applications are becoming more complicated and we need…

How good are the abstraction layers?

Choosing the features based on the lowest common denominator of X number of database systems…

Managing date fields properly with correct time zones in PostgreSQL

In apps for users all around the world (even in apps for local users where…

WHAT HAS CHANGED SINCE PHP 5.5.3?

A LOT! From: http://www.charliebaird.co.uk/bugs_2000.htm Bugs are not always cute. So, we need to upgrade all…

PHP says “Nooo” to my integer

Another eye-opener from PHP is the unexpected behaviour of integer filters. Here is a test…