Ben Chuanlong Du's Blog

It is never too late to learn.

Recommendation of Credit Card Usage

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Tips and Traps

  1. Costco is a wholesale. It is not considered as a grocery or supermarket for cashback bonus purposes.

  2. Overall, AMEX is great for traveling purchases and restaurants spending.

Glossory …

Producer Consumer Pattern in Java

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

https://www.youtube.com/watch?v=tEwNXnAmc9c Producer Consumer Pattern - With Java Example

Understand DSL in Kotlin

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Kotlin DSL in under an hour by Anton Arhipov

https://www.youtube.com/watch?v=0DJqr4FZ6f0

Kotlin tutorial : How to use Function Literal with Receiver in Kotlin | Kotlin 101

https://www …

Tips on YAML

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

General Tips and Traps

  1. YAML is much better alternative to JSON. TOML is another good alternative to YAML.

Ranges in YAML

https://stackoverflow.com/questions/48199439/use-range-with-stepsize-in-yaml-file

YAML for Rust

Please …