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.
Bootstrap 5 utility classes are a set of predefined CSS classes that allow you to quickly apply common styles and layout options to your…
Read postTo rename the master branch to main and make it the default branch in your GitHub repository, follow these steps: Clone the repository from…
Read postMoving a Git repository to another (or from one hosting platform like Bitbucket to another like GitHub) while preserving the full history, including all…
Read postWith the rise of large language models (LLMs) like GPT-4 and Claude 3 Opus, some people are wondering if software developers will soon be…
Read postHere's a how Cursor, a VSCode fork with built-in GPT-4 support, crafts its API requests to GPT-4 to generate code. Original API Request {…
Read postCursor is a VSCode fork with built-in support for large language models (LLMs). It allows users to select code, hit Ctrl+K, write an LLM…
Read postWhen attempting to upgrade Ubuntu (in my case from 18.04 LTS to 20.04 LTS) on Windows Subsystem for Linux 2 (WSL2), the process may…
Read postUsing a database for email storage seems like a logical step for enhanced search efficiency. But there's a number of things to consider. Databases…
Read postIn Laravel applications using Inertia.js and Vue.js, there might be scenarios where you need to submit a form to a new window. Standard Inertia.js…
Read postAI-Assisted Coding is about understanding how AI thinks and behaves. CodeGut offers a unique perspective on the collaboration between humans and AI in the realm…
Read postTailwind CSS is designed to include only the classes used in your project in the final build CSS file. This approach keeps the file…
Read postDual-use Controllers in Laravel Dual-use controllers in Laravel serve a dual purpose: they return/render an Inertia/Vue page when accessed normally and JSON data when…
Read post