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

Mark SawardGo footguns: Go Defer and Rust Drop
My extremely slow journey to learn Rust continues, delayed by other projects. My attention in 2021...

Ben LovyOops, I Did It Again...I Made A Rust Web API And It Was Not That Difficult
Over two years ago (oof), I posted a walkthrough of my Rust implementation of todo-mvp by...

Gabriel Jeronimo Lima SilvaComo configurar um ambiente Solana do zero usando Anchor no Windows e Linux
Se você tem interesse em começar a desenvolver na blockchain Solana porém não tem ideia de por onde...

Enyel SequeiraFirst Week learning rust
My First week learning Rust using (The Rust Programming Language) "The Book" Why...

superoverflowLearning Rust Offline
I would be on a 13 hour flight and I look for some good offline resources to learn rust: ...

Jared StanbroughHow to get started with Rust for RISC-V Linux
ockam-network / ockam ...

Philip LondonRust programming for web developers (by a web developer)
Today we'll look at a few really basic concepts that are familiar to web developers, and see how we...

Igor PetrukAsync, refactoring and fewer bugs: Rust block expressions to the rescue
One of the pretty neat features of Rust I'd like to talk about is block expressions. This subtle...

Steven MurawskiGetting Started with Hippo - a WebAssembly PaaS (Part 1)
Setting up a Development Environment Hey y’all, I’ve recently been dipping into the cloud...

Matt AngelosantoImproving overconstrained Rust library APIs
Written by Andre Bogus ✏️ In one of my earlier posts, “How to write CRaP Rust code,” I warned you...

Mandy MooreFunctional Pivoting – Tackling Ruby, Haskell, and Rust Playgrounds with Rein Henrichs
Director of Developer Relations at New Relic, Jonan Scheffler, talks to Principal Software Engineer,...

Janet BlackquillIntroducing hRPC: a simple RPC system for user-facing APIs
Co-authored by: Yusdacra (yusdacra@GitHub), Bluskript (Bluskript@GitHub), pontaoski...

MichaelRust + WebAssembly + JavaScript
Introduction WebAssembly is the new craze when it comes to frontend & backend...

Rodney LabCloudflare Developer Challenge: Adding Rust to SvelteKit
Cloudflare Developer Challenge: using SvelteKit, Rust and my other favourites like vanilla-extract and workers, to create an API as a service.

Ben LovyPrepare your Rust API docs for Github Pages
Rust comes with a built-in documentation system, rustdoc. It's great, use it. Github comes with a...

Bastian GruberAnnouncing my book "Rust Web Development"
A pragmatic and "in-depth-enough" book about writing web services/applications in Rust Hey...