by H.Thirukkumaran | Aug 9, 2017 | tip of the day
When designing and developing software think about developing accessibility features for software to help people with special needs to use the software. Two of the common accessibility features I use are zoom and audio narration. If you are developing desktop Windows...
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...
Recent Comments