by H.Thirukkumaran | Aug 9, 2017 | tip of the day
If you would like to save your cellular data then turn off Cellular data option for the apps that are not important to you. Let those apps use Wifi data when available.
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.
Recent Comments