• OPENDEV HUB V1.0• API STATUS: 100% OPERATIONAL• CLIENT ENGINE: LOADED & CACHED• TRENDING TECH: TAILWIND V4, NEXT.JS 16, RUST, GO• ZERO AUTH REQUIRED
OPENDEVHUB

Command Palette

Search for a command to run...

DEVELOPER RELEASES

DEVELOPER NEWS STREAM

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

Learning Rust by creating a terminal clock - Part 1
rust2019-08-14
Bill MitchellBill Mitchell

Learning Rust by creating a terminal clock - Part 1

Learning Rust by creating a terminal clock.

Picking up from other languages
python2019-08-12
Ignacio Vergara KauselIgnacio Vergara Kausel

Picking up from other languages

After many years of doing Python, first as a hobbyist and then in a professional setting, I’ve had to...

Blog post: Learning Rust
rust2019-08-11
Jonas BrømsøJonas Brømsø

Blog post: Learning Rust

personal notes and resources for learning rust

Practical Rust Web Development - GraphQL
rust2019-08-11
Werner EchezuríaWerner Echezuría

Practical Rust Web Development - GraphQL

According to the official homepage, GraphQL is a query language for APIs and a runtime for fulfilling...

Learning Rust: Working with threads
rust2019-08-12
NúriaNúria

Learning Rust: Working with threads

I used to live in the single-thread JavaScript happy-land where the closest thing to working with thr...

Exploring Rust
rust2019-03-15
Ignacio Vergara KauselIgnacio Vergara Kausel

Exploring Rust

For a while I’ve been interested in Rust, reading articles and books, and trying to do some small exe...

Learning Rust by creating a terminal clock - Part 0
rust2019-08-10
Bill MitchellBill Mitchell

Learning Rust by creating a terminal clock - Part 0

Learning Rust by creating a terminal clock.

Photo mosaics with Rust
rust2019-08-10
Will DadyWill Dady

Photo mosaics with Rust

When I was a kid I remember seeing a poster of Yoda from Star Wars which was made up from various screenshots from the movie. I remember being facinated how several tiny images could be arranged to create a larger image and that how the colour of each small image contributed to the larger picture overall.

Compiler Series Part 3: Rust
compilers2019-08-08
JamesJames

Compiler Series Part 3: Rust

A fly by look at the Rust compiler

Rust ProcMacro 101
rust2019-08-04
TakaakiFuruseTakaakiFuruse

Rust ProcMacro 101

Rust Macro for beginners

The Borrow Checker and Memory Management
rust2019-07-28
Steven TrotterSteven Trotter

The Borrow Checker and Memory Management

Introduction I've been playing around with Rust for about 12 months now on and off and one...

Rust log: First chapter
rust2019-08-03
Adam Crockett 🌀Adam Crockett 🌀

Rust log: First chapter

It's my first step into rust, I have been watching rust for a while and wondering how does anyone get...

Running WebAssembly outside of the browser
rust2019-08-03
Daniel BuddenDaniel Budden

Running WebAssembly outside of the browser

This is the third article in a series of posts on Rust, WebAssembly and Genetic Algorithms. If you ha...

Rust working with paths
rust2019-07-31
Adam Crockett 🌀Adam Crockett 🌀

Rust working with paths

My first interaction with any runtime which touched the filesystem and paths was in node.js many year...

Using threads on Rust (part 3)
rust2019-08-01
Dandy VicaDandy Vica

Using threads on Rust (part 3)

How to use threads on Rust for a parallel task

Rust-scales Python: Flask Experiment
webassembly2019-07-31
Lorenzo (Mec-iS)Lorenzo (Mec-iS)

Rust-scales Python: Flask Experiment

Going on with this series of brief demos about how to embed Wasmer binaries into Python modules via p...