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

IvanRethinking Virtualization for Backends
TLDR Virtual machines and containers have improved backends in a lot of ways, but over time they...

Matt AngelosantoComparing Elixir with Rust and Go
Written by Manish Shivanandhan✏️ Programming has always been about getting things done quickly and...

Simon ShineWhy you should be careful with the Default trait/typeclass
You heard it. Default considered harmful! tl;dr: Default has no defining or testable...

Omar HiariRust Embedded Graphics with the MAX7219
This post is the last of the series on creating a platform-agnostic driver for the MAX7219 LED Driver...

Kyle HansonAnnouncing Puff - A hybrid Rust/Python Framework to build Apps for the Cloud
☁ Puff ☁ Python and Rust are near perfect compliments for each other. One of the...

Jean-NoëlRust : l'héritage n'existe pas !
Rust : l'héritage n'existe pas Après avoir vu le dernier opus de la saga The Matrix, j'ai...

Alex EaglesonHow to Set Up a Fullstack Rust Project with Axum, React, Vite, and Shared Types
Table of Contents Motivation Project Setup Rust Server React Client Sharing Types Add...

Kingkor Roy TirthoRust based alternatives for Unix & GNU Terminal Tools (Quick Table)
This is the short (Quick Table) article version of...

ZofiaCreating a minimal RESTful song request API using Rocket 🚀
What is a song request system? If you watch streamers on platforms such as YouTube and...

Alex EaglesonHow to Build a Rust CLI Tool to Generate Typescript Types from Rust
Table of Contents Motivation Introduction Project Setup Building the CLI Working with...

DanielDataFrame Wars: Polars Leaves Pandas in the dust!
A few weeks ago, my team lead and I started running into a problem with our ETL pipelines - they were...

Jorge CastroLive Reloading in Rust with Cargo Watch and Docker
Helo everyone 👋🏻 Today I want to share with you how we can observe changes in Rust using Docker...

Kingkor Roy TirthoRust-ify Linux/GNU/macOS terminal tools
Unix tools, generally written in C, are an exceptionally well-designed and maintained tool set for...

Omar HiariPlatform Agnostic Drivers in Rust: Publishing to Crates.io
After successfully implementing the platform-agnostic driver for the MAX7219 LED Driver IC in the...

Jorge CastroLive Reloading in Rust with Cargo Watch
Helo everyone 👋🏻 When we are developing a Rust application, sometimes we have the need to reduce the...

Patrick ElsenHow to make use of the GitLab CI for Rust Projects
In this article, I will show you how you can use GitLab to host your Rust project, complete with a working CI setup that runs tests, builds the project and publishes documentation on every commit and merge request.