vincent.ecksie

@vinecksie
3 Followers
7 Following
13 Posts
๐Ÿฆ€ Rust Engineer โ€” Backend ยท Systems ยท Security
Building secure, high-performance distributed systems.
Creator of Fearless in Rust & author of Sealed in Rust.
๐ŸŒ Remote ยท EMEA (UTC+2)
Portfoliohttps://vinecksie.super.site/
GitHubhttps://github.com/VinEckSie
Channelhttps://www.youtube.com/@FearlessInRust
Cryptography bookhttps://vinecksie.super.site/sealed-in-rust

๐Ÿฆ€ Rust Weekly Log

๐Ÿ“ก RustPulse: persistence 2/3 โ€” Docker Compose PostgreSQL setup wired with DATABASE_URL.
https://vinecksie.super.site/rustpulse

๐Ÿ” Sealed in Rust: new chapter on Secure Protocol Design & Composition.
https://vinecksie.github.io/sealed-in-rust/02-core-primitives/02-08-secure-protocol.html#secure-protocol-design--composition

โ–ถ๏ธ Fearless in Rust: SPNs explained (structure behind AES).
https://youtu.be/A2kdw4m5vgM

#Rust #Backend #Cryptography #Security

RustPulse โ€“ Secure, Real-Time Telemetry Engine

โ€ฃ Source code

RustPulse โ€“ Secure, Real-Time Telemetry Engine

๐Ÿฆ€ Rust Weekly Log

๐Ÿ“ก RustPulse: X-CRC32 ingestion validation to block corrupted payloads early + fault-injection with bounded retries/backoff to prove resilience under loss/corruption.
https://vinecksie.super.site/rustpulse

๐Ÿ” New Sealed in Rust chapter on KDFs (Argon2id/scrypt, salts, password โ‰  key):
https://vinecksie.github.io/sealed-in-rust/02-core-primitives/02-06-key-derivation.html

โ–ถ๏ธ OpenTelemetry + Jaeger tracing (clean architecture):
https://www.youtube.com/watch?v=nGeWI18e3Y0

#RustLang #Backend #Cryptography #DistributedSystems

RustPulse โ€“ Secure, Real-Time Telemetry Engine

โ€ฃ Source code

RustPulse โ€“ Secure, Real-Time Telemetry Engine

๐Ÿฆ€ Rust Weekly Log

๐Ÿ“ก RustPulse
Implemented X-CRC32 validation on telemetry ingestion.
Fail fast on corrupted payloads โ†’ 400 + crc_check=fail
Protects downstream processing & data quality.
https://vinecksie.super.site/rustpulse

๐Ÿ” Sealed in Rust
New chapter: Randomness & Entropy (Nonces, IVs, CSPRNGs)
In cryptography, randomness fails before algorithms do.
https://vinecksie.github.io/sealed-in-rust/02-core-primitives/02-07-randomness-entropy.html

โ–ถ๏ธ Hexagonal Architecture Part 3 is live
Adapters + composition root done properly in Rust.
https://youtu.be/JoBK9i_aMOM

RustPulse โ€“ Secure, Real-Time Telemetry Engine

โ€ฃ Source code

RustPulse โ€“ Secure, Real-Time Telemetry Engine

๐Ÿฆ€ Rust weekly log โ€” RustPulse
โœ… OpenTelemetry tracing with Jaeger (request-level tracing, 2/3)
โœ… Replaced tower_http::TraceLayer with a custom tracing middleware (full control over spans + trace IDs)

https://vinecksie.super.site/

#Rust #Observability #OpenTelemetry #Jaeger #BackendEngineering

Hi, Iโ€™m Vincent โ€” Rust Engineer for Next-Generation Critical Systems

I build reliable, high-performance backends and distributed systems in Rust.

Hi, Iโ€™m Vincent โ€” Rust Engineer for Next-Generation Critical Systems

๐Ÿฆ€ Rust weekly log

This week:

๐Ÿ“ก RustPulse
First OpenTelemetry + Jaeger integration in place (phase 1/3).
https://github.com/VinEckSie/rustpulse

๐Ÿ” Sealed in Rust
New chapter on cryptographic hash functions: SHA-2, BLAKE3, and beyond.
https://vinecksie.github.io/sealed-in-rust/02-core-primitives/02-02-crypto-hashes.html

