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.
Rendering Chart.js charts into PDFs with wkhtmltopdf can be surprisingly tricky. wkhtmltopdf uses QtWebKit (an older browser engine), while Chart.js draws on an HTML5…
Beitrag lesenEveryone talks about prompt engineering as if memorizing templates and adding "think step by step" will suddenly get you amazing AI results. That's not…
Beitrag lesenStock prices are at all-time highs and traditional valuation metrics like P/E ratios are largely ignored. At the same time, passive investing through ETF…
Beitrag lesenGPT-5 doesn't just write code; it thinks like an engineer. When faced with complex dependency conflicts that stumped previous models, GPT-5 takes a methodical…
Beitrag lesenIn Laravel, a Factory is a class dedicated to generating instances of your Eloquent models. They solve a fundamental problem: your application needs data…
Beitrag lesenThe WSL2 virtual machine (Vmmem process) can consume a significant amount of system memory and CPU. You can set resource limits by creating a…
Beitrag lesenDoes your computer fan get loud when you run Docker or your system becomes sluggish? Usually, the problem is not Docker itself, but a…
Beitrag lesenIs your Docker-based development environment sluggish? Do your fans spin up for no reason? If you run docker stats, do you see your MySQL…
Beitrag lesenGit 2.23 introduced two commands that replace the two different jobs git checkout used to do: git switch — change or create branches git…
Beitrag lesenIf you’ve accidentally deleted multiple tracked files in your Git repository, you can bring them all back at once using this simple command: git…
Beitrag lesenLaravel's cache tags feature only works with Redis and Memcached. Using it with other cache drivers (file, database, DynamoDB, array) will throw exceptions. This…
Beitrag lesenWhen working with Statamic's Bard fieldtype programmatically, you'll often need to convert its structured data to HTML. The documentation doesn't make this obvious, but…
Beitrag lesen