RSSAmplifier

Blog

Engineering 451.

Recent content on Engineering 451.

blog.najaryan.netRSS feed ↗2 posts

Latest posts

Autonomously Robust Software

Autonomous vs User-interacting Software I have been one of the OpenTelemetry Collector maintainers for a while now and one of the things that I pursue in my work is making it robust. Robust in this case means resilient to external and internal failures, able to recover from the problems and operate continuously, without human intervention, be easy to diagnose and understand when such intervention…

Faster Protocol Buffers

Fast Encoding Using Pre-serialization Protocol Buffers is a popular serialization mechanism with implementations available for most major languages that allows to easily model complex data structures and has good performance characteristics. However, for performance critical applications one always wishes for faster encoding and decoding, especially when the application performs minimal processing…