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

Harikrishnan MenonLets build a RedditBot to curate playlist links - III
We've reached the final chapter. The spoils are just ahead of us, lets go grab em. Obtainin...

jamestthompson3Peer Discovery over UDP
What is Peer discovery Peer discovery allows you to discover other computers on the same s...

Harikrishnan MenonLets build a RedditBot to curate playlist links
Recently while browsing reddit I came up on a post in the /r/rust subreddit which was a link to a You...

Harikrishnan MenonLets build a RedditBot to curate playlist links - II
If you had read the poem mentioned in the previous part, you can be pretty sure what we are going to...

Petr JanikRust 2 - Memory and advanced structures
Move // on stack let x = 5; let y = x; println!("{} {}", x, y); // i32 implements Copy t...

Pan ChasingaHow to Stick with Rust
For a while, I did not get what the hype about Rust was all about. To me, the language appeared opa...

NiranjanaUnderstanding Rust Closures
Closures are very interesting programming concepts. It helps save a lot of expensive calculations whi...

Itachi UchihaStructuring Data Types in Rust
This post published on my blog before Hi everyone. Before that, I wrote a post called A Slice of...

Borja LorenteWhy learning Rust is great... As a second language
Note: This content was originally posted in my blog, Beyond The Loop. If you like it, head over there...

Go vs Rust for web dev
What is a more suitable language for web development Go or Rust? Which one is the best one to pick to...

Felipe Ferreira da SilvaDiscord server: Game Development in Rust
Months ago, I made a Discord server dedicated to game development in Rust. Right now we have more tha...

Petr JanikRust 1 - Basic syntax
Installation Getting started official guide cargo new my-project # create new project ca...

Francesco CognoExploring Azure CosmosDB with Rust - Part 1
A beginner friendly intro on how to use Rust to exploit the power of Azure CosmosDB using the unofficial Azure SDK for Rust

Itachi UchihaA Slice of Rust: Working with the Slice Type
This post published on my blog before Hi everyone. Before that, I wrote a post called Rust’s Borr...

Peter NehrerA Curious Tale of Rust TLS and Postgres in the Cloud
How to Connect Securely to Amazon RDS for PostgreSQL using Tokio and Rustls Recently I ran...

Tom GranotLearning with books vs. tutorials
I'm currently re-learning Rust - I picked it up a while back to be able to better debug issues at wor...