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

Joseph MaurerMaking a game in Bevy: An open-source 2D and 3D engine built on Rust
I earlier wrote about all of the promises that Unity’s Project Tiny brings to the table with the abil...

Johnny TordgemanLate Night Confessions — Building a Website Using Rust, Rocket, Diesel, and Askama — Part 1
Cover Photo by Hanbyul Jeong on Unsplash It’s 1:00 AM (🎵 soft jazz music). You’re lying in...

Roger Torres (he/him/ele)REST API with Rust + Warp 1: Introduction
There are a few good web framework options for Rust: actix, rocket, tide, warp... And they all offer...

Abhishek GuptaGetting started with Kafka and Rust: Part 2
This is a two-part series to help you get started with Rust and Kafka. We will be using the rust-rdka...

Roger Torres (he/him/ele)REST API with Rust + Warp 3: GET
Welcome back! Last time we saw each other I wrote: Next in line is the GET method, which means we'l...

Roger Torres (he/him/ele)REST API with Rust + Warp 2: POST
Glad to see you back! In this second part, we'll build the first functional method of our API: POST....

Roger Torres (he/him/ele)REST API with Rust + Warp 4: PUT & DELETE
That's it, the last methods. In the beginning, I thought it would be the end of the series, but then...

Roger Torres (he/him/ele)REST API with Rust + Warp 5: Beyond test utilities
Last part, folks! Time to say goodbye. Warp 5. The code for this part is available...

arctic_hen7An Alternative to NPM and Yarn Scripts - Bonnie!
arctic-hen7 / bonnie Super-fast...

Kevin WuSetting Up a gRPC Protobuf Server With Tonic
Recently I've been starting to work with gRPC and protobuf. Before this, I was used to using just pla...

Adam.SDeconstructing SPF with Rust using Generics
As I mentioned in my previous article Deconstructing SPF Records with Rust. There is a case for using...

Roger Torres (he/him/ele)Debugging Rust with VS Code
(There's a translation to portuguese here) At the very beginning of my career (2008), I became an Or...

Adam RodnitzkyWhy Rust for Robots?
Robotics largely runs on C++. Or at least it does for now. Here at Tangram Vision, we believe that th...

Roger Torres (he/him/ele)Debugando Rust no VS Code
Versão em inglês aqui. Bem no começo da minha carreira (2008), consegui um trampo de desenvolvedor O...

What would SQLite look like if written in Rust? — Part 3
Writing a SQLite clone from scratch in Rust ← Part 0 — Overview ← Part 1 — Understanding SQLite and...

Adam.SDeconstructing SPF Records with Rust
Hi. If you have visited my blog before you might have seen my series on using the trust-dns-resolver...