Tony ThompsonSoftware engineering is less and less related to engineering and it is more and more becoming about…May 3May 3
Tony ThompsonA strategy on mitigating risks of landing codeGiven any features that we are to work on,Mar 3, 2023Mar 3, 2023
Tony ThompsonOn good codeAfter you finish a feature, at the bottom of your heart,Nov 19, 2021Nov 19, 2021
Tony ThompsonThe only one rule that a software engineer that could follow to write the clean code.Never pass the dependency as the parameter of a function if the dependency only has one instance at its residing scope. Instead, pass it…Nov 2, 2021Nov 2, 2021
Tony ThompsonContextless ProgrammingThe less context your code requires, the better your code will be.Jul 4, 2020Jul 4, 2020
Tony ThompsonUpgrade your mentalityLearn the skill in the hard way, not the convenient way.Jun 17, 2020Jun 17, 2020
Tony ThompsonThree Golden Rule to Keep Simplicity for Android DevelopmentSeparate Android from Java Separate Mutable from Immutable. Separate asynchronous from Synchronous.Sep 16, 2019Sep 16, 2019
Tony ThompsonIntegrate CoordinatorLayout + BottomNavigationView + Toolbar + TabLayout + ViewPager + Fragment +…how to create the Google+ Android app sampleMay 28, 20185May 28, 20185