This week’s focus: observability.
OpenTelemetry tracing wired to Jaeger request-level tracing, 2/3 done
Dropped towerhttp::TraceLayer → built a custom tracing middleware for full control over spans + trace IDs
https://vinecksie.super.site/...
RustPulse
OpenTelemetry tracing integrated with Jaeger initial phase.
This step focuses on trace propagation and foundational observability patterns.
https://github.com/VinEckSie/rustpulse
Sealed in Rust
New technical chapter on cryptographic hash f...
Sealed in Rust
New section on Key Derivation, positioning it as the conceptual link between symmetric ciphers and hashing.
https://vinecksie.github.io/sealed-in-rust/02-core-primitives/02-01-symmetric-ciphers.html#a-glimpse-at-key-derivation
Fear...
▶️ Fearless in Rust — New Educational Video
Feistel Networks for Developers
A clear breakdown of reversible block ciphers and encryption/decryption mechanics in Rust.
https://www.youtube.com/watch?v=20Scq2uoKfw
Sealed in Rust — New Chapter Release...
Progress this week on my Rust ecosystem projects:
RustPulse
Strong typing for tracing config, status, and errors
Safe, idempotent tracing initialization
Jaeger exporter integration groundwork
https://github.com/VinEckSie/rustpulse
Sealed in R...
For this week’s Rust update, I released a new episode of Fearless in Rust focusing on production-ready logging with tracing.
This video shows how to:
set up flexible log layers
output compact or JSON logs
attach fields like sourceid for request t...