Blog

Articles about web development, programming, and technology

Categories

Redis Patterns in Laravel You're Not Using (But Should Be)

Redis Patterns in Laravel You're Not Using (But Should Be)

Go beyond Cache::get() and Cache::put(). Explore production-tested Redis patterns — buffered counters, distributed locks, sliding window rate limiting, Lua scripts, pub/sub, and pipeline batching — with real Laravel code.

· 13 min read · AxVi · 87
Livewire 4 vs Inertia vs API+SPA: When to Choose What

Livewire 4 vs Inertia vs API+SPA: When to Choose What

Three ways to build Laravel frontends in 2026. An opinionated, practical comparison with real code examples, a decision matrix, and hybrid approaches — from someone who ships with Livewire daily.

· 13 min read · AxVi · 77
+1
One Binary to Rule Them All: Shipping Laravel as a Single Executable

One Binary to Rule Them All: Shipping Laravel as a Single Executable

A deep dive into deploying a modern Laravel 12 developer blog using a static FrankenPHP binary, Docker multi-stage builds, Traefik reverse proxy with automatic SSL, and GitHub Actions CI/CD pipeline. A real-world guide to building the ultimate zero-dependency PHP deployment.

· 17 min read · AxVi · 105
+2