Switching from GPT-5.5 to GPT-5.6 Made Me Less Productive
I pay for three Codex subscriptions at $200 each, and for the past week they have mostly bought me waiting. Since I switched from…
Read postBlog
Laravel, AI-assisted development, SaaS, SEO, tooling, and the parts that only show up once software is used by real people. Mostly technical, but not trapped in one narrow lane.
Continue browsing the archive.
You can modify the registration process in a Laravel application that uses laravel/ui (link) to generate a random password and send it via email…
Read postHere's a practical method to extract data from a remote MySQL database and save it in CSV format on our local machine, all with…
Read postLaravel offers a robust queue management system that's essential for handling background tasks in applications. Three key settings, namely retry_after, timeout, and backoff, play…
Read postI operate a website with distinct content versions tailored for users in the US, UK, AU, and other countries. While these versions are largely…
Read postAt its core, the "Too Many Redirects" error happens when a web page continually redirects between different URLs, forming an infinite loop. Now, in…
Read post