Learn and relearn: one of the keys to staying relevant and successful in the fast-paced world of software development

Learn and relearn: one of the keys to staying relevant and successful in the fast-paced world of software development
Here’s a surprise (yet obvious) trick on how you can write better code without doing a thing – literally
Learn how to write helpful documentation that not only helps other members of your team understand your code, but also serves as a valuable resource for future reference and maintenance.
Proguard and R8 are both code shrinkers for Android apps. They both work by analyzing your app’s code and resources and then removing unused code, renaming classes and methods, and …
The size of your APK has an impact on how fast your app loads, how much memory it uses, and how much power it consumes. Users are less likely to …
The size of your APK has an impact on how fast your app loads, how much memory it uses, and how much power it consumes. Users are less likely to …
So you are a developer? Yes? And you have dozens of unfinished projects? What do you do with all your unfinished side projects?
With clean coding comes understandability, readability, changeability, extensibility and maintainability. Explore how you can develop clean coding skills in this practical introduction
What to do if you need to change code that’s impossible to maintain, without making it worse? Explore working with legacy code and why rewriting may bad for you.
Do you work with Geospatial data? The trouble with noisy data points is real. Explore techniques for correction of noisy Geospatial data derived from low-end GPS devices without control inputs