PHP
Functional Programming is not weird: you just need some new patterns
Don’t be afraid of friction when learning new things. Read More
Don’t be afraid of friction when learning new things. Read More
Let’s see what CORS is actually doing, and why it’s actually our friend. 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…