Jan 9, 2020
6 mins read
This article is mainly about serialize a pytorch model, and load it into C++.
Dec 27, 2019
4 mins read
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
1 min read
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.