-
Virtual Photoshoot
As its name, the photoshoot will be performed where both photographer and talent are not physically at the same place. Yes picture will be taken from the screen while the talent will be on their phone/any camera. And yes, the image quality won’t be better than the screenshot! Then what? Personally I found that it…
-
Miniature DIY
COVID-19 bring me some ideas how to spend the weekend and miniature DIY is one of them. It can be categorized as a hobby which building/crafting a thematic room/building. You will find all necessaries materials in the package including the cutting tools and glue, so buy one and you can start even when you have…
-
Parse Excel with Kotlin
I want to share how to parse excel files using kotlin and apache poi java lib. repository can be found here. This example will parse a sheet with several cell type (number, string, date). The basic ideas are:1. get the Workbook instance by instantiating XSSFWorkbook(file: File)2. get the Sheet instance by call workbook.getSheetAt(idx: Int) or…