<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Vincent Eckert Sierota</title>
    <description>The latest articles on DEV Community by Vincent Eckert Sierota (@vinecksie_rust).</description>
    <link>https://dev.to/vinecksie_rust</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3429189%2F5e25a62e-bd5e-48b4-a109-14117c9a9d41.jpeg</url>
      <title>DEV Community: Vincent Eckert Sierota</title>
      <link>https://dev.to/vinecksie_rust</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/vinecksie_rust"/>
    <language>en</language>
    <item>
      <title>🦀 Rust Weekly Log — Weekly progress snapshot</title>
      <dc:creator>Vincent Eckert Sierota</dc:creator>
      <pubDate>Fri, 27 Mar 2026 11:28:31 +0000</pubDate>
      <link>https://dev.to/vinecksie_rust/rust-weekly-log-weekly-progress-snapshot-3cg9</link>
      <guid>https://dev.to/vinecksie_rust/rust-weekly-log-weekly-progress-snapshot-3cg9</guid>
      <description>&lt;p&gt;&lt;strong&gt;📡 RustPulse project&lt;/strong&gt;&lt;br&gt;
Explored Postgres persistence using sqlx and documented the workflow for schema initialization, ingestion pipeline, and verification strategy.&lt;br&gt;
&lt;a href="https://vinecksie.super.site/rustpulse" rel="noopener noreferrer"&gt;https://vinecksie.super.site/rustpulse&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;🔐 Sealed in Rust Crypto book&lt;/strong&gt;&lt;br&gt;
Started the Identity Systems domain chapter, covering real-world password storage with Argon2 and how cryptographic primitives compose into practical authentication architectures.&lt;br&gt;
&lt;a href="https://vinecksie.github.io/sealed-in-rust/03-domains/03-00-identity-systems.html" rel="noopener noreferrer"&gt;https://vinecksie.github.io/sealed-in-rust/03-domains/03-00-identity-systems.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;▶️ Fearless in Rust&lt;/strong&gt;&lt;br&gt;
Published a new video on ChaCha20: keystream structure, nonce safety considerations, and implementation details in Rust.&lt;br&gt;
&lt;a href="https://youtu.be/UUQj-9SiKKg" rel="noopener noreferrer"&gt;https://youtu.be/UUQj-9SiKKg&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  rust #rustlang #backend #cryptography #security #postgres #learninginpublic
&lt;/h1&gt;

</description>
      <category>backend</category>
      <category>devjournal</category>
      <category>rust</category>
      <category>security</category>
    </item>
    <item>
      <title>🦀 Rust Weekly Log — Persistence, Crypto &amp; AES</title>
      <dc:creator>Vincent Eckert Sierota</dc:creator>
      <pubDate>Fri, 20 Mar 2026 12:51:08 +0000</pubDate>
      <link>https://dev.to/vinecksie_rust/rust-weekly-log-persistence-crypto-aes-4p80</link>
      <guid>https://dev.to/vinecksie_rust/rust-weekly-log-persistence-crypto-aes-4p80</guid>
      <description>&lt;p&gt;📡 &lt;strong&gt;RustPulse&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;PostgreSQL auto-initializes on boot&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Idempotent schema setup&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;JSONL fallback&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Moving toward a production-ready pipeline.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://vinecksie.super.site/rustpulse" rel="noopener noreferrer"&gt;https://vinecksie.super.site/rustpulse&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/VinEckSie/rustpulse" rel="noopener noreferrer"&gt;https://github.com/VinEckSie/rustpulse&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🔐 &lt;strong&gt;Sealed in Rust&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;New chapter: what “secure” really means in cryptography&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://vinecksie.github.io/sealed-in-rust/02-core-primitives/02-09-sec-notions.html" rel="noopener noreferrer"&gt;https://vinecksie.github.io/sealed-in-rust/02-core-primitives/02-09-sec-notions.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;▶️ &lt;strong&gt;Fearless in Rust&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;AES in Rust — real-world encryption&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://youtu.be/KwqEjWsW_HI" rel="noopener noreferrer"&gt;https://youtu.be/KwqEjWsW_HI&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>🦀 Rust Weekly Log</title>
      <dc:creator>Vincent Eckert Sierota</dc:creator>
      <pubDate>Fri, 13 Mar 2026 14:33:41 +0000</pubDate>
      <link>https://dev.to/vinecksie_rust/rust-weekly-log-3mfo</link>
      <guid>https://dev.to/vinecksie_rust/rust-weekly-log-3mfo</guid>
      <description>&lt;p&gt;This week in Rust:&lt;/p&gt;

