Latest Articles
Insights, tutorials, and thoughts on web development

Laravel Telescope: See What Happens Inside Your Application
A practical guide to installing and using Laravel Telescope to inspect requests, queries, jobs, exceptions, cache operations, and events safely.
Read More
Laravel Rate Limiting: How to Protect Your API from Too Many Requests
A practical guide to rate limiting in Laravel: protect routes, define limits per user or IP address, customize 429 responses, use Redis in production, and test the result.
Read More
Laravel Boost: Better Context for AI Coding
Install Laravel Boost in two steps and let your AI coding agent understand your routes, database, logs, configuration, and Laravel versions.
Read More
Advanced Laravel 13 API Tutorial: Professional Design Patterns
An advanced Laravel 13 tutorial for learning versioning, authentication, filtering, authorization, testing, and API documentation.
Read More
Ubuntu 24.04 Production Server Setup: A Complete Guide for Laravel Projects
A practical ten-phase guide to provisioning a fresh Ubuntu 24.04 server and deploying Laravel on it: Nginx, PHP 8.4, MySQL, Redis, Supervisor and SSL via Certbot, plus app isolation, task scheduling, automated deploys with GitHub Actions and OPcache tuning.
Read More