Here are a few of my latest articles.

Published 4 months ago on Eloquent Architecture
The LoB principle dictates that the behavior of a unit of code should be as obvious as possible by looking only at that unit of code. But I think something is missing from this discussion.
- Design Patterns
- Vue.js
- jQuery
- Alpine.js
- htmx
- React.js
- Stimulus.js
- Laravel

Published 5 months ago on Eloquent Architecture
Some dashboards, like Stripe's, let you see values compared to a previous time period. Let's take a quick look at how we might begin to integrate this kind of functionality into your Laravel app's dashboard.
- Laravel
- PHP
- Dashboard
- Dates

Published 5 months ago on Eloquent Architecture
With some of the basics from part I out of the way, now we can move on to extended topics like pagination, relationships, rate limiting, etc.
- Laravel
- PHP
- SDK
- Http

Published 6 months ago on Eloquent Architecture
Each call to the builder will modify the underlying pending request. Every modification, another link in the chain, that will be sent, finally, with get().
- Laravel
- SDK
- API
- Http
- PHP

Published 6 months ago on Eloquent Architecture
Easily scalable with multiple queue workers. Jobs can be rate limited. Failures can be retried.
- Laravel
- PHP
- Queues
- Jobs
- Batches
Read more over at Eloquent Architecture.