#php
Read more stories on Hashnode
Articles with this tag
I’ve been using more and more PHPStan recently and it’s been a real pleasure to improve my codebases. Being strict is nice, but sometimes it can also...
In my last article, I talked a bit about creating a DI container. Today, we are going to talk about PHP frameworks and performance. The current...
A while ago, I've created a small PHP framework. In order to adhere to modern practice (it even has basic middleware support even if I don't like...
I was working on this project where speed metrics are very important. On one of the pages, a couple of YouTube videos were added, but these really...
I really like using the excellent Symfony VarDumper component. It provides such a nice way to display variables or objects that can get very large or...