Recent posts tagged rust

Description for Tag: "rust"

A programming language focused on safety, concurrency, and performance, often used in systems programming.
Igor Giamoniano - Coisa de Dev 21 hours in Tutorials 3 min read
Introduction If you prefer learning from books and documentation instead of videos, Rust offers one of the best learning resources available: The Rust Programming Language, also known as The Rust Book. The book is open source, maintained by the ...
post-cover-9905
Posted in Rust Community group
Vincent Eckert Sierota Jan 2 in Articles 1 min read
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/...
Posted in Rust Community group
Vincent Eckert Sierota Dec 26, 2025 in Articles 1 min read
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...
Posted in Rust Community group
Vincent Eckert Sierota Dec 12, 2025 in Articles 1 min read
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...
Posted in Rust Community group
Vincent Eckert Sierota Dec 5, 2025 in Articles 1 min read
▶️ 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...
Posted in Rust Community group
Vincent Eckert Sierota Nov 28, 2025 in Articles 1 min read
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...
Vincent Eckert Sierota Nov 21, 2025 in Articles 1 min read
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...
Posted in Rust Community group
Vincent Eckert Sierota Oct 31, 2025 in Articles 1 min read
RustPulse product: Custom spans + #instrument → observability upgraded. Sealed in Rust book: Clear disclaimer: primitives ≠ production AES-GCM, ChaCha20-Poly1305. Crypto Concepts Cheatsheets → learn crypto faster. ⚡ Dive in: https://vin...
Esubalew Oct 8, 2025 in Launches 1 min read
Polyglot command runner & smart REPL that lets you script, c...
kherld Oct 7, 2025 in Articles 2 min read
SpacetimeDB is a transactional, in-memory relational database that lets you implement database-backed state machines via Rust reducers and table schemas. All data is stored in memory and persisted via an append-only Write-Ahead Log WAL called the Com...
post-cover-6173
Posted in Rust Community group
Vincent Sep 26, 2025 in Articles 1 min read
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...
Posted in Rust Community group
James Dayal Sep 25, 2025 in Articles 1 min read
Hello World! Welcome to the Rust Group! We’re excited to have you here! This is a space where you can share, learn, and connect with other developers who love Rust. Start by saying hi! Introduce yourself in the comments below—tell us your name, ...
Posted in Rust Community group
Vincent Aug 30, 2025 in Articles 1 min read
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!, ...
Grenish Rai Aug 15, 2025 in Articles 2 min read
If raw execution speed was the only metric that mattered, Python wouldn’t stand a chance against compiled languages like C, Clang, or Rust. Benchmarks don’t lie: a billion nested loop iterations might take 0.50 seconds in C or Rust, while Python—inte...
post-cover-4748
Bruce Dai Jul 12, 2025 in Articles 3 min read
I'm originally a front-end developer, mainly working with React and TypeScript. Over time, I've also explored Node.js, Next.js, and Bun for building admin dashboards. Recently, I started building a Rust-based full-stack project called rustzen-adminht...
Thomas Jul 9, 2025 in Launches 1 min read
Content-agnostic torrent site & tracker framework...
Nicolas Fränkel Jun 5, 2025 in Articles 4 min read
Rust offers different ways to initialize compile time-initialized variables. Recently, I had to create a runtime-initialized variable: existing approaches don't work in this case. I want to describe multiple ways to achieve it in this post. Constant...
Nicolas Fränkel Apr 17, 2025 in Articles 3 min read
While working on my demohttps://github.com/ajavageek/wasm-kubernetes on WebAssembly and Kubernetes, I wanted to create three different binaries based on the same code: Native: compile the Rust code to regular native code as a baseline Embed: compi...
Nicolas Fränkel Apr 3, 2025 in Articles 3 min read
I've been a big fan of Mutation Testinghttps://en.wikipedia.org/wiki/Mutationtesting since I discovered PIThttps://pitest.org/. As I dive deeper into Rust, I wanted to check the state of mutation testing in Rust. Starting with cargo-mutants I found...
adewumi israel Mar 12, 2025 in Articles 2 min read
Understanding Rent and Accounts in Solana Programs Solana is a high-performance blockchain that supports fast transactions and scalability through a unique architecture. A crucial aspect of this ecosystem is rent and accounts, which determine how...
chevron_left

Active Discussions

New

Vardan
Leandro Junior Alves dos Santos
elsieraine_x

Featured

Methodox
Steve Fenton
Trent Polack