My self-assigned challenge for 2017 was to watch at least one conference per day, for one year. That's the first time I try this challenge. Let's dive in for a recap. 267 conferences In some way, I failed the challenge because I've been able to watch only 267 conferences. With an average of 34 minutes … Continue reading One conference per day, for one year (2017)
Month: January 2018
Random thoughts about `::class` in PHP
The special `::class` constant is pretty useful in PHP. Let's go through some useful and strange examples.