Archive for July 2016
Bust That Cache Through A Content Hash
There are different approaches to bust the cache when your static assets have changed. I’ll briefly touch upon the most common one before describing the method I use on my sites.
Read MoreIncluding A Constructor In Your Interface
Having a constructor in an interface is a bad idea, even though PHP might allow it. In this article, I want to explore the reasoning behind that statement.
Read More