Curated developer articles, tutorials, and guides – auto-updated hourly


This is a submission for DEV's Summer Bug Smash: Smash Stories powered by Sentry. The...


Log::info('erro aqui') não ajuda ninguém às 3h da manhã. Como usar contexto, trace_id e níveis pra a...


spatie/laravel-permission is the de facto standard for roles and permissions in Laravel, and for mos...


Se você leu meus dois posts anteriores, já sabe onde isso vai dar. Falei sobre a importância de ter....


Every agency project has the same recurring ticket: "can you change the layout on the quote PDF?" Th...


Single-database multi-tenancy is the cheapest kind: one schema, one connection, an organization_id.....


Here's a sequence that shows up in almost every Laravel app that talks to the outside world: Charg...


Splitting one bill is a division. Settling a group of five people over three weeks of shared expense...

Built-in functions are usually snake_case. Modern framework code is usually camelCase. That is PHP:...


I live on the Taghazout coast in Morocco - a strip of Atlantic between Agadir and Imsouane that's...


I spent an evening building pseudo-terminal support for PHP and lost an hour of it to a bug that...


I spent today on a control plane that provisions plain VMs over SSH — the kind of app where a wrong....


Eight commits across four repos, and by evening they'd all quietly converged on the same question:.....


Of every performance optimization we have shipped for Laravel clients — OPcache tuning, query fixes,...


I ran the same storefront attacks against three models — one with its safety training deliberately.....


Log::info('erro aqui') não ajuda ninguém às 3h da manhã. Como usar contexto, trace_id e níveis pra a...


Every no-code builder I have used ends the same way: you drag boxes around, you press Save, and...


Cache::remember() é a parte fácil. Invalidar é que dói. Três estratégias pra nunca mais servir preço...


Ten days ago I published a post about encrypting personal data at rest in Symfony. A reader, Mads...


If you've ever managed a WooCommerce store past a few hundred products, you already know the catalog...


The Illusion of Standard Pagination When you build a data-heavy application—like an e-commerce...


JSON has no representation for a file. Strings, numbers, arrays, objects - that is the whole list. S...


Aquela regra de negócio no middleware não existe pro seu job, pro seu comando Artisan nem pro seu te...


Twenty-six commits across six repos, and the day had one accidental theme running through it: things...