5 Laravel Eloquent Tricks That Cleaned Up My Codebase

When I started working with Laravel on real projects which introduced juggling multiple stakeholders, admin panels, and third-party integrations, I noticed my controllers and models slowly turning into a mess of repeated queries and bloated conditionals. Eloquent is powerful, but it’s easy to use it in ways that just barely work instead of ways that […]
How to Limit WSL 2 RAM, CPU using .wslconfig

WSL 2 makes it easy to run Linux directly inside Windows, but if you use it for development, Docker, databases, builds, or other heavy workloads, you may notice that WSL can consume a significant amount of your system resources. Fortunately, WSL 2 allows you to control how much RAM and CPU it can use through […]