Read Blogs

Laravel’s AI SDK Just Made MCP Mandatory. Here’s What That Actually Breaks

Why v0.11.2 requires laravel/mcp for agent tools now, what changes in your existing agent code, and whether 7.4M installs means you can trust it in production. composer require laravel/ai alone, on v0.11.2, does not install laravel/mcp. That’s worth stating precisely before anything else, because “mandatory”… Read More »Laravel’s AI SDK Just Made MCP Mandatory. Here’s What That Actually Breaks

Laravel Just Shipped Native Vector Search for MariaDB. If You’re on MySQL, You’re Locked Out

What the new native vector search actually supports, why plain MySQL got skipped, and the workaround I’m using until it catches up. whereVectorSimilarTo() on a MySQL connection throws a RuntimeException. It always has, since these methods first shipped, and — as of the PR that… Read More »Laravel Just Shipped Native Vector Search for MariaDB. If You’re on MySQL, You’re Locked Out

I Rebuilt My Laravel API’s Auth Layer With an AI Code Reviewer. It Caught 3 Bugs a Senior Dev Missed

A real before/after audit of what automated review actually catches versus what it just flags noisily. The auth layer had already been through two rounds of human review before it went anywhere near an AI reviewer — a senior developer who’s shipped Sanctum-based APIs before,… Read More »I Rebuilt My Laravel API’s Auth Layer With an AI Code Reviewer. It Caught 3 Bugs a Senior Dev Missed

JavaScript Async/Await in 2026: How to Stop Writing Code That Breaks in Ways You Don’t Expect

Unhandled rejections, sequential vs parallel mistakes, the Promise.all trap with partial failures, async forEach that does not work the way you think, AbortController for cancellation, and the error handling pattern that catches what try/catch misses — the async patterns that actually work in production. A… Read More »JavaScript Async/Await in 2026: How to Stop Writing Code That Breaks in Ways You Don’t Expect

Laravel vs Node.js in 2026: A Senior Developer’s Honest Verdict After Using Both in Production

Performance benchmarks, hiring costs, ecosystem maturity, AI tooling support, deployment complexity, and the project types where each genuinely wins — not the Reddit opinion, the actual production experience from someone who has shipped both. Every “Laravel vs Node.js” post either declares a winner in the… Read More »Laravel vs Node.js in 2026: A Senior Developer’s Honest Verdict After Using Both in Production