Queues and Jobs in Laravel: Processing Tasks in the Background
Why anything that talks to the outside world belongs in a queued job, and how to dispatch, delay, and chain them correctly.
Articles on web development, tools, and lessons learned.
9 articles · browse by category or tag below
Why anything that talks to the outside world belongs in a queued job, and how to dispatch, delay, and chain them correctly.
The mental model that actually explains Next.js data fetching — where to fetch, when to cache, and how streaming works.
The three concepts that make NestJS feel structured — and why dependency injection makes your code dramatically easier to test.
The mental model behind every WordPress plugin and theme — and how to create your own hooks so others can extend your code too.
React.memo, useMemo, useCallback, and code splitting — how to actually measure and fix real React performance problems.
Structuring a real multi-service Docker Compose stack — app, worker, database with health checks, and environment-specific overrides.
Structuring an ASP.NET Core app so business logic has zero dependency on frameworks or databases — Domain, Application, Infrastructure, and Web layers.
Shared database with a tenant_id, separate schemas, or fully separate databases per tenant — the real trade-offs behind each approach.
The web app manifest, a service worker for offline support, and making a normal website installable to a home screen.