Software developer, and wannabe keyboardist.

I'm Damilola, believer of Jesus Christ, husband, and father. Enjoy working with Laravel/PHP and Vue/JS. Currently hacking away at DevDb for an awesome experience working with databases in VS Code.

Writing blazing fast Laravel tests

No one wants slow tests. This is especially true if you have a large test suite with lots of database interactions.

Unique field validation in Laravel

When building Laravel applications, and perhaps in any web application, validating user input is important. A common requirement is ensuring...