DEVELOPER NEWS STREAM
Direct logs, engine updates, and framework notifications parsed from curated RSS feeds and announcements, updated hourly.

ShuttleWriting a WASM module in Rust
Hello world! In today’s post we’re going to talk about how you can write a WebAssembly module in...

Thiago Massari GuedesHow to sort a vector of a custom struct in Rust
How to sort a vector of a custom struct in Rust When implementing tags for Texted2, I had...

Eleftheria BatsouBuilding a Password Vault in Rust: A Beginner's Guide
Introduction Welcome to our Rust journey! Today, we're going to build a CLI-based...

Justin L BeallHarnessing Your Inner Saiyan: Mastering Programming Languages Through the Lens of Dragon Ball Z
Embark on an epic quest to master Rust, a programming language that promises safety, speed, and concurrency. Drawing inspiration from Dragon Ball Z's transformational sagas, this blog post takes you through a journey of mastering Rust—from the foundational basics to the pinnacle of mastery, Ultra Instinct. Along the way, you'll unlock new levels of programming prowess, contribute to the Rust ecosystem, and inspire others with your growth. Are you ready to transcend your limits and become a Rust Guardian? Join us in this adventure and shape the future of technology.

Francesco CiullaSlices in Rust
The Slice type in Rust Rust has a built-in type called Slice that is used to reference a...

mxsmRocketmq Name Server Implementation with Rust
Rust implementation of RocketMQ Name Server

Paul DuvenageHow moving from Pandas to Polars made me write better code without writing better code
In a scale-up like Check Technologies data not only grows, but it grows faster too. It was merely a...

ProgramCrafterType system in Rust - subtypes without inheritance? pwned?
Are there features in Rust type system beyond runtime-determined types of trait objects and ability...

Víctor GarcíaCreate Your Side Project With A Single Command
Query offers a powerful code generator that assists developers in creating side projects quickly and...

megared05Chainsight Hands-on: Generate original indicators from data in indexers
We have released three hands-on sessions so far, all of which involved creating components to...

Francesco CiullaReferences and Borrowing in Rust
References and Borrowing In this article, we will see how to use references in Rust. If...

Omar HiariEdge IoT with Rust on ESP: WiFi Revisited
Introduction Ever since creating the WiFi post, I received several inquiries about using a...

ShuttleA Full Stack SaaS Template with Loco
Loco is a Rust framework that aims to do it all - authentication, tasks, migrations and more. While...

Chanh LeRust ownership: another way to manage memory
In Java, we have the garbage collector helps us to clean up unused memory. In C++, we have to...

Anshuman SathuaMastering Cargo: A Comprehensive Guide to Harnessing the Power of Rust's Package Manager
Now that we've embarked on our Rust programming journey and mastered the art of writing a Hello World...

Ed RutherfordGoodbye Electron. Hello Tauri!
Utilize the Rust-powered backend framework paired with a React frontend to offer an awesome...