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

Ben LovyRust + ReasonML - a beginner's love story
Showing DEV my attendance-taker

Harry GillAuth Web Microservice with rust using Actix-Web - Complete Tutorial Part 2
Rust tutorial for creating an Auth micro service

David PeterMy release checklist for Rust programs
An overview of my workflow for releasing new versions of my Rust projects.

Muhammed H. AlkanWhat is Functional Programming
Simple introduction to Functional Programming

Harry GillAuth Web Microservice with rust using Actix-Web - Complete Tutorial Part 1
Rust utorial for creating an Auth micro service

Michael GattozziPlumbing the Deps of the Crate: Caching Rust Docker Builds
I’ve been using Docker for Rust code recently, but one of the problems is that using a Dockerfile l...

Jonas BrømsøTIL: Setting Up a Rust Development Environment
setting up my first Rust dev env

Jonas BrømsøBlog post: A Little Hacktoberfest Fairytale
my first PR to a Rust project

jeikabuRust FFI to NNG
Continuing work on a Rust library for nng (nanomsg-next-gen). Using bindgen to generate FFI bindings...

jeikabuRust FFI crate and CI
For the next phase of a project I need Rust bindings to nng. In this post I’ll create a Rust crate...

jeikabuGamepad Input with Rust (cont.)
Continuation of my previous work handling gamepad input with Rust. hidapi DS4 Using...

James HartonBuilding a stack-based virtual machine, part 7 - conditionals
The seventh and last part in my exploration of stack based VMs and how they work

Alexander McRaeLooking for a mentor
I am looking for someone to help me with a project I am writing. I know exactly what I want to do but am getting confused while implementing it.

jeikabuGamepad Input with Rust
Part of our platform includes a user-space device layer that abstracts input to gamepads supporting...

James HartonBuilding a stack-based virtual machine, part 6 - function calls
The sixth part in my exploration of stack based VMs and how they work

James HartonBuilding a stack-based virtual machine, part 5 - the machine
The fifth part in my exploration of stack based VMs and how they work