&lt;p&gt;• RustPulse: persistence 2/3 with Docker Compose PostgreSQL wired to DATABASE_URL: &lt;a href="https://vinecksie.super.site/rustpulse" rel="noopener noreferrer"&gt;https://vinecksie.super.site/rustpulse&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;• Sealed in Rust: new chapter on Secure Protocol Design &amp;amp; Composition: &lt;a href="https://vinecksie.github.io/sealed-in-rust/02-core-primitives/02-08-secure-protocol.html#secure-protocol-design--composition" rel="noopener noreferrer"&gt;https://vinecksie.github.io/sealed-in-rust/02-core-primitives/02-08-secure-protocol.html#secure-protocol-design--composition&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;• Fearless in Rust: SPNs explained (structure behind AES): &lt;a href="https://youtu.be/A2kdw4m5vgM" rel="noopener noreferrer"&gt;https://youtu.be/A2kdw4m5vgM&lt;/a&gt;&lt;/p&gt;

</description>
      <category>news</category>
      <category>programming</category>
      <category>rust</category>
      <category>security</category>
    </item>
    <item>
      <title>🦀 Rust Weekly Log — Resilience, Cryptography &amp; Observability</title>
      <dc:creator>Vincent Eckert Sierota</dc:creator>
      <pubDate>Fri, 27 Feb 2026 14:59:43 +0000</pubDate>
      <link>https://dev.to/vinecksie_rust/rust-weekly-log-resilience-cryptography-observability-1e4l</link>
      <guid>https://dev.to/vinecksie_rust/rust-weekly-log-resilience-cryptography-observability-1e4l</guid>
      <description>&lt;p&gt;&lt;strong&gt;📡 RustPulse — Hardening the ingestion pipeline&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Step 2/3: Added X-CRC32 validation at ingestion to block corrupted payloads early.&lt;br&gt;
Step 3/3: Introduced fault-injection simulation combined with bounded retries/backoff to validate resilience under packet loss and corruption.&lt;/p&gt;

&lt;p&gt;Goal: prove delivery guarantees under stress, not just assume them.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://vinecksie.super.site/rustpulse" rel="noopener noreferrer"&gt;https://vinecksie.super.site/rustpulse&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;🔐 Sealed in Rust — Key Derivation Functions&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Published a new chapter covering:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Why passwords are not encryption keys&lt;/li&gt;
&lt;li&gt;How salts prevent large-scale precomputed attacks&lt;/li&gt;
&lt;li&gt;Why Argon2id and scrypt significantly increase offline cracking costs&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This chapter connects cryptographic primitives to real-world Rust usage.&lt;/p&gt;

&lt;p&gt;Read here: &lt;a href="https://vinecksie.github.io/sealed-in-rust/02-core-primitives/02-06-key-derivation.html" rel="noopener noreferrer"&gt;https://vinecksie.github.io/sealed-in-rust/02-core-primitives/02-06-key-derivation.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;▶️ Fearless in Rust — Observability Done Right&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Integrated OpenTelemetry + Jaeger to get full end-to-end traces without leaking infrastructure concerns into the domain layer.&lt;/p&gt;

&lt;p&gt;Clean architecture remains intact. Observability is externalized. Exactly how it should be.&lt;/p&gt;

&lt;p&gt;Watch here: &lt;a href="https://www.youtube.com/watch?v=nGeWI18e3Y0" rel="noopener noreferrer"&gt;https://www.youtube.com/watch?v=nGeWI18e3Y0&lt;/a&gt;&lt;/p&gt;

</description>
      <category>rust</category>
    </item>
    <item>
      <title>🦀 Rust Weekly Log — CRC, Entropy, and Hexagonal Architecture</title>
      <dc:creator>Vincent Eckert Sierota</dc:creator>
      <pubDate>Fri, 20 Feb 2026 17:55:02 +0000</pubDate>
      <link>https://dev.to/vinecksie_rust/rust-weekly-log-crc-entropy-and-hexagonal-architecture-3jh6</link>
      <guid>https://dev.to/vinecksie_rust/rust-weekly-log-crc-entropy-and-hexagonal-architecture-3jh6</guid>
      <description>&lt;p&gt;This week focused on reliability, cryptographic foundations, and clean architecture boundaries.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;📡 RustPulse — CRC Validation on Telemetry Ingestion&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Implemented Step 1 of CRC protection: X-CRC32 validation at ingestion level. Detect corrupted payloads early, return clear 400 + crc_check=fail responses, prevent invalid data from reaching downstream services, protect overall telemetry data quality, fail fast at the edge. Always.&lt;/p&gt;

