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…
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…
Chris Fidao makes sure that an app feels fast no matter from where you visit it. Fascinating stuff! Read more
How to swap Laravel’s URL signing key is not documented, but luckily Michael wrote a good post on it! Read more
[AdSense-A]
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.
Earlier this week Jason McCreary deployed a feature which automatically spawns new worker servers for Shift based on the job queue workload. This reduced server costs by 97% and wait times by 80%. Read more
[AdSense-A]
I'm proud to announce that our team has released a new small package: spatie/laravel-model-info. Let's take a look at what this package can do.
Let’s take a look at the different ways to generate a random number in PHP. Read more
Pretty cool that you can achieve this by executing a query, and without application logic. Read more