by H.Thirukkumaran | Aug 9, 2017 | tip of the day
When choosing a payment gateway for your website check the list of cards accepted by the provider and net banking integration. In developing countries net banking is a preferred way of payment and more users opt for this because of enhanced security offered by banks...
by H.Thirukkumaran | Aug 9, 2017 | tip of the day
Using ORMs for data access layer saves ton of time. Most ORMs provide integrated querying feature there by developers need not write any SQL queries. Popular ORMs are Entity Framework for .NET, Hibernate for Java, RedBean for PHP and others.
by H.Thirukkumaran | Aug 9, 2017 | tip of the day
In communications such as email or text message specify time with time zone mentioned. In my daily work schedule I talk to people from 5 different time zones. It is better to specify time zone along with time so that there is no confusion or overlap.
by H.Thirukkumaran | Aug 9, 2017 | tip of the day
It is better to have rollback strategy for deployment of applications added to release notes. Try the rollback in one of the environments immediately after deployment to make sure it works 100% and it is a clean rollback. Identify any tools that can do rollback or...
by H.Thirukkumaran | Aug 9, 2017 | tip of the day
Whenever you develop any application it is better to make build it as multi-lingual app. This should be accommodated in the basic architecture of any application.
by H.Thirukkumaran | Aug 9, 2017 | tip of the day
If your project is using an open source component then it is better to get the source code of the corresponding version of the open source component and have it in your configuration management system. This will help you to fix any minor bugs quickly and not have to...
Recent Comments