Programming1 Min Read onFebruary 7, 2020 Symfony 3.4 Cache Example Symfony has a very powerful built-in caching. You can use it directly by calling the default app cache and use it. You can use this a lot in… Discover More
onApril 24, 2018 Symfony Doctrine Many to Many Relationship (ManyToMany) Many to many relations are one of the mostly used relations in the relational database. It took a while for me to figure how to properly… Discover More
onApril 8, 2018 Why do we need to upgrade PHP 5.6 to PHP 7.2? The current version of PHP which is 5.6 has reached the end of life on 19th Jan 2017. PHP team has stopped support for 5.6, and no more new… Discover More
onApril 6, 2018 WordPress Amazon S3 Plugin – New version 1.4 released After 4 long years finally, I released an update for WordPress Amazon S3 Plugin. Thanks to Awad Abdelgayoum for inspiring me to blog again.… Discover More
onJuly 11, 2017 Messaging SDK and Chat API for Mobile Apps and Websites Couple of days ago I was doing some research to build / integrate chat module for one of our client’s app. The client wanted a simple… Discover More