• 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.

2048 WASM
showdev2021-01-26
Max BantsevichMax Bantsevich

2048 WASM

This article is an experiment with Rust with its subsequent compilation in WASM. It was interesting t...

Cargo (Rust Package Manager) Cheatsheet
rust2021-01-26
Henry BoisdequinHenry Boisdequin

Cargo (Rust Package Manager) Cheatsheet

This is a practical cheat sheet to use when using the Rust package manager Cargo. A package manager a...

Rust : ce langage natif safe et puissant
rust2021-01-26
Jean-NoëlJean-Noël

Rust : ce langage natif safe et puissant

En 2020, quand on parle de langage "natif" ou bas niveau, étonnamment, on pense encore beaucoup au C...

Rust and Go department directories
rust2021-01-25
Mark SawardMark Saward

Rust and Go department directories

Continuing my journey with Rust, I recently completed a suggested exercise from "The Book": Using a...

Weekly Update #3 - 24th Jan 2021
devjournal2021-01-24
Henry BoisdequinHenry Boisdequin

Weekly Update #3 - 24th Jan 2021

This is my third weekly update of 2021. I'm giving weekly updates to hold myself accountable for codi...

Replacing FastAPI with Rust: Part 4 - A Solution
rust2021-01-21
Dylan AnthonyDylan Anthony

Replacing FastAPI with Rust: Part 4 - A Solution

Cover image created by me using Ferris the Crab, the Rust logo, and the FastAPI logo. After inv...

Rust Tutorial: Learn Rust from scratch
rust2021-01-23
Ryan ThelinRyan Thelin

Rust Tutorial: Learn Rust from scratch

Rust is an up and coming programming language gaining record popularity for low-level systems like op...

How to Fetch a Web API with Rust 🦀
rust2021-01-18
Henry BoisdequinHenry Boisdequin

How to Fetch a Web API with Rust 🦀

In this tutorial, I will be teaching you how to fetch a Web API asynchronously in Rust. This tutorial...

Getting started with Rust and Redis
rust2021-01-20
Abhishek GuptaAbhishek Gupta

Getting started with Rust and Redis

Are you learning Rust and looking for ways to get some hands-on practice with concrete examples? A go...

Rust in Production: 1Password
rust2021-01-20
SerokellSerokell

Rust in Production: 1Password

Rust has taken the programming language world by storm. Since its 1.0 release in 2015, it has been on...

Rust Pattern Matching Examples for Typescript Developers
typescript2021-01-19
Ryan LeeRyan Lee

Rust Pattern Matching Examples for Typescript Developers

Learn how to use advanced Rust pattern matching techniques from the lens of a Typescript developer.

Running Rust in WebAssembly in a Pool of Concurrent Web Workers in JavaScript
showdev2021-01-18
Alessandro GenovaAlessandro Genova

Running Rust in WebAssembly in a Pool of Concurrent Web Workers in JavaScript

A mad experiment: distributing a heavy task over a pool of web workers which call a rust library compiled to WebAssembly.

My Journey with Rust & Substrate
rust2021-01-18
Adib HannaAdib Hanna

My Journey with Rust & Substrate

A few months ago, I decided to learn Rust , mainly because I’m very interested in Substrate (a Blo...

Weekly Update #2 - 17th Jan 2021
devjournal2021-01-17
Henry BoisdequinHenry Boisdequin

Weekly Update #2 - 17th Jan 2021

This is my second weekly update of 2021. Two weeks ago, I made a post about my goals for 2021 and as...

WebAssembly + Rust + TypeScript project setup
webassembly2021-01-16
Krzysztof KaczyńskiKrzysztof Kaczyński

WebAssembly + Rust + TypeScript project setup

I created a repository with example project which you can find here: web-assembly-rust-typescript-te...

Writing a better Line Iterator  in Rust
rust2021-01-16
Markus IneichenMarkus Ineichen

Writing a better Line Iterator in Rust

It was great fun solving last year's Advent of Code using Rust. The problems were all approachable a...