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.
There was an article by Search Engine Roundtable stating that Bing has gained less than 1% market share since adding Bing Chat. This claim…
Read postWhen you return an Inertia response using Inertia::render(), it doesn't return a standard Laravel response object directly. Instead, it returns an instance of Inertia\Response,…
Read postExample Scenario: Consider a Card.vue component with default Tailwind CSS styling. <template> <div class="bg-gray-200 p-4 rounded"> <!-- Card content --> </div> </template> When attempting…
Read postIf you encounter the following error during a deployment in Laravel Forge: git@github.com: Permission denied (publickey). fatal: Could not read from remote repository. Please…
Read postShould you run npm run build on your development machine and commit everything to Git or should you commit your app without those files…
Read postBefore PHP 7, error handling and exception handling were quite distinct: Exceptions (Exception Class): Exceptions were used for handling exceptional conditions in the application…
Read postIn Vue, the <template> tag itself is not considered as a "root element" in a component. It's part of Vue's template syntax and serves…
Read postIn a multi-tenant architecture, a single instance of a software application serves multiple clients or "tenants." The term "tenant" refers to each individual client…
Read postIn Bootstrap 5, there's a change in how data attributes are named. Example: In Bootstrap 4 and earlier, to activate a modal, you'd use:…
Read postGoogle, a name synonymous with "searching on the internet". Their mission? To organize the world's information. But something's changed. Here's the situation: RankBrain and…
Read postConsider this analogy: If a history book written in 2000 is to remain relevant in 2023, it either needs new chapters added or a…
Read postGoogle's initial goal was simple: "to organize the world's information and make it universally accessible and useful." But the landscape of search has changed…
Read post