November 12, 2020
A quick look at how Laravel 8's class-based database factories help with simpler tests, and how being lazy can speed up your tests.
October 31, 2020
A surprisingly simple validation rule that invalidates a request if a specific parameter exists.
August 31, 2020
It is possible to convert an SVG image into PNG, JPEG, or even WebP, in the browser.
August 15, 2020
Want to allow users to move elements around a page no matter what device they're using? Here's a quick guide to implementing drag and drop for mouse and touch users.
June 9, 2020
Git lets you rename your branches, but renaming your master branch can be tricky.
May 27, 2020
Composer taking a while to install/update? It's either time to go and make a coffee, or try these tips to speed it up again.
March 5, 2020
A cross-platform, vanilla JavaScript text editor that can provide code highlighting (or any other kind of highlighting).
February 26, 2020
Name the data sets in your data providers to help identify failing tests, and generally make life easier.
February 19, 2020
A quick look at how Laravel's database factories help with simpler tests, and how being lazy can speed up your tests.
February 12, 2020
Sometimes you just cannot predict the root cause of an issue.