Writing on software development, Laravel ecosystem, and the tech industry.

A collection of articles and snippets, presented in chronological order.

The Complete Guide to the Laravel AI SDK in Laravel 13

Laravel 13 ships a first-party AI SDK that replaces the patchwork of vendor SDKs and community packages. Here's how to use every capability — agents, streaming, structured output, tools, embeddings and RAG — in one working project.

Real-Time Notifications with Laravel Reverb and Echo

Reverb is Laravel's free, first-party WebSocket server. Here's how to go from zero to live browser notifications — private channels, Echo, and an Alpine.js toast — without touching Pusher.