Recent Posts

Tune vim startup time

1 minute read

My vim has been quite slow on startup and I really want to make it faster, otherwise it would be a pain to use vim, which should not be the case!

Cheatsheet for IBM Cloud

less than 1 minute read

# login to ibmcloud cli ibmcloud login --apikey <path_to_the_api_key_file> # list all clusters ibmcloud ks cluster ls # list resource groups ibmcloud r...

Debug java application

less than 1 minute read

Just use this post to write down some techniques about debugging java applications, especially for multi-thread, deadlock or memory issues.

Github workflows

less than 1 minute read

Use this post to summarize some workflows I uses in my daily development.