Terms of Service
The terms under which this website and its tools may be used.
The terms under which this website and its tools may be used.
Regex syntax in one page: characters, quantifiers, groups, lookaround and flags, plus the traps that make...
Create a JSON API in Laravel with routing, form request validation, API resources and pagination.
Get a Laravel application onto EC2 with Nginx, PHP-FPM, a queue worker and the scheduler.
Highlighting code at save time removes 30–100 KB of JavaScript and a repaint from every article you publi...
The Git commands that come up in real work, including the ones for undoing things safely and the differen...
One-to-one, one-to-many, many-to-many and polymorphic relationships, and when each is the right choice.
A form request with rules, custom messages and prepared input.
Every HTTP status code worth knowing, what it actually means, and when to return it rather than something...
Set Redis up as the cache and queue driver, and understand when tags help and when they do not.
A dependency-free debounce with immediate-mode support.
Why the most common ORM performance bug hides in development and only appears under real data.