Technical content mostly focused at getting unstuck.

These articles are a diary of solutions to my blockers as well as what I observe some programmers get stuck on, and other fun technical write-ups.

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...

Request redirects in Laravel

Redirecting users in Laravel can be accomplished using several methods, each with its own advantages. In this article, we'll explore...