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

DanAssemblyLift v0.2 preview: RPC-based IO modules
I feel like it's been a looooong minute since I was last able to give an update on AssemblyLift. Real...

Maxwell DeMersHow to Concatenate Strings in Rust
5 different ways to concatenate strings in Rust

Szymon GibałaBookmark - command-line tool to quickly access obnoxious URLs
Introduction Bookmark is a simple command-line application written in Rust that allows sav...

T.J. TelanLet’s build a single binary gRPC server-client with Rust in 2020 - Part 4
In the previous post, we covered using our protobuf compiled Rust code to implement our gRPC server...

Amber 🏳️🌈This Week in Rust is really cool
I just wanted to write a quick post about This Week in Rust, just in case anyone actually reads these...

Amber 🏳️🌈Solving Rustc 'cannot find -lxcb-shape'
I wanted to learn Amethyst, a pretty cool game engine made in Rust. But when I tried to compile the "...

Corey O'DonnellManaging Node.js with Volta
I recently wrote a blog post about how I use NVM to manage my node version. Someone commented on the...

Mahmoud AshrafMy terminal became more Rusty 🦀
Originally Published on my blog As a Software-Engineer I spent most of the time inside my terminal,...

Swastik BaranwalUses and difference b/w switch and match
Everyone must be using selection statements for pattern matching or equality checking. Some language...

Tomek PoniatowiczJuniper - fast & type-safe GraphQL Servers in Rust
GraphQL started being developed internally at Facebook back in 2012, before being publicly released a...

T.J. TelanLet’s build a single binary gRPC server-client with Rust in 2020 - Part 3
In the previous post, we covered creating our data schema in the Protocol Buffer (protobuf) format,...

ImaculateThat's so Rusty: Mutables
Given its unique nature, a lot of people are curious to know if Rust is functional. Is it? Let's...

Bruno OliveiraRust - understanding traits 1
Introduction Many languages today are object-oriented, support this paradigm or, not being object-or...

Thomas GotwigPublish a simple executable from Rust on Chocolatey 🍫
The most comfortable way to install software on Windows is thorugh Chocolatey 🍫 And in this guide you...

Axel NavarroRust and the hidden cargo clippy
Clippy is a «collection of lints to catch common mistakes and improve your Rust code». 💪 But for some...

Alexandru-Dan PopWhy Rust is a great language to learn
Learning Rust