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.
Based on extensive testing and real-world usage data from the validate-emails project, I've analyzed nine leading email verification services: EmailListVerify, MillionVerifier, MyEmailVerifier, CaptainVerify, Proofy.io,…
Beitrag lesenHave you ever moved a PHP class file to a different directory, only to be greeted with this dreaded error? Internal Server Error ErrorException…
Beitrag lesenI've noticed a significant issue with Anthropic's latest Claude 3.5 Sonnet model: it becomes increasingly lazy as conversation context grows. This is a consistent…
Beitrag lesenWelcoming new users, celebrating their achievements, or notifying them about important events: sending well-timed emails can significantly improve user engagement. I'll show you how…
Beitrag lesenWhen you build a Laravel application with authentication, Laravel automatically sends several emails to your users - like verification emails when they register or…
Beitrag lesenI used GitHub Copilot from early 2022 to mid 2024 and switched to Cursor at the beginning of 2024. I've tested Sourcegraph Cody and…
Beitrag lesenYou ran composer update when you meant to run composer install, and now your dependencies are all over the place. Here's how to fix…
Beitrag lesenYou're trying to switch branches and git yells at you: git checkout feature-branch error: Your local changes to the following files would be overwritten…
Beitrag lesenWhen working with Docker containers, one common challenge is how to connect from inside a container to other services - whether they're running directly…
Beitrag lesenI'll show you how to install Laravel Sail on your existing Laravel application that uses an older PHP version, using the correct PHP version…
Beitrag lesenThis outlines the steps to implement email verification in a Laravel 11 application using Jetstream with Inertia + Vue. This will ensure new users…
Beitrag lesenSometimes you need to attach event listeners to elements that don't exist when the page initially loads. This is common in scenarios like: Dynamically…
Beitrag lesen