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

Roger Torres (he/him/ele)Asynchronous Rust: basic concepts
TL;DR: I will try to give an easy-to-understand account of some concepts surrounding asynchronous...

ender minyard✨♻️ Rust Visualized: Pointers as References
How do we visualize pointers? A pointer points ➡️ to a location in memory. This location in memory...

Bambang Purnomosidi D. P.Belajar Rust - 01: Mengenal Bahasa Pemrograman Rust
Bagian ini membahas tentang gambaran umum dari bahasa pemrograman serta peranti pengembangan Rust....

simlayHow we built our Python Client that's mostly Rust
This week, we're happy to announce the addition of a Python client library for Fluvio. Using the...

Davide Del PapaRust for Data Science: Tutorial 1
[Photo by jim gade on Unsplash, modified] Data Science: a branch of computer science that studies...

Basti OrtizOptimizing Immutable Strings in Rust
If there's anything about Rust that Rustaceans have a particular aversion to, it would most certainly be cloning and heap allocations. In this article, we will explore how taking advantage of immutability allows us to optimize memory usage.

alabulei1Rust and WebAssembly Serverless functions in Vercel
Vercel is a leading platform for developing and hosting Jamstack applications. Unlike traditional web...

Nik BegleyUsing Rust with Elixir for code reuse and performance
Doctave.com is primarily built on the Elixir language. Specifically the Phoenix Web framework. Some...

Beka ModebadzeGetting Started with Systems Programming with Rust (Part 2)
Building a Mini-Shell In the introductory Part 1, we discussed what system processes are,...

Avi IllouzWriting a Lambda in Rust using aws-lambda-rust-runtime and aws-sdk-rust
Last week I had the opportunity to experiment with Rust and AWS lambda service. I learned to write an...

atroooRust Notes
My personal notes from working through the Rusk Book and other resources.

Beka ModebadzeGetting Started with Systems Programming with Rust (Part 1)
You can find original post on my personal blog. A modern computer is a very complex creation that...

Mrinal WadhwaBuild End-to-End Encryption in 51 lines of Rust
build-trust / ockam Orchestrate...

DanDeploy a Jamstack site on AWS Lambda with API Gateway in 10 minutes or less 💨
Jamstack architecture is all the rage these days, owing to its focus on high performance and...

Tim McNamaraMy book on Rust is available on Amazon!
Rust in Action is printed and ready to buy

Alexander HalembaRust SDK - DJI Tello Drone
I got this Tello Drone for Christmas a while back. Flying in circles was quite fun, but the control...