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

Nicolas FränkelRewriting the Apache APISIX response-rewrite plugin in Rust
Last week, I described the basics on how to develop and deploy a Rust plugin for Apache APISIX. The...

CDPhuJSON Config Parser
This week I decided to work on Eakam's rost_gen repository again because of the difficulty it gave me...

Brett CodesWhy I'm Learning Rust
A look into the thinking that goes behind learning any new technology.

Billy ChanThe Question Mark `?` Operator in Rust
The question mark ? operator is used for early exit an function with return type that's compatible...

SeaQLGetting Started with Seaography
Seaography is a GraphQL framework for building GraphQL resolvers using SeaORM. It ships with a CLI...

Konstantin Grechishchev6 things you can do with the Cow 🐄 in Rust 🦀
The Cow type is a mystery even for some intermediate-level Rust developers. Despite being defined as...

Akmal ChaudhriTurbocharge your application development using WebAssembly with SingleStoreDB
Abstract WebAssembly (Wasm) is a binary instruction format for a stack-based virtual...

Patrick ElsenWriting a toy DNS Server in Rust using Trust DNS
Ever wondered how you can write a DNS server in Rust? No? Well, too bad, I'm telling you anyways. But...

Omar HiariPlatform Agnostic Drivers in Rust: MAX7219 Naive Code Refactoring
Introduction In this post, I continue the work I started in the previous post where I...

SeaQLIntroducing Seaography
What a fruitful Summer of Code! Today, we are excited to introduce Seaography to the SeaQL community....

Ervin SzilagyiElectrify your NodeJS AWS Lambdas with Rust
Introduction NodeJS runtime for AWS Lambda is one of the most used and for good reasons....

ThousandthStarRust devlog: Part 2
Hello readers! This is my progress for week 2 of coding my multiplayer game with Rust and Bevy. This...

eblochaParallel Matrix Multiplication in Rust
Much of linear algebra revolves around matrix multiplications. Since this is an O(n^3) operation,...

skaunovCryptopals-25: use `edit` as keystream
Do you want a slightly simpler solution to #25 "Break "random access read/write" AES CTR"? Did you...

Nicolas FränkelApache APISIX loves Rust! (and me too)
Apache APISIX is built upon the shoulders of two giants: NGINX, a widespread Open Source...

Demola MalomoExploring Yew, the rust-based frontend framework as a React Developer
Learn how to build a web application using open API data from DummyJSON and Yew as a React developer.