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

Wafelackrad, a privilege changer.
Hello, I wanted to share with you my own privilege changer, rad. It works like a standard privilege...

Michał SłapekArray duality in Go and Rust
Want to see disappearing data in Go caused by an innocent append of data to an array? Can this happen...

lechatAs a first project in Rust, I made a programming language on my own
This is the project: https://github.com/lechatthecat/oran You can test it by: $ git clone https:/...

Juha-Matti SantalaLearning Rust #2: Option & Result
This month, I want to talk about something that made me struggle a lot and caused (and still causes) my code writing to slow down considerably - Option and Result types and how I constantly run into issues with them.

Kaito IiCommand to easily maintain rust dependencies with command line
Cargo edit Cargo edit extends cargo by adding the following subcommands. As you can guess...

doma.devPattern matching in Rust and other imperative languages
TL;DR Rust is an imperative language that has the most pattern-related language facilitie...

Alex MercedRust & Rocket - Zero to Deploy
Rust along with Go has been growing as popular alternatives to many of the use cases of languages lik...

James SinkalaDeploy A Rust Website on Heroku
A short tutorial on deploying Rust web applications, in this case a Rocket framework app on Heroku.

lencxWebAssembly入门
Vite + Rust + WebAssembly

Wren [Undefined]A Bunch of Odysseus Pseudocode I Guess
Hey there! Sorry for the small hiatus. Calypso Notes and Thoughts I've mostly...

Brandon MinorMaking Great Docs with Rustdoc
At Tangram Vision, One of the things we've come to love about Rust is the tight integration of the to...

Christoph GraboRust/Wasm on AWS Lambda@Edge
tl;dr: Check out the repo and give it a spin for yourself. I sat down yet again and took some of my...

Max Niedermanttyper - a Terminal-Based Typing Test
Originally published here on my blog. TL;DR: here's the project on GitHub and it's installable as tt...

rachelle palmerStructuring Data with Serde in Rust for MongoDB
TLDR: Working with BSON in Rust is tricky - BSON has a dynamic schema, while Rust uses a static type...

Thomas Alcala SchneiderTranslating My Resume (and any text file) with Rust
Creating a simple CLI that uses Google Translate to translate a text file to a supported language

Juha-Matti SantalaLearning Rust #1: Pattern Matching
Last December I finally started learning Rust and last month I built and published my first app with Rust: 235. Learning Rust is my new monthly blog series that is definitely not a tutorial but rather a place for me to keep track of my learning and write about things I've learned along the way.