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…
Beitrag lesenBlog
Ich schreibe über Software, KI-gestützte Entwicklung, Laravel, SaaS, SEO, Tooling und alles, was sichtbar wird, wenn Software im Alltag genutzt wird. Meist technisch, aber nicht auf ein Thema beschränkt.
Weiter im Archiv.
PHP has come a long way since its humble beginnings in 1995. While it was originally designed as a simple templating language, PHP has…
Beitrag lesenImagine you're working on a project that involves sending and receiving JSON data. You want to ensure that the data follows a specific structure…
Beitrag lesenAs a freelance Laravel and Vue.js developer in 2024, I can confidently say that there has never been a better time to be a…
Beitrag lesenBootstrap 5 utility classes are a set of predefined CSS classes that allow you to quickly apply common styles and layout options to your…
Beitrag lesenTo rename the master branch to main and make it the default branch in your GitHub repository, follow these steps: Clone the repository from…
Beitrag lesenMoving a Git repository to another (or from one hosting platform like Bitbucket to another like GitHub) while preserving the full history, including all…
Beitrag lesenWith the rise of large language models (LLMs) like GPT-4 and Claude 3 Opus, some people are wondering if software developers will soon be…
Beitrag lesenHere'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 {…
Beitrag lesenCursor 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…
Beitrag lesenWhen 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…
Beitrag lesenUsing a database for email storage seems like a logical step for enhanced search efficiency. But there's a number of things to consider. Databases…
Beitrag lesenIn 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…
Beitrag lesen