PHP
How to filter outgoing emails in Laravel
In this tutorial I’ll show you how to use event listeners to stop outgoing emails just before they’re sent. Read more
PHP
Granular interfaces
As a system evolves, abstractions should arise from current needs, not future possibilities. Read more
PHP
The “It's Just Like…” Heuristic
Why feeling that you understand a new idea, is a sign that you didn’t. Read more
PHP
The Forty-Year Programmer
A brilliant post by Noah Gibbs with some good insights in what it means to be a developer and the things you should focus on. Read more
PHP
You might not need `useRef` for that
According to the React maintainers, React developers reach for the useEffect hook too quickly. It is far from the only hook with many naive usages. Why won’t we go through my favorite example of an Read more…
PHP
Multi-Region Laravel With PlanetScale
Chris Fidao makes sure that an app feels fast no matter from where you visit it. Fascinating stuff! Read more
PHP
Customising Laravel's URL signing key
How to swap Laravel’s URL signing key is not documented, but luckily Michael wrote a good post on it! Read more