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...
by H.Thirukkumaran | Aug 8, 2017 | tip of the day
If you are an admin of your organization and using Google Cloud Platform then download and use the Google Cloud Console application for Android and iOS to receive notifications and keep a pulse on the billing.
by H.Thirukkumaran | Aug 8, 2017 | tip of the day
Save money by turning off the VMs during your after hours if you can on Google Cloud Compute Engine. Always look for CPU and memory usage on the VMs and scale down if the machines are not used to full extent.
by H.Thirukkumaran | Aug 8, 2017 | tip of the day
It is encouraged to use Standard SQL for Google BigQuery if you are developing a new applicatoin. This has more features than the legacy SQL. If you have old apps using legacy SQL then upgrade them to use Standard SQL.
Recent Comments