My First Week With GPT-6 Astra
GPT-6 Astra was my main Codex driver for the last week, and I am back on GPT-5.5. That sounds harsher than my actual opinion…
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.
In Laravel applications using the laravel/ui package for authentication, the feature for verifying an email address after registration is built-in but is not enforced…
Read postYou 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