&lt;p&gt;Project: &lt;a href="https://vinecksie.super.site/rustpulse" rel="noopener noreferrer"&gt;https://vinecksie.super.site/rustpulse&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;🔐 Sealed in Rust — Randomness &amp;amp; Entropy&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;New chapter published:Randomness &amp;amp; Entropy: Nonces, IVs, CSPRNGs&lt;br&gt;
Key idea: In cryptography, algorithms don’t fail first — randomness does, without real entropy, security is only theoretical.&lt;/p&gt;

&lt;p&gt;Read here:&lt;br&gt;
&lt;a href="https://vinecksie.github.io/sealed-in-rust/02-core-primitives/02-07-randomness-entropy.html" rel="noopener noreferrer"&gt;https://vinecksie.github.io/sealed-in-rust/02-core-primitives/02-07-randomness-entropy.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;▶️ Fearless in Rust — Hexagonal Architecture (Final Part)&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Part 3 of the Hexagonal Architecture series is live.&lt;/p&gt;

&lt;p&gt;Focus: clean input/output adapters, proper composition root wiring, keeping frameworks out of the core&lt;/p&gt;

&lt;p&gt;Watch here: &lt;a href="https://youtu.be/JoBK9i_aMOM" rel="noopener noreferrer"&gt;https://youtu.be/JoBK9i_aMOM&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Building distributed systems in Rust means:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Defensive validation at the edge&lt;/li&gt;
&lt;li&gt;Correct cryptographic primitives&lt;/li&gt;
&lt;li&gt;Clear architectural boundaries&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That’s the direction.&lt;/p&gt;

&lt;h1&gt;
  
  
  rust #backend #cryptography #distributed #architecture
&lt;/h1&gt;

</description>
      <category>architecture</category>
      <category>devjournal</category>
      <category>rust</category>
      <category>security</category>
    </item>
    <item>
      <title>Rust Weekly Log 🦀 — RustPulse</title>
      <dc:creator>Vincent Eckert Sierota</dc:creator>
      <pubDate>Fri, 02 Jan 2026 12:13:15 +0000</pubDate>
      <link>https://dev.to/vinecksie_rust/rust-weekly-log-rustpulse-2c7p</link>
      <guid>https://dev.to/vinecksie_rust/rust-weekly-log-rustpulse-2c7p</guid>
      <description>&lt;p&gt;This week I focused on observability:&lt;/p&gt;

&lt;p&gt;Implemented OpenTelemetry tracing with Jaeger (request-level tracing, progress: 2/3)&lt;/p&gt;

&lt;p&gt;Replaced tower_http::TraceLayer with a custom tracing middleware for full control over spans and trace IDs&lt;/p&gt;

&lt;p&gt;Project link: &lt;a href="https://vinecksie.super.site/" rel="noopener noreferrer"&gt;https://vinecksie.super.site/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>rust</category>
      <category>jaeger</category>
      <category>observability</category>
      <category>opentelemtry</category>
    </item>
    <item>
      <title>Rust Weekly Log: Tracing, Observability &amp; Cryptographic Hashes</title>
      <dc:creator>Vincent Eckert Sierota</dc:creator>
      <pubDate>Fri, 26 Dec 2025 13:45:46 +0000</pubDate>
      <link>https://dev.to/vinecksie_rust/rust-weekly-log-tracing-observability-cryptographic-hashes-27kh</link>
      <guid>https://dev.to/vinecksie_rust/rust-weekly-log-tracing-observability-cryptographic-hashes-27kh</guid>
      <description>&lt;p&gt;This week’s Rust progress focused on production-grade observability and core cryptography fundamentals.&lt;/p&gt;

&lt;p&gt;📡 RustPulse&lt;/p&gt;

&lt;p&gt;I implemented the first phase of OpenTelemetry tracing using Jaeger.&lt;br&gt;
This lays the groundwork for structured, end-to-end observability in a real Rust system.&lt;br&gt;
&lt;a href="https://github.com/VinEckSie/rustpulse" rel="noopener noreferrer"&gt;https://github.com/VinEckSie/rustpulse&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🔐 Sealed in Rust&lt;/p&gt;

&lt;p&gt;A new chapter is live on cryptographic hash functions, covering SHA-2, BLAKE3, and design trade-offs beyond the basics.&lt;br&gt;
&lt;a href="https://vinecksie.github.io/sealed-in-rust/02-core-primitives/02-02-crypto-hashes.html" rel="noopener noreferrer"&gt;https://vinecksie.github.io/sealed-in-rust/02-core-primitives/02-02-crypto-hashes.html&lt;/a&gt;&lt;/p&gt;

