Category: Interesting
The true purpose of testing
A very nice article about testing and how we should focus more on testing the intention of our code and not the implementation.
Reservable models
I stumbled upon this great article from Aaron Francis (@aarondfrancis) where Aaron explains how to use Laravel’s cache locks to reserve models. I found it very interesting.