Hannes Van De Vreken
Working as a web developer. On his blog he writes about things he learned while experimenting with tools he might use to speed up his development.
Switching companies
After precisely 3 years (since 8 September 2014) at madewithlove, I’ve decided it was time to move on. A little while ago, I agreed to join the team at Stream as a PHP Software Engineer and Developer Advocate. Next Monday I will join them in their office in TQ in...
On PSR-7 middlewares
PSR-7 got released May 4, 2015. There is a discussion about middlewares based on PSR-7 messages, and it is awfully overdue. The most common middlewares in use since June 2015 are callables with this interface: They just work. I’ve been using them since June 2015. You can stack a number...
Airbnb tricks
Hi there! It’s been a while since my last blog post. Sorry for that. Let’s break the silence with a post on travelling with Airbnb. I like visiting cities, both for work (conferences) and pleasure. Hotels are often quite expensive in cities, and the value you get from them is...
NYC marathon preparation started
Hi all! Here’s an update on my latest leisure time activities. In April this year I ran my very first marathon: the Rotterdam marathon. 3:29:21 #mr15. The crowd was amazing! #marathon #rotterdam Een foto die is geplaatst door Hannes Van De Vreken (@hannesvdvreken) op 12 Apr 2015 om 11:15 PDT...
Displaying stream progress in PHP
With PHP you can, next to handling HTTP requests, invoke scripts from the command line. For a typical web application this could be used to run database migrations, insert data into the database from fixtures or seeders, repetitive tasks run by cron, clear the cache (cache:clear), general admin stuff… basically...