Things are what we do

Latest posts

  • For(each) alternatives: introducing “array_map” and “array_filter”
    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
  • PHP Tutorial: How to make your own PHP framework [part 2 of 2]
    PHP Tutorial: How to make your own PHP framework [part 2 of 2]

    This is the second part in our “How to make your own PHP framework”-tutorial. Check out the first part of […]

    Read more
  • PHP Tutorial: How to make your own PHP framework [part 1 of 2]
    PHP Tutorial: How to make your own PHP framework [part 1 of 2]

    We’ve all been there; “how does a framework work?”, “what is the purpose of a framework?” or maybe even “how […]

    Read more
  • Javascript: Synchronous imports
    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
    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
  • The state of the web
    The state of the web

    My disappointment is immeasureable and my day is ruined. Artslap This is literally what I think every day I see […]

    Read more
  • If-statements

    This is a post about if statements and how to use them accordingly (depending on your language of course).

    Read more