#php
Read more stories on Hashnode
Articles with this tag
Hey 👋🏻 Just a heads up that I will be revamping the site and will launch a new version by 2023! I will be restarting my blogging and will be...
I wanted to install the Symfony 4 beta to play with the new features. While I was able to get most of it working, but was facing issues due to package...
The pecl_http extension has a little gem that can be handy at times – HttpRequestPool. Using this, you can send concurrent HTTP requests and can gain...
In Drupal 6, a number of caching strategies are incorporated to handle large traffic. One of them is the serialization of the whole variable table. It...
I was having a discussion with a colleague regarding how to add generic JSON based representation to a number of classes without making a big effort....
A few days ago I was explaining mocking to a few colleagues. I came up with the following quick n dirty code to show them the elegance of Mockery as a...