HorusKol

database

Money - and how to handle it

August 2, 2021

The obvious choice for handling money in an application is not the correct one.

Laravel 8 database factories for even better testing

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.

Laravel database factories for better testing

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.

Don't use in-memory SQLite for testing Laravel

November 10, 2018

Don't let in-memory SQLite seduce you.