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

Kohwo OrienBuilding a Full Stack NFT Market Place with Near Protocol and React.js Part 1
For this guide, I decided to build an NFT Market Place using Near Protocol, although there is a much...

Crystal Durhamdyn* doesn't need to be special
or: more storage API propaganda A response to @nikomatsakis's dyn*: can we make dyn sized? dyn*...

Ryan RatnerTesting CRDTs in Rust, From Theory to Practice
Ditto is a database that puts theory to practice. Ditto's peer-to-peer data-structures based on CRDTs...

bolubee101The Chronicles of a Web3 philosopher.
For me, Rust is not about the language, but what you can do with it. One of its coolest applications...

Loïs LagoutteFrench Solana dev #1: Développer un program (smart-contract) sur la blockchain Solana avec le framework Anchor ⚓️🧑💻
Préambule Assez récemment, je me suis rendu compte du manque de ressources écrites en...

James RobbSubstring search
One common task we do daily as software engineers is working with strings to parse inputs, validate...

SeaQLIntroducing StarfishQL - visualizing the dependency network on crates.io
Introducing StarfishQL (sea-ql.org) We are pleased to introduce StarfishQL to the Rust community...

Yassin Eldeeb 🦀Deadliner
🎉🥳Announcing Deadliner Manage your deadline gently by updating the wallpaper of your desktop with...

MaxRust's lazy_static! usage benchmarks and code deep dive
lazy_static is one of the foundational crates in the Rust ecosystem. It lets us use static variables...

Gergely B. B.cpm-rs, a rust crate for Critical Path Method
This article is about my first published rust crate, cpm-rs.

NivethanProgramming Rust - 01
The book has come in! Programming Rust by Jim Blandy, Jason Orendorff and Leonora F.S. Tindall. Let's...

Kushal Joshi18 factors powering the Rust revolution, Part 3 of 3
Cover Photo by Markus Spiske on Unsplash Disclaimer: I work at Keyrock but views expressed here are...

Simon ShineHas-style traits in Rust
I recently experimented with Rust trait instances on bounded generic types. This is the fancy way of...

Daniele FrascaServerless geolocation
This blog post will show you how to integrate a Geo IP Database in a serverless way. A geo IP...

Ben HalpernIf you’re interested in WebAssembly, and don’t get enough depth here on DEV, read this…
WASM Builders is the new Forem in town. If you click that link, you’ll find the new WebAssembly Forem...

KogniseBuilding a Transport Protocol on ARP
An overview of the OSI model, some benefits and shortcomings of the ARP protocol, and the story of how I hijacked ARP to built the most evil (coolest) chat app ever!