#Rust #SystemsProgramming #Observability #OpenTelemetry #Jaeger #Cryptography #BLAKE3

GitHub - VinEckSie/rustpulse: โšก Secure, offline-first telemetry engine in Rust โ€” real-time metrics for edge devices via Axum, gRPC, and PostgreSQL.

โšก Secure, offline-first telemetry engine in Rust โ€” real-time metrics for edge devices via Axum, gRPC, and PostgreSQL. - VinEckSie/rustpulse

GitHub

๐Ÿฆ€ Rust weekly log

๐Ÿ” Sealed in Rust
New section on key derivation, connecting symmetric ciphers to upcoming hashing concepts.
๐Ÿ“˜ https://vinecksie.github.io/sealed-in-rust/02-core-primitives/02-01-symmetric-ciphers.html#a-glimpse-at-key-derivation

๐ŸŽฅ Fearless in Rust
New video on Hexagonal Architecture โ€” Core Domain
โ–ถ๏ธ https://youtu.be/1ddvwuf0YGw

Consistency over hype.
#Rust #Cryptography #SoftwareEngineering #LearningInPublic

Symmetric Ciphers โ€” XOR, AES, ChaCha20 - Sealed in Rust โ€” Domain-Driven Edition

The example book covers examples.

๐Ÿฆ€ Rust Weekly Log

โ–ถ๏ธ New video in Fearless in Rust:
Feistel Networks explained for devs
๐ŸŽฅ https://www.youtube.com/watch?v=20Scq2uoKfw

๐Ÿ” New chapter in Sealed in Rust:
AES vs ChaCha20 โ€” same security, different performance & hardware trade-offs
๐Ÿ“š https://vinecksie.github.io/sealed-in-rust/02-core-primitives/02-01-symmetric-ciphers.html#aes-vs-chacha20--which-one-should-you-choose

#Rust #Cryptography #OpenSource #LearningInPublic

Feistel Networks โ€” The Classic Blueprint Behind DES

YouTube

๐Ÿฆ€ Rust Weekly Progress

๐Ÿ“ก RustPulse
Typed tracing config/status/errors
Safe idempotent init_tracing
Jaeger exporter groundwork
https://github.com/VinEckSie/rustpulse

๐Ÿ” Sealed in Rust
New chapters:
ChaCha20 & Modes of Operation
https://vinecksie.github.io/sealed-in-rust/02-core-primitives/02-01-symmetric-ciphers.html#chacha20--modern-stream-cipher

#Rust #RustLang #SystemsProgramming #Cryptography #Observability #OpenSource

GitHub - VinEckSie/rustpulse: โšก Secure, offline-first telemetry engine in Rust โ€” real-time metrics for edge devices via Axum, gRPC, and PostgreSQL.

โšก Secure, offline-first telemetry engine in Rust โ€” real-time metrics for edge devices via Axum, gRPC, and PostgreSQL. - VinEckSie/rustpulse

GitHub

๐Ÿฆ€ Rust Weekly Log

New episode of Fearless in Rust:
structured logging with tracing + tracing_subscriber.

Highlights:
- clear, configurable logs
- compact โ†” JSON switches
- contextual fields (like source_id)
- TraceLayer request auto-logging
- #[instrument] for cleaner debugging

๐ŸŽฅ https://youtu.be/UBxHiPFMg0M

#rust #rustlang #tracing #observability #logging

Rust Tracing Made Simple โ€” Clean, Structured Logs in Minutes

YouTube

๐Ÿฆ€ Rust Weekly Log

RustPulse (product):
๐Ÿš€ Cleaner observability with custom spans + #[instrument] attributes.

Sealed in Rust (book):
๐Ÿ”’ Added disclaimer about primitives vs AEADs (AES-GCM, ChaCha20-Poly1305).
๐Ÿ“š New Crypto Concepts Cheatsheets for faster learning.

๐Ÿ“– https://vinecksie.github.io/sealed-in-rust/00-Intro/introduction.html

#Rust #Crypto #Observability #RustLang

Introduction - Sealed in Rust โ€” Domain-Driven Edition

The example book covers examples.