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

Rajvir SinghTauri is the best Electron alternative....
Every web developer who uses electron for making desktop applications with ease knows that electron...

👨💻 Dillen MeijboomPractical Bloom Filters
A couple of years ago I wanted to learn more about different types of commonly used data structures....

Jaime Morgan Hitchcock🚀 Just launched a new scalable cloud graph database! Any feedback/users/testers appreciated!
My brother and I have just 🚀 launched our scalable cloud graph database SurrealDB in public open...

Konstantin GrechishchevWriting a new programming language. Part IV: Boolean expressions and if statements
It was pleasing to see the number of reactions and reads on the last part of the tutorial! As...

Yury SamkevichCalling C code from Rust
Rust was originally designed as a systems language for writing high performance applications that are...

Omar HiariSTM32F4 Embedded Rust at the HAL: Timer Interrupts
This blog post is the second of a three-part series of posts where I explore interrupts for the...

Matt AngelosantoThe state of Rust GUI libraries
Written by Solomon Esenyi✏️ Graphical user interfaces (GUIs) provide an intuitive visual frontend...

Satyajit RoyGit Selective Ignore: Because Sometimes You Need to Keep Secrets from Git (But Not From Yourself)
null

Rodrigo SantiagoRust and Neovim - A Thorough Guide and Walkthrough
This post is a detailed explanation and walkthrough of how I set up my Rust development environment...

Aviram HassanCarcinisation of mirrord (or: why we use Rust)
Carcinisation (or carcinization) is an example of convergent evolution in which a crustacean evolves...

Omar Hiari6 Things I Wish I Knew Starting with Embedded Rust
Introduction There is no doubt in my mind that Rust is a great (if not the best) language...

SerokellGet Started with Rust: Structs
Get Started With Rust: Structs In almost any programming language, you can create data...

Anish De5 Modern CLI tools that help boost your productivity
As developers, most of us use the terminal to interact with our computers for many tasks as we find...

sectasyTalking to python with rust
A few words about Rust Rust is a systems programming language that runs blazingly fast,...

Ashish SinghBuilding Redis Server in Rust: Part 2
In the previous blog post, we covered single threaded client server communication. In this blog post,...

Njuguna MureithiHow to schedule and run cron jobs in Rust using apalis
For this tutorial, we're going to use apalis to run cron jobs in an async context. We will also look...