The Cost of AI Is Now My Main Blocker
My main blocker right now is the cost of AI. I use AI for everything I do and I am very productive with it.…
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.
Event bubbling is a concept that describes how events propagate or "bubble up" through the DOM tree. When an event occurs on a nested…
Beitrag lesenWhen manually inserting data with explicit ID values into a PostgreSQL database, the auto-increment sequence doesn't automatically adjust. This can lead to conflicts when…
Beitrag lesenHere's a straightforward, text file-based system to help you stay organized. Consistency is key. Stick with this system, and you'll find yourself more productive.…
Beitrag lesenImplementing email functionality is far from straightforward. The right solution depends on your specific needs, user base, and resources. Sending and Receiving Sending and…
Beitrag lesenPulling changes from the main branch into your feature branch is a common task before pushing changes and creating a pull request/merge request. Note:…
Beitrag leseno1 shows some improvements over GPT-4o. It fixed a small bug in my code, returning a working solution that was on par with Claude…
Beitrag lesenInline composables offer a way to refactor components without creating multiple files. The idea is to organize related functionality into units within the same…
Beitrag lesenOpenAI has split their GPT-4 model into two distinct versions: one optimized for ChatGPT and another for API use. This change was announced on…
Beitrag lesenPicture this: It's ten years ago, and you've just launched a new WordPress blog. Within hours, sometimes even minutes, your content is indexed by…
Beitrag lesenIn Laravel applications with Inertia.js and Vue, sharing data between components often involves provide/inject patterns, or custom composables. Inertia's page props offer a simple…
Beitrag lesenWhen working with Laravel's Eloquent ORM, you may have noticed that you can access relationships with parentheses () and without. This small syntactical difference…
Beitrag lesenThe Problem: Redundant Database Queries Imagine you have a Laravel component that fetches data from the database. This component is used multiple times in…
Beitrag lesen