Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Tips on Protobuf
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
oneof vs enum
Prefer to have oneof with a string field describing the specific type of oneof.
message A { // A here is the "interface".
string name = 1;
string a_type = 2; // Or …
Tips on Distributed Development
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Distributed Log Tracing
Cloud Tools
terraform
Terraform Tenables you to safely and predictably create, change, and improve infrastructure. It is an open source tool that codifies APIs into declarative …
CICD Tools and Frameworks
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
earthly
Earthly is a versatile, approachable CI/CD framework that runs every pipeline inside containers, giving you repeatable builds that you write once and run anywhere. It has a super simple …
Frontend Development Using Yew
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Perfect Hash Functions
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Faster than Rust and C++: the PERFECT hash table
phf
https://github.com/strager/perfect-hash-tables