</description>
      <category>monitoring</category>
      <category>rust</category>
      <category>security</category>
    </item>
    <item>
      <title>Rust Weekly Log: Crypto Foundations &amp; Clean Architecture</title>
      <dc:creator>Vincent Eckert Sierota</dc:creator>
      <pubDate>Fri, 12 Dec 2025 11:50:37 +0000</pubDate>
      <link>https://dev.to/vinecksie_rust/rust-weekly-log-crypto-foundations-clean-architecture-2hnn</link>
      <guid>https://dev.to/vinecksie_rust/rust-weekly-log-crypto-foundations-clean-architecture-2hnn</guid>
      <description>&lt;p&gt;This week’s progress across my Rust learning and teaching projects:&lt;/p&gt;

&lt;p&gt;🔐 Sealed in Rust&lt;br&gt;
I added a new section on key derivation, explaining how it naturally connects symmetric encryption to hashing. This chapter sets the groundwork for more advanced cryptographic primitives.&lt;br&gt;
📘 &lt;a href="https://vinecksie.github.io/sealed-in-rust/02-core-primitives/02-01-symmetric-ciphers.html#a-glimpse-at-key-derivation" rel="noopener noreferrer"&gt;https://vinecksie.github.io/sealed-in-rust/02-core-primitives/02-01-symmetric-ciphers.html#a-glimpse-at-key-derivation&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🎥 Fearless in Rust&lt;br&gt;
New video exploring Hexagonal Architecture, with a focus on the core domain and why it matters in real-world backend systems.&lt;br&gt;
▶️ &lt;a href="https://youtu.be/1ddvwuf0YGw" rel="noopener noreferrer"&gt;https://youtu.be/1ddvwuf0YGw&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The goal remains the same: build solid fundamentals, week after week.&lt;/p&gt;

&lt;h1&gt;
  
  
  rust #cryptography #backend #architecture #learninginpublic
&lt;/h1&gt;

</description>
      <category>security</category>
      <category>rust</category>
      <category>backend</category>
      <category>architecture</category>
    </item>
    <item>
      <title>🦀 Rust Weekly Log — Cryptography Edition</title>
      <dc:creator>Vincent Eckert Sierota</dc:creator>
      <pubDate>Fri, 05 Dec 2025 19:46:14 +0000</pubDate>
      <link>https://dev.to/vinecksie_rust/rust-weekly-log-cryptography-edition-2ed4</link>
      <guid>https://dev.to/vinecksie_rust/rust-weekly-log-cryptography-edition-2ed4</guid>
      <description>&lt;p&gt;This week I shipped two things around practical cryptography in Rust:&lt;/p&gt;

&lt;p&gt;🔐 New Sealed in Rust Chapter&lt;br&gt;
AES vs ChaCha20 — same security level, very different trade-offs in performance, hardware acceleration, and safety.&lt;br&gt;
📚 &lt;a href="https://vinecksie.github.io/sealed-in-rust/02-core-primitives/02-01-symmetric-ciphers.html#aes-vs-chacha20--which-one-should-you-choose" rel="noopener noreferrer"&gt;https://vinecksie.github.io/sealed-in-rust/02-core-primitives/02-01-symmetric-ciphers.html#aes-vs-chacha20--which-one-should-you-choose&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;▶️ New Fearless in Rust Video&lt;br&gt;
A clear explanation of Feistel Networks, including why they’re reversible by design and how encryption/decryption works in Rust.&lt;br&gt;
🎥 &lt;a href="https://www.youtube.com/watch?v=20Scq2uoKfw" rel="noopener noreferrer"&gt;https://www.youtube.com/watch?v=20Scq2uoKfw&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Building in public, one primitive at a time.&lt;/p&gt;

&lt;h1&gt;
  
  
  Rust #Cryptography #OpenSource #LearningInPublic
&lt;/h1&gt;

</description>
    </item>
    <item>
      <title>Weekly Rust Progress — Observability &amp; Cryptography</title>
      <dc:creator>Vincent Eckert Sierota</dc:creator>
      <pubDate>Fri, 28 Nov 2025 15:35:08 +0000</pubDate>
      <link>https://dev.to/vinecksie_rust/weekly-rust-progress-observability-cryptography-480m</link>
      <guid>https://dev.to/vinecksie_rust/weekly-rust-progress-observability-cryptography-480m</guid>
      <description>&lt;p&gt;This week’s Rust progress across my two main projects:&lt;/p&gt;

