Skir - A modern alternative to Protocol Buffer

A descriptive language for representing data types, constants, and APIs.

Silly of me to think that it'd be easy to parse Google Fonts metadata.

All the metadata is in their #ProtocolBuffer format, and while the schema is open source, I'm not keen on going through all the trouble of trying to integrate that schema into my own code.

Time to just fetch from the Google Fonts API.

I wrote a thing! I dove back into
#grpcio and #protocolbuffer land and wrote a tutorial on how to add instrumentation and observability to a #rustlang application with #autometrics https://fiberplane.com/blog/adding-observability-to-rust-grpc-services-using-tonic-and-autometrics
Adding observability to Rust gRPC services using Tonic and Autometrics - Blog

Learn to boost Rust gRPC services with observability using Tonic and Autometrics. Dive into Protobufs, Rust, Tonic and creating a web component for Prometheus.