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 your application in places where you access databases or accessing the web services. Have a great day 😊
Category: Programming
stuffs I do…
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 configure this relation in Symfony Doctrine. I am sharing this so it might be useful for someone. Used very simple example students and course. A student can opt for… Continue reading Symfony Doctrine Many to Many Relationship (ManyToMany)
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 features added. Security support for 5.6 is up to Jan 2019. On Jan 2019 PHP 5.6 officially dead. The newer version of Linux and server software… Continue reading Why do we need to upgrade PHP 5.6 to PHP 7.2?
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. For nearly couple of years, I haven’t been blogging anything interesting or worth reading. My blog was almost dying due to lack of new content. So while investigating my S3 plugin… Continue reading WordPress Amazon S3 Plugin – New version 1.4 released
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 chat application for their enterprise where each employee can chat easily with others in the company. Reinventing the whole wheel would cost a big fortune for developing and maintaining… Continue reading Messaging SDK and Chat API for Mobile Apps and Websites