Hacks

For(each) alternatives: introducing “array_map” and “array_filter”

Being a programmer, you’re probably very (very) familiar with the for and foreach loops in PHP and Javascript. So familiar […]

Read more
Javascript: Synchronous imports

Recently we’ve come across a challenge. Well not really a challenge for normal developers, but one for developers that like […]

Read more
PHP: array_map vs array_map with callback vs foreach

So we’ve come across plenty of posts comparing / measuring performance of the PHP array_map function vs foreach. So we […]

Read more