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

Omar HiariEmbedded Rust & Embassy: GPIO Button Controlled Blinking
This blog post is the first one of a multi-part series of posts where I will explore various...

Eric BurdenParsing Puzzle Text with Nom
The season is nearly upon us! And by the season, I of course am referring to the Advent of Code (what...

Justin PatriquinReleasing Rust Binaries with GitHub Actions - Part 2
In this part I'm going to go over how I ended up releasing binaries for MacOS and Windows MSVC. ...

Antonov MikeGTK calculator on Rust
(Almost done) Made my first application with user interface and built it on Linux. Have to improve...

UnimindUnimind has been featured on Product Hunt!
Unimind, our minimalistic productivity and focus extension has been featured on Product hunt! Show...

RyosukeRender Pipelines in wgpu and Rust
I finished this great wgpu tutorial that gets you up and running with WebGPU and Rust using the wgpu...

NiclasRust-03: Improving the simple program
In the last post we created a simple program that would accept an input like 5+5 and calculates the...

Adeola AjibosoGit cheat sheet (Part 1)
Have you ever been stucked while using git🤔? If your answer is yes, This article is for you. You dont...

NiclasRust-02: The beginning
At first, I didn't like Rust. Managing memory myself is something I don't want to do. After a first...

sunjreact install, 2022-06-09
구글에 Nodejs 검색해서 LTS라고 써있는 버전을 설치합시다. 13버전이하 아니면 17버전은 쓰면 안됩니다. 설치 경로는 C드라이브 어쩌구 되어있는거 바꾸지말고 그대로...

NiclasRust-01: Why am I learning Rust?
This is a good question, a very good question. Why am I learning Rust? To begin with, I programmed...

Falon DarvilleBuild a Job Queue with Rust Using Aide-De-Camp (Part 2)
This is the second installment in our series, which runs you through creating durable job queues...
Elizabeth SønnichsenOf bad feedback and one-upper coders
Yes, your code is likely better and you have a more stable solution, but did you consider...

Omar Hiari4-Step Primer on Navigating Embedded Rust HAL Documentation
The Problem 😱 Starting out with embedded Rust, I found that reading embedded HAL...

Konstantin GrechishchevFive simple steps to use any Arduino C++ library in a Rust project 🦀
Arduino helps circuit developers to build electronic projects and is, perhaps, the most used...

Jorge CastroGeneric MongoDB function in Rust
Hello guys!. As an Android Developer 🤖❤️, I find myself learning Rust and it seems more and more...