Tag: rust

Getting Up to Speed With Rust

Getting up to speed with Rust

Dev

Learning Rust will help you get better at writing in other programming languages. This guide demonstrates how to set up your dev environment so you’ll have one less thing to worry about as you familiarize yourself with this challenging language.

Ingmar Jager
May 12, 2020 ⋅ 5 min read
How to Build a Dice Roller in Rust

How to build a dice roller in Rust

Dev

If you’re an experienced programmer who is new to Rust — better yet, if you’re a fellow D&D nerd — check out this tutorial on how to create a web service that rolls virtual dice.

Zach Mitchell
Apr 29, 2020 ⋅ 8 min read
How to Write CRaP Rust Code

How to write CRaP Rust code

Dev

We Rustaceans like our code to be CRaP. That is, correct, readable, and performant. Learn how investing in the readability of your code upfront can unlock myriad speed, flexibility, and productivity gains.

Andre Bogus
Apr 22, 2020 ⋅ 7 min read
Node Worker Threads With Shared Array Buffers and Rust WebAssembly

Node worker threads with shared array buffers and Rust WebAssembly

Dev

Node.js worker threads empower you to scale JavaScript code across many CPU and even GPU cores, since you can access GPU over Rust WebAssembly.

Tigran Bayburtsyan
Dec 20, 2019 ⋅ 4 min read

The best Rust frameworks for web dev and desktop apps

Dev

A list of the best Rust web and desktop frameworks. Take a look!

Obinna Ekwuno
Oct 18, 2019 ⋅ 5 min read
A look at the benefits and uses of Rust.

Rust for frontend developers

Dev

Find out why companies including Yelp, Dropbox, and npm use Rust in production to create sustainable and scaleable code bases.

Obinna Ekwuno
Oct 17, 2019 ⋅ 6 min read