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

pintuchRust - Reqwest examples
Introduction There are 3 things that need to happen: Building a client that can be reuse...

Quinn Lashinsky1.1 Comments
This week we're gonna explore comments in Rust. Commenting in Rust serves a couple of purposes. Using...

Jean-Paul BonnetoucheConsuming high-throughput Redis streams with Rust
Today I’d like to share a small rust library that helps you produce and consume Redis stream data. B...

Dylan AnthonyReplacing FastAPI with Rust: Part 6 - AWS Lambda
Cover image created by me using Ferris the Crab, the Rust logo, and the FastAPI logo. The last...

Basti OrtizGeneric `impl` blocks are kinda like macros...
As strange as it may seem, generic `impl` blocks actually have macro-like capabilities. When coupled with the trait system, Rust offers a powerful mental framework for composition-based polymorphism. In this article, we will explore how treating generic `impl` blocks like macros can be an insightful shift in perspective when dealing with generics and trait bounds.

Martin KavíkMoonZoon Dev News (1): CLI, Build pipeline, Live-reload, HTTPS
It's alive! It runs! It... doesn't do anything useful yet. Just like an average kitten. We have to...

Wren [Undefined]Introducing The Calypso Chronicles
Edit: Apparently this got featured in TWIR! Thanks editors! :) If you don't already know what Calypso...

Luca BarbatoTemporal RDO update optimization
This is the second story of a specific optimization that gave a significant speed-up in rav1e. For th...

David BernardCreate a project template with ffizer and TDD
ffizer is a files and folders initializer. It can be used as a project generator. It provides some un...

nabbisenFix rustup failed with "error: linker `cc` not found" (Rust 1.50 on Alpine Linux 3.13)
Summary Today, I made a Dockerfile for Rust development on Alpine Linux. I met the error...

What would SQLite look like if written in Rust? — Part 2
What would SQLite look like if written in Rust? — Part 2 Writing a SQLite clone from scrat...

Dylan AnthonyReplacing FastAPI with Rust: Part 5 - Rocket 0.5
Cover image created by me using Ferris the Crab, the Rust logo, and the FastAPI logo. In the pr...

TalHandling Unix Kill Signals in Rust
Intro Like many of you, I am a software developer. For the past few years, I've been worki...

Bernard KolobaraBuilding a telnet chat server with Rust and Lunatic
I love the aesthetics of terminals and I’m not the only one, there is a whole subreddit dedicated to...

Martin KavíkCure for Web Development
Imagine you have a small business. You sell flowers in your brick-and-mortar store. Everything goes w...

FrançoisRunning ML models in a game (and in Wasm!)
Using Tract and Bevy, guess the number being drawn. TL;DR: Try it here - Read the code here One of...