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

Dawid KimanaRust in Linux, AoT Compiler in React
Some interesting things are happening in the development space as we head into 2022. I will highlight...

Eduardo Pinho10x Sprint Master: a technical and social experiment
I recently wrote a game for the GitHub GameOff jam, which has been a fairly common practice of mine...

Sébastien BelzileMaking Games in Rust - Part 3 - Floors and Gravity
Now that we have a window, and a character drawn on the screen, it's time to make our character fall....

Sébastien BelzileMaking Games in Rust - Part 2 - Drawing Stuff and Cameras
Drawing a Square Our game will be composed of sprites. All our world will be built with...

Kirill VasiltsovWriting and deploying Rust Lambda function to AWS: Image glitch as a service
A detailed guide to deploying and writing AWS Lambdas in Rust

transistor fetMaking a 68000 Emulator in Rust
Originally published at jabberwocky.ca Written November 2021 by transistor_fet A few...

Sébastien BelzileMaking Games in Rust - Part 1 - Bevy and ECS
Context I recently stumbled upon a short YouTube video of somebody building a roguelike...

Denys SéguretSafeCloset, a Secret Safe - Why and how I made it in Rust
The why and the how of this new secret safe cross-platform TUI I wrote in Rust

Kirk ShillingfordSemantics, Not Syntax; Developer empowerment using functional-first programming
"It's not about syntax; it's about semantics." - Richard Feldman This article is just a collection...

MaximilianOptimising Code - The Devil Lies In the Details
Optimising code for high performance can be exhausting; where can you squeeze that last bit of speed...

Matt AngelosantoHow to build a blockchain in Rust
Written by Mario Zupan ✏️ When we think about P2P technology and what it’s used for nowadays, it’s...

Michael OlayemiCreating a Web Page with Actix-Web (Rust )
Overview In this tutorial, we are going to build a simple website using actix, a stable framework...

Justin Maximillian KimlimXplorer, a modern File Explorer that was written using TypeScript, has its performance improved on the recent release
Hello devs! About two months ago, I released the first version of Xplorer and wrote a post about...

Caleb SanderGit Internals part 2: packfiles
This post continues the "Git Internals" series. In part 1, we introduced git's object storage model....

Fernando MendezBuilding a simple on-chain point of sale with Solana, Anchor and React
Note: All the code for this post can be found in this github repo. A few days ago, I started playing...

Mark SawardGo footguns: Go Defer and Rust Drop
My extremely slow journey to learn Rust continues, delayed by other projects. My attention in 2021...