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

CarlyRaeJepsenStanRegular expressions in Rust
In many popular languages such as Javascript or Python, using regular expressions is simple. Well.....

Pan ChasingaLearn to Build a Parser in Rust for Fun and Profit
On a Friday morning, slacking, you are thinking about the new Netflix shows to catch. Your boss comes...

Nicholas Omer ChiassonBeginner's Guide to Running Rust on AWS Lambda
A start-to-finish tutorial demonstrating how to build a simple AWS Lambda written in Rust and manage its deployment with AWS CDK.

John Owolabi IdogunA Command Line Key-Value Data Store using the Rust Programming Language.
Prelude Rust is an imperative, super fast, and type-safe programming language that...

Nicolas FränkelThe Rustlings exercises - part 1
To continue building my understanding of Rust, I searched for some simple Rust exercises. Hence, I...

Kat HolderWhy to Learn Rust in 2021?
It is a multi-paradigm system programming language that performs C and C++ but with the design to...
![How to use casbin authorization in your rust web-app [Part - 3]](https://dev-to-uploads.s3.amazonaws.com/uploads/articles/3otvb2z646ytpt1hl2rv.jpg)
How to use casbin authorization in your rust web-app [Part - 3]
In this blog we'll make a new project in which we'll use the authorization model talked about in the...

Daniel ImfeldDemystifying Actix Web Middleware
For my Ergo task orchestrator side project, I’ve been writing the entire backend in Rust. As with any...

Nicolas FränkelMy second cup of Rust
Last week, I drank my first cup of Rust. I learned concepts that are foreign in the languages I know:...

Matheus RichardMy First Month (or so) With Rust
I’m learning Rust and this is the first post about my experience with it. I’m a Ruby programmer, so...

Santhosh BalasaKnapsack Algorithm
There are three ways to implement a Knapsack Algorithm: Knapsack Recursive (Basic) Knapsack...
![#![no_std] with WASI is more complicated than I thought it would be](https://media2.dev.to/dynamic/image/width=1000,height=500,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fom54khsl819n10s20uof.png)
Wren [Undefined]#![no_std] with WASI is more complicated than I thought it would be
This post is meant to document my experience using #![no_std] in Rust with WASI, which was way more...

NimaiRust Style Expressions in Other Programming Languages
Lets say we have a variable animal and we want to initiate the value of a variable sound based on the...

Abhishek GuptaRedis Streams in Action - Part 2 (Rust app to consume from the Twitter Streaming API)
Welcome to this series of blog posts which covers Redis Streams with the help of a practical example....

Arunanshu BiswasDemystifying Mutability and References in Rust
The Un-Sandwiching rule All references and reference related problems follow the "un-sandw...

Nicolas FränkelMy first cup of Rust
It all started with an informal chat with my friend Anthony. We were talking about languages, and I s...