This week was all about bridging theory and real-world systems:
RustPulse → deployed to staging CI/CD, production mindset
First contribution to Tokio PR under review
Building Idempo → idempotency for distributed systems
Writing on token integrit...
RustPulse project
Explored Postgres persistence using sqlx and documented the workflow for schema initialization, ingestion pipeline, and verification strategy.
https://vinecksie.super.site/rustpulse
Sealed in Rust Crypto book
Started the Identit...
Rust Weekly Log
This week in Rust:
• RustPulse: persistence 2/3 with Docker Compose PostgreSQL wired to DATABASEURL
https://vinecksie.super.site/rustpulse
• Sealed in Rust: new chapter on Secure Protocol Design & Composition
https://vinecksie...
Rust Weekly Log – Sealed in Rust
This week I:
• Finalized the AES chapter – the global symmetric encryption standard.
• Added a glossary to make the book beginner-friendly.
• Refactored the AES example for readability & real-world use.
Book...
Most Rust tutorials start and end with:
fn main {
println!"Hello, World!";
}
But Rust has much more to offer when it comes to printing, debugging, and formatting output.
In this short video tutorial, you’ll learn:
println!, print!, eprintln!, ...