Laravel AI SDK 0.11: I Can Finally See What the Agent Did
Laravel AI SDK 0.11 gives every agent run one ID plus step and tool events. What it fixes, the queued listener footgun, and the alert…
Laravel AI SDK 0.11 gives every agent run one ID plus step and tool events. What it fixes, the queued listener footgun, and the alert…
Golang context past WithCancel: how WithCancelCause, WithoutCancel and AfterFunc fixed three real production bugs for me, with before and after Go code.
The Go error handling patterns I actually ship in 2026: wrapping with %w, errors.Is vs errors.As, and killing the log-and-return anti-pattern.
How I moved a Go backend from zap to the stdlib log/slog package, the handler config I use in prod, and what I quietly miss…
I ran Laravel queues on queue:work + supervisord for two years, then a 3am alert made me switch to Horizon. Here's the config that actually…
Go 1.21's log/slog brought structured logging into the standard library. Here's what it replaced for me, where it shines, and the one part I still…