6 Productivity Hacks for Software Developers

Developing good software is a time-consuming process. If you had developed any software, you will probably agree with the statement. Along the way, you will encounter many roadblocks. Some of which are not related to the software you are developing.


5 Tips to Writing Cleaner and More Readable Code

Writing clean and readable code is one of those things that naturally happens after you have done it often enough (at least for most people). Although everyone improves at a different pace, there are ways for you to speed up the pace. Therefore, the goal of this post is for […]


4 Tips to Support Language Selection in Android App

Sometimes you may need to support different languages in your application that is independent of the Android system language. The Android framework makes supporting multiple languages simple, but it is dependent on the Android system language. To overcome the limitation of the Android framework language support, you can modify your […]


The Hidden Factors That Makes Code Readable

You have always heard that it is important to write code that is more “readable”. But what exactly makes the code more readable? There is no absolute answer to what is readable code. It varies depending on the developers and even what you consider is readable code. Readable code to […]


Why You Should Limit the Use of Comments

As programmers, developers, and engineers at one point or another we had come across that commenting your code is good. All good code contains comments and that is why you should use them, right? The answer is that it depends. Wrong usages of comments can do more harm than good.