Jan 11, 2021
2 mins read
If you are developing with Firestore, thanks to its complex functionalities, its hard to mock for testing.
Dec 9, 2020
1 min read
Terraform has a concept called workspace. Creating one is quite simple, just run: terraform workspace new <your workspace name>
Nov 25, 2020
4 mins read
Terraform is a powerful infrastructure provisioning tool. It just reminds me how kubernetes impress me when I first learned it.
Nov 24, 2020
5 mins read
If you have written Swift, there is an extension pattern that is pretty neat and handy.
Feb 11, 2020
Pyarmor is a tool that helps you obfuscate your python source code in a jiffy.
Jan 12, 2020
Torch C++ Frontend Note First of all, include libtorch by
Dec 27, 2019
Envoy is a proxy for modern web app. More importantly, it has a first class support for gRPC.
Sep 17, 2019
Fluentd is a powerful open-source logging tool that has flexible functionalities.
Aug 27, 2019
3 mins read
A easy-to-use tool to specify the API across multiple language.
Jul 5, 2018
Python is very handy for prototyping things and thanks to Thanks to dynamic typing, Python is handy for coding in an interactively way, fast prototyping projects, etc.