Yumeng LiuMay 28, 20202 min readBe Lazy in JavaLaziness may not be a good thing in daily life, but could be a useful strategy in software development. Let's take a look at the...
Yumeng LiuMay 23, 20202 min readJava OptionalNullPointerException can be annoying in Java, and the designer even regretted inventing it, calling it as "my billion-dollar mistake"....
Yumeng LiuApr 27, 20202 min readJourney with React, Spring Boot and Google CloudSeveral months ago I started my journey with Spring Boot and React. Local development is a pleasure, thanks to the great framework,...
Yumeng LiuApr 12, 20201 min readConvert POJO to/from BSONBackground: POJO stands for Plain Old Java Objects. It denoted a Java object which does not follow any of the major Java object models,...