by H.Thirukkumaran | Aug 8, 2017 | tip of the day
For simple test methods in views.py to show sample text use render_to_response from django.shortcuts. This is a very helpful method.
by H.Thirukkumaran | Aug 8, 2017 | tip of the day
If you want to kill a process by name then use pkill command in Linux and this will search process by instance name and kill it. Be careful when using it.
by H.Thirukkumaran | Aug 8, 2017 | tip of the day
One of the non functional requirements is security and for this requirement you should have the following in your application. Multifactor Authentication Authorization Audit Trail Encryption Decryption
by H.Thirukkumaran | Aug 8, 2017 | tip of the day
You can write a destructor function for your class to release resource using __destruct() method.
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.
Recent Comments