#programming
Read more stories on Hashnode
Articles with this tag
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...
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...
In one of our Drupal production site, we have around 84K nodes. Periodically we need to rebuild the content access permission, which takes around 6...
Now a days, my default choice of framework is always Zend Framework. However, I have to maintain a couple live projects in CodeIgniter from early...