Skip to main content
ArticlesProjectsUsesNowWork HistoryAbout
Category Archive

Articles: Laravel

Technical writings, opinionated architectures, and development guides focusing on Laravel.

Articles82
Est. Read Time737 mins
Tags180
Featured5

Learn how to build device-based rate limiting in Laravel with Fingerprint.dev, Redis caching, and custom middleware to avoid the limits of IP-based throttling.

laravelrate-limitingsecurityredisdevice-fingerprinting

Use state machines and workflow engines in Laravel to keep business rules explicit, auditable, and resilient across async processes.

laravelstate-machinesworkflow-enginedomain-driven-design

Most Laravel APIs start as clean CRUD systems. This article walks through why that breaks down, and how an action-based design fixes the mess.

laravelapi-designrest-apibackend-developmentarchitecture

Building a configurable lead scoring engine in Laravel 13 - config-driven weights, query objects for prioritised retrieval, rescoring commands, and a top leads endpoint.

laravelapi-designapi-architecturerest-api

Building a lead enrichment and scoring pipeline in Laravel 13 using the AI SDK, structured agents, composable Action classes, and PHP enums for type-safe status management.

laravelapi-designapi-architecturerest-api

Add JWT auth to a Laravel API with register, login, refresh, and logout flows using Form Request DTOs, Action classes, and auth:api middleware.

laravelapi-designapi-architecturerest-api