Should interfaces communicate the rules of interaction, or the behavior?Q: Why should I use an interface? What are they good for?Jan 31, 20191Jan 31, 20191
Consider the effects of your codeWe are all guilty of spending time on micro-optimizations and making sure we point them out when we see them. But there is a fine line…Jan 17, 20191Jan 17, 20191
Accurate numbers in PHPMost web applications deal with decimal numbers at some stage — currency, coordinates, measurements, scientific arithmetic — but PHP does…Nov 16, 20182Nov 16, 20182
Published incodeburstModels and Collections for Vue.jsThe relationship between data, component states, and the actions that affect them is a fundamental and unavoidable layer to manage when…Oct 18, 20172Oct 18, 20172
Published incodeburstUsing Laravel’s Eloquent EfficientlyEver since Laravel 5.3, I’ve seen many cases where Eloquent’s relations and their underlying query builders are not used efficiently. Many…Jun 20, 20178Jun 20, 20178