It's Friday once again! Another great week of content. It was also the first Laravel London since it's reboot, the event went really well and we cant wait for the next one.
So lets get down to the top ten
@laravelphp and
@official_php things I've found this week.
In 🥇 place this week we have
@ButscH "The memory pattern every PHP developer should know about long-running processes" - This was a great post on how PHPs memory allocation works and how that now PHP is being used a lot more for long running process we can start to design our code to help fix some of the problems that can happen with long running PHP process and memory allocation this is particularly useful for things like Laravel Queues -
t.ly/6ZHLW .
In 🥈 place this week we have
@davidhemphill with "Using the Decorator Pattern in Laravel" - Another great post outlining another design pattern we can use in our PHP applications. The decorator pattern is one we have used a few times at jump24 and we can see the benefits of using. David highlights some great examples of where and when it could be applicable in your codebase -
t.ly/MqdFc
In 🥉 place this week we have
@CodeWithKyrian with "PHP Fibers: The Missing Piece for Elegant Cooperative Multitasking" - We’ve had Fibers in PHP since 8.1, I’ve yet to use them so this post was a good read for me. Kyrian talks about Fibers in PHP he goes into detail showing examples of using Fibres and how it works so if Fibers have interested you and you've not had a chance to use them give this a read -
t.ly/uVIFl
🥇
@ButscH - "The memory pattern every PHP developer should know about long-running processes" -
t.ly/6ZHLW
🥈
@davidhemphill - "Using the Decorator Pattern in Laravel" -
t.ly/MqdFc
🥉
@CodeWithKyrian - "PHP Fibers: The Missing Piece for Elegant Cooperative Multitasking" -
t.ly/uVIFl
4️⃣
@BurtDS - "A Guide to Laravel Queues: Building Scalable, Performant Applications" -
t.ly/ka_dv
5️⃣ James Seconde - "Monitor Your Webhooks with Laravel Nightwatch" -
t.ly/5WJks
6️⃣
@JohnONolan is this weeks Customer story over on the Laravel blog - "14M Requests, 1 Engineer: How Ghost Runs a 50,000-Site Directory on Laravel Cloud" -
t.ly/vZVFU
7️⃣
@carlos_granados - "
lnkd.in/e3C4Nw3h" -
t.ly/qeKeL
8️⃣
@ollieread - "Manual Service Resolution in Laravel" -
t.ly/fqs72
9️⃣
@nicodevs - "Build Your Own Private, Self-Hosted AI Applications with Ollama & Laravel" -
t.ly/JOFe8
🔟
@harrisrafto - "Static Analysis Secrets - Laravel In Practice EP13" -
That's it for this week hopefully there is something there for everyone to enjoy reading. Don't forget to tag your posts with
#PHP or
#Laravel for a chance to be in next weeks top ten.
Thanks for reading and let me know in the comments what your favourite read is or what you might have found this week.