How to Get Better at Customer Interviews
Some good advice by Michele Hansen
Read more [userlist.com]
Some good advice by Michele Hansen
Read more [userlist.com]
Our worldviews are grown from other people’s models. How do we control what models we let in?
Read more [verraes.net]
Join 9,500+ smart developers
Get my monthly newsletter with what I learn from running Spatie, building Oh Dear, and maintaining 300+ open source packages. Practical takes on Laravel, PHP, and AI that you can actually use.
No spam. Unsubscribe anytime. You can also follow me on X.
"Freek publishes a super resourceful and practical newsletter. A must for anyone in the Laravel space"
I'm proud to announce that our team has released a new package called laravel-dynamic-servers.
This package can help start and stop servers when you need them. The prime use case is to spin up extra working servers to help you process the workload on queues.
In this blog post, I'd like to introduce the package to you.
Jeffrey Way of Laracasts showcases some nice HTML goodness.
Some critical thoughts about React. I think the criteria used to determine if React is the right tool, can be used to think critical about your favourite framemework / piece of software.
Read more [joshcollinsworth.com]
Matthias Noback explains the difference.
Read more [matthiasnoback.nl]
Here's a nice video from Povilas in which he explores our spatie/laravel-stubs package.
Here's my talk on our popular Laravel Data package, which I gave at Laracon Online earlier this week.
– dev.to
Ben Ramsey explains how can start working on PHP's source code using JetBrains' C IDE.
Read more [dev.to]
My colleage Sebastian digs named arguments in PHP. As do I!
Read more [sebastiandedeyne.com]
– ralphjsmit.com - submitted by Ralph J. Smit
In this tutorial I'll show you how to use event listeners to stop outgoing emails just before they're sent.
Read more [ralphjsmit.com]
As a system evolves, abstractions should arise from current needs, not future possibilities.
Read more [sebastiandedeyne.com]
Why feeling that you understand a new idea, is a sign that you didn't.
Read more [verraes.net]
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 [codefol.io]
A cool new tool by Matthias Noback.
Read more [matthiasnoback.nl]
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 incorrect usage for useRef?
Read more [flareapp.io]
– fly.io
Chris Fidao makes sure that an app feels fast no matter from where you visit it. Fascinating stuff!
Read more [fly.io]
A great way to go about signing git commits.
Read more [blog.1password.com]
How to swap Laravel's URL signing key is not documented, but luckily Michael wrote a good post on it!
Read more [dyrynda.com.au]
One of the joys of using packages in the Laravel ecosystem is how easy they are to install. Packages can be pulled in using Composer, and Laravel will automatically discover them.
In this post, you'll learn how to easily add an install command, making it even easier for package users to start using a package.