by H.Thirukkumaran | Aug 8, 2017 | tip of the day
If you are a service provider looking to showcase your visualization tools for Google BigQuery but don’t have huge volume of data then tap into the public datasets provided by Google BigQuery. The are tables with billions of rows which can help your customer...
by H.Thirukkumaran | Aug 8, 2017 | tip of the day
At an enterprise level applications should start using distributed caching services from cloud providers. This will improve the performance of applications dramatically than using local sticky cache and db cache and file cache.
by H.Thirukkumaran | Aug 8, 2017 | tip of the day
Use PDO driver for data access rather than MySQLI since PDO is directly compatible with Google App Engine. You don’t need to do lot of refactoring if you want to move your CodeIgniter project to Google App Engine in the future.
by H.Thirukkumaran | Aug 8, 2017 | tip of the day
Change CodeIgniter to use MySql db to store session details. This will help you when you migrate your CodeIgniter project to Google App Engine. By default CodeIgniter uses files to store sessions and this is not allowed in Google App Engine.
by H.Thirukkumaran | Aug 8, 2017 | tip of the day
Use OAuth server for authentication in your enterprise. Companies start with one website which stores users’ information and soon they have 10 sites each with their own user base and it is difficult to allow users from one website to login to another. Have a...
Recent Comments