PinnedLIU YONGLIANG·Oct 11, 2022Repository Pattern, RevisitedMotivationA response icon2A response icon2
LIU YONGLIANG·Oct 5, 2022Hi Darren,Thank you for your thoughtful article! I liked that you used a concrete example throughout the article to explain how one can decompose…
LIU YONGLIANG·Mar 14, 2021Exploring Java Method ReferencesLearn and understand the four ways of using method references in Java
LIU YONGLIANG·Feb 26, 2021Calling super() in inheritance — JavaP.S. Finally back with another quick article on something that I learned during (yet another) late-night discussion.
LIU YONGLIANG·Nov 8, 2020Designing A Website For Non-profitRecently I found an opportunity to help a local non-profit organization to revamp their WordPress site with a new theme that they have…
LIU YONGLIANG·Oct 31, 2020Unbounded WildcardsI discussed generics and bounded wildcards in the below article.