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

I am a ProgrammerPinning - Asynchronous Programming in Rust: Why, What, and How
The Why, What, and How of Pinning in Rust With the Future trait stabilized and async/await...

Maxim MolchanovVonmo Trade Experiment. Part 1: Exchanges and modern technologies
This series of articles describes an attempt to create a reactive system performed by one person, with a minimum budget and in the shortest time possible.

Hirokazu HironoBasic Signed Integer Type in Rust
all about signed and unsigned integer.

Arpit MohanWhy devs like GraphQL; common architecture do's; & Rust performance pitfalls
TL;DR style notes from articles I read today. Why developers like GraphQL? Superior deve...

Maciej ZarębaImportance of clean Production Environment.
Since the start of my developer career, I was always looking forward to handling projects with a hard...

Anton RapetovOne more plugin to build Rust for Android
There are already several good articles on how to develop on Rust for Android: Building and Deploying...

nasaTool to release self-made package to Github at high speed
https://github.com/k-nasa/rgh Using rgh, You can release self-made package easily and fastly to gith...
Thomas HartmannAsync Rust: a gentle introduction
Hot off the heels of RustFest Barcelona and the stabilization of async/.await, I think it’s safe to s...

Murph MurphyDeserializing Doubly Tagged JSON in Rust
I needed to deserialize a JSON data structure that contained versioning and type information. [ {...

Yevhenii BabichenkoHow to force Rust compiler to use several x86 instructions (popcount, etc)
Sometimes you need tricky operations on your binary data like counting bits, leading or trailing zero...

AugustoMy share on Rust 2020
Some weeks ago the rust-lang team made a blog post asking for opinions on what the priorities for the...

Arpit MohanBest tech things I read this week - #5
I share TL;DR versions of articles on software engineering that I read every weekday through my newsl...

Ben HalpernThis Week in Code, for the Week of Sep 26 to Oct 2
Several major releases, a big corporate AI partnership and more

Bryan BurgersDeploying WASM to Fastly's Edge
Not so long ago, Fastly introduced a new platform for edge programming. Fastly's vision is to use was...

Ivan DlugosRust looks awesome
Starting to look at Rust and it seems to have hit the nail on the head.

Marc Ryan RigindingBenchmarking or "How to count words really fast"
A colleague at work showed me this interesting GitHub repository: github.com/juditacs/wordcount. Th...