Coding
Creating and deploying a PHP api
Hello, I am building an app using NextJS (react) which is basically the frontend of it. Now for the backend I would live to use PHP (such as laravel) for an API that I can Read more…
Hello, I am building an app using NextJS (react) which is basically the frontend of it. Now for the backend I would live to use PHP (such as laravel) for an API that I can Read more…
I just tried enabling JIT on my php8 with the following two lines: bench.php went from 0.232 to 0.074 (ran multiple times, both varied by ±0.002 at most). I know it’s not representative of real-world Read more…
At 30 years old, I just received a Scholarship for a 10 months training to become PHP/Symfony Developper and I am so excited, I just wanted to share it with you ! It’s the start Read more…
Podcast: Play in new window | Download Subscribe: Apple Podcasts | Google Podcasts | Spotify | Stitcher | RSS | More elePHPant @@elephpant source
Podcast: Play in new window | Download Subscribe: Apple Podcasts | Google Podcasts | Spotify | Stitcher | RSS | elePHPant @@elephpant source
The project is relatively straight-forward, and I’m sure it’s been done before. But this is my take. RIPChat is meant to be a very temporary, and anonymous messaging service using REDIS as a primary store Read more…
Features covered in the video – Union Types – Named Arguments – Attributes – Constructor Property Promotion – Match Expression – WeakMaps – and couple of others. https://youtu.be/uU1-ZqIbYes Your explanation of JIT is wrong. You Read more…
I have to work with an old XML-RPC ‘protocol’ which can be used to make requests. In my case, I want to push data via the XML-RPC ‘protocol’ to my customer. Everything works, however there Read more…
If each time I call frames() the current bracktrace is resolved via a call to debug_backtrace(), then this class does not represent a backtrace but rather a “backtrace resolver”. The debug_backtrace is one of those Read more…
Github link for the lazy Haven’t had a chance yet personally to check out v2, but probably should, we use it quite heavily in our project to leverage multiple filesystems (ftp, Azure and local). The Read more…