PHP
5 Simple Laravel Tips and Tricks
Here are 5 simple Laravel tips and tricks that you can start applying and using in your Laravel applications right now! Read More
Here are 5 simple Laravel tips and tricks that you can start applying and using in your Laravel applications right now! Read More
My colleague Alex recently fixed a strange problem with Redis. Read More
I just saw u/SaraMG‘s great pipe operator RFC. https://wiki.php.net/rfc/pipe-operator I believe it to be one of the finest additions to PHP in the last few years. Why didn’t it make it into the language? Never Read more…
There is a discussions on externals.io (here) regarding which names ought to be chosen for future additions to the core PHP library. TL;DR is that currently two functions are being proposed that work for iterables Read more…
Hey. I would like to present you a new project of an open source online store. We recently made an alpha release, and we have something to show. Why did we start this project? This Read more…
The whole shared-nothing request container architecture. In each request you have a clean state with now left overs and some guarantee that you are not piling up memory leaks over requests. This allows easy scaling. Read more…
In this section of their docs https://discord.com/developers/docs/interactions/slash-commands#receiving-an-interaction it says: – Your endpoint must be prepared to ACK a PING message.- Your endpoint must be set up to properly handle signature headers–more on that in Security Read more…
I am working with some terrible written online system (Laravel framework), and I see some of the code that is highly possible to be dead one. The problem is that I cannot trust that much Read more…
If your coding standards takes 3 minutes to run in CI, then you’ve messed up your build configuration. We run php lint, cs, and phpstan in under 2 minutes on a big project and in Read more…
This is a follow-up to this post. I’ve decided that paying a few pounds for a Udemy course is looking like the best way forward for me, as it’s a balance between the inadequate free Read more…