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

Herrington DarkholmeBenchmark TypeScript Parsers: Demystify Rust Tooling Performance
TL;DR: Native parsers used in JavaScript are not always faster due to extra work across languages....

ThinkRedstoneThe Hallucinated Rows Incident
Herein lies the tale of the serialization bug that caused one of the weirdest crashes in the...

Bernard KRedefining Kernel Craftsmanship: The Rise of Rust in System-Level Programming
A Brave New World: Rust Marches into Kernel Territory Imagine a world where the very core...

Andrey DudnikOne of many ways to migrate from NodeJS to Rust
This post describes my personal approach and the experience I have gained. It may contain some...

Roger Viñas AlconTests Everywhere - Rust
rogervinas / tests-everywhere 🤠...

Confidence OkoghenunUltimate Guide To Rust Lifetimes For Newbies
Learn what lifetimes are and how they work in Rust

Douglas Makey Mendez MoleroHarnessing eBPF and XDP for DDoS Mitigation - A Rust Adventure with rust-aya
In my last article, we embarked on an XDP adventure, creating a basic firewall that filtered SSH...

Favil OrbediosWorking through the fast.ai book in Rust - Part 4
Introduction In Part 3, we covered creating Tensors of our images, and loading them up...

Iñigo EtxanizRust Concurrency Explained: Cleaning Code with Traits and Simplifying Services
Rust Concurrency: Cleaning Code with Traits and Simplifying Services ...

Devang TomarA Developer’s Dilemma: Navigating Rust 🦀 and Python 🐍
Introduction As developers, the choice of programming language is a compass guiding us...

Omar HiariEdge IoT with Rust on ESP: MQTT Subscriber
This blog post is the sixth of a multi-part series of posts where I explore various peripherals in...

Michael MironidisRust Game Dev Log #1: Grass Part 1 | Generating a Field of Grass!
Background Gamedev is a great way for software engineers to scratch that itch of solving...

Be Hai NguyenRust: JSON Web Token -- some investigative studies on crate jsonwebtoken.
Regarding crate jsonwebtoken, the primary question is still how to check if a token is still valid,...

Favil OrbediosWorking through the fast.ai book in Rust - Part 2
Introduction In Part 1 we introduced the dfdx crate. And we didn't get into any of the...

szymon-szymAWS Custom API Gateway Authorizer with Rust and Okta
Introduction The code for this blog post is here One of the main developers'...

Iñigo EtxanizRust Concurrency Explained: A Beginner's Guide to Arc and Mutex
Introduction Jumping into Rust programming has been quite a ride. At first, it felt a bit...