&lt;p&gt;📡 RustPulse&lt;/p&gt;

&lt;p&gt;Typed tracing config, status &amp;amp; errors&lt;/p&gt;

&lt;p&gt;Safe, idempotent init_tracing&lt;/p&gt;

&lt;p&gt;Jaeger exporter integration groundwork&lt;br&gt;
Repo: &lt;a href="https://github.com/VinEckSie/rustpulse" rel="noopener noreferrer"&gt;https://github.com/VinEckSie/rustpulse&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🔐 Sealed in Rust&lt;/p&gt;

&lt;p&gt;Two new core chapters in the symmetric cipher section:&lt;/p&gt;

&lt;p&gt;ChaCha20&lt;/p&gt;

&lt;p&gt;Modes of Operation&lt;br&gt;
Chapter:&lt;br&gt;
&lt;a href="https://vinecksie.github.io/sealed-in-rust/02-core-primitives/02-01-symmetric-ciphers.html#chacha20--modern-stream-cipher" rel="noopener noreferrer"&gt;https://vinecksie.github.io/sealed-in-rust/02-core-primitives/02-01-symmetric-ciphers.html#chacha20--modern-stream-cipher&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Both projects are fully open-source and evolving week by week.&lt;/p&gt;

&lt;p&gt;#Rust #RustLang #SystemsProgramming #Cryptography #Observability #OpenSource&lt;/p&gt;

</description>
      <category>security</category>
      <category>monitoring</category>
      <category>rust</category>
      <category>opensource</category>
    </item>
    <item>
      <title>🦀 Rust Weekly Log — Structured Logging with tracing</title>
      <dc:creator>Vincent Eckert Sierota</dc:creator>
      <pubDate>Fri, 21 Nov 2025 11:27:39 +0000</pubDate>
      <link>https://dev.to/vinecksie_rust/rust-weekly-log-structured-logging-with-tracing-j7c</link>
      <guid>https://dev.to/vinecksie_rust/rust-weekly-log-structured-logging-with-tracing-j7c</guid>
      <description>&lt;p&gt;I published a new Fearless in Rust video diving into structured logging using tracing and tracing_subscriber. If you’re building services in async Rust or Axum, this will level up your debugging and observability.&lt;/p&gt;

&lt;p&gt;What’s covered:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;clean + flexible log configuration&lt;/li&gt;
&lt;li&gt;switching between compact and JSON formats&lt;/li&gt;
&lt;li&gt;adding contextual metadata (source_id)&lt;/li&gt;
&lt;li&gt;automatic request logs with TraceLayer&lt;/li&gt;
&lt;li&gt;practical use of #[instrument]&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;🎥 Watch here: &lt;a href="https://youtu.be/UBxHiPFMg0M" rel="noopener noreferrer"&gt;https://youtu.be/UBxHiPFMg0M&lt;/a&gt;&lt;/p&gt;

</description>
      <category>rust</category>
      <category>observability</category>
      <category>logging</category>
    </item>
    <item>
      <title> 🦀 Rust Weekly Log — This Week’s Progress</title>
      <dc:creator>Vincent Eckert Sierota</dc:creator>
      <pubDate>Fri, 31 Oct 2025 10:42:27 +0000</pubDate>
      <link>https://dev.to/vinecksie_rust/rust-weekly-log-this-weeks-progress-1pbc</link>
      <guid>https://dev.to/vinecksie_rust/rust-weekly-log-this-weeks-progress-1pbc</guid>
      <description>&lt;p&gt;&lt;strong&gt;RustPulse (product)&lt;/strong&gt;&lt;br&gt;
🚀 Tracing is now improved with custom spans and &lt;code&gt;#[instrument]&lt;/code&gt; attributes for cleaner observability.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Sealed in Rust (book)&lt;/strong&gt;&lt;br&gt;
🔒 Added a clear disclaimer: educational primitives ≠ production AEADs (AES-GCM, ChaCha20-Poly1305).&lt;br&gt;&lt;br&gt;
📚 Introduced Crypto Concepts Cheatsheets to make cryptography learning faster and more accessible.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://vinecksie.github.io/sealed-in-rust/00-Intro/introduction.html" rel="noopener noreferrer"&gt;Explore the book here&lt;/a&gt;&lt;/p&gt;

</description>
      <category>devjournal</category>
      <category>rust</category>
      <category>security</category>
    </item>
  </channel>
</rss>
