
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 moreBeing a programmer, you’re probably very (very) familiar with the for and foreach loops in PHP and Javascript. So familiar […]
Read moreThis is the second part in our “How to make your own PHP framework”-tutorial. Check out the first part of […]
Read moreWe’ve all been there; “how does a framework work?”, “what is the purpose of a framework?” or maybe even “how […]
Read moreRecently we’ve come across a challenge. Well not really a challenge for normal developers, but one for developers that like […]
Read moreSo we’ve come across plenty of posts comparing / measuring performance of the PHP array_map function vs foreach. So we […]
Read moreMy disappointment is immeasureable and my day is ruined. Artslap This is literally what I think every day I see […]
Read moreThis is a post about if statements and how to use them accordingly (depending on your language of course).
Read more