Mar 19, 2025
The status column dilemma
We've all at some point added a status column to one or multiple database tables. After all, everything can have a status, right? But is it actually the right thing to do?
Jan 29, 2025
Laravel's magic and its pitfalls
Laravel's magic is everywhere and it can help you reduce the size of your codebase by way of "shortcutting" the code but is it actually the most efficient way of writing code?