I’ve always said unit test methods do not need docblocks, because the tests will test methods should be descriptive. I lied. Docblocks which describe your test scenario are awesome.
PHP NorthWest 2017 was the last PHPNW (for now). The conference was important, so it is time to say thank you.
I need to admit a mistake. I made a mistake in judgement when selecting which games to bring to the WeCamp Game Night.
I’ve customized my Sculpin a bit more to fit what I want with the blog.
I talk to a lot of companies and work at quite a few companies as contractor or consultant. Quite often I hear management complain about how hard it is to get good developers, and also that developers leave again after a while. Now, there are many reasons why it can be hard to find the…
I had sitting in travel not being able to do anything. Listening to music can help, but can end up also being frustrating. While I was working at Schiphol last year I got pointed to podcasts. Since then I’ve been really getting into listening to podcasts on my daily commute and it’s been making the…
The great thing about the server architectures we have these days is that everything is scalable (if you set it up correctly). The hard thing about the server architectures we have these days is that everything is scalable (if you set it up correctly). Yeah, I know. One of the things you may run into…
Recently I got an email from someone who was interested in coming to WeCamp, but needed some more information to help convince their manager. I wrote a big email trying to describe WeCamp and our ideas of what WeCamp is (or should be). Since this may actually be useful to more people that want to…
I recently found myself in a discussion on whether or not exceptions could be used to control program flow in software (specifically in PHP applications). That triggered me to post a tweet: Exceptions should not be used to control expected application flow. Discuss….@skoop This triggered quite a bit of discussion, which gave me a lot…
I’ve been running this blog on Sculpin for quite a while now, and I’m quite happy with how that works. We’ve been in a process of migrating some of our websites off a standard VPS towards a setup with Docker, Gitlab CI and Rancher. I’ve now migrated some websites, which is relatively easy, but most…