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

Designing state machines in Rust
rust2021-09-16
senyosenyo

Designing state machines in Rust

This post was originally posted on my blog In Rust, you often hear about state machines. Futures...

Rust + Google Sheets API Quickstart
rust2021-09-15
Rohan RajpalRohan Rajpal

Rust + Google Sheets API Quickstart

Google sheets API is a very useful tool. For MVPs and prototypes it works amazing, no need for SQL...

[Rust] Tokio stack overview: Runtime
rust2021-09-12
Roger Torres (he/him/ele)Roger Torres (he/him/ele)

[Rust] Tokio stack overview: Runtime

Quoting its first announcement, "Tokio is a platform for writing fast networking code in Rust [and]...

A Beginner's Survey of the Solana Ecosystem
rust2021-09-14
cryptorustacean.comcryptorustacean.com

A Beginner's Survey of the Solana Ecosystem

This was from a quick survey of my Twitter feed. Is this a complete list? Obviously not. This is just...

Is modern C better then Rust?
rust2021-09-12
DavidDavid

Is modern C better then Rust?

In the past years we have witnessed probably the fastest adoption of a new language, Rust. This...

Rust cli example #2: Ferris hunts errors
rust2021-09-13
René RibaudRené Ribaud

Rust cli example #2: Ferris hunts errors

Table of Contents Why this article Status and goals Use our errors Small refactoring to...

End-to-End Encryption through Kafka - using Rust
showdev2021-09-10
Mrinal WadhwaMrinal Wadhwa

End-to-End Encryption through Kafka - using Rust

build-trust / ockam Orchestrate...

Rust Function Pointers Across FFI Boundary
help2021-09-10
Ben LovyBen Lovy

Rust Function Pointers Across FFI Boundary

Hi DEV - it's been ages! I'm stumped on a problem, and remembered my old adage: "ask DEV stuff, they...

Rust VPP API Bindings | LFX Mentorship Project
rust2021-09-10
felixfaisalfelixfaisal

Rust VPP API Bindings | LFX Mentorship Project

Hey Everyone, This article is about Rust VPP API Bindings project which was a part of LFX Mentorship....

Container Runtime in Rust - Part 0
docker2021-09-09
penumbra23penumbra23

Container Runtime in Rust - Part 0

Intro From a DevOps perspective, I can only say what a time to be alive! With the rise of...

The CLI that looks at JSON in pretty
rust2021-09-07
uzimaru0000uzimaru0000

The CLI that looks at JSON in pretty

What I made This is a CLI for formatting JSON into a list for easy viewing. I named it...

Introducing Perseus for Rust Web Development!
rust2021-09-05
arctic_hen7arctic_hen7

Introducing Perseus for Rust Web Development!

Perseus is a high-level web development framework for Rust, with full support for SSG and SSR. It's...

Belajar Rust - 02: Instalasi Rust
rust2021-09-04
Bambang Purnomosidi D. P.Bambang Purnomosidi D. P.

Belajar Rust - 02: Instalasi Rust

Untuk menggunakan Rust, tentu saja anda harus melakukan instalasi terhadap Rust dan ekosistem yang...

React with web assembly setup without CRA
react2021-09-01
Dhairya NadaparaDhairya Nadapara

React with web assembly setup without CRA

Hey everyone, I was curious about the wasm from the last few years because of rust-lang. I have...

5 Technologies you should be excited to Learn! | The Future of Web Development 2021
webdev2021-09-01
PranavPranav

5 Technologies you should be excited to Learn! | The Future of Web Development 2021

As a web developer, you must know about the current trending technologies that will shape the future...

Asynchronous Rust: basic concepts
rust2021-08-29
Roger Torres (he/him/ele)Roger Torres (he/him/ele)

Asynchronous Rust: basic concepts

TL;DR: I will try to give an easy-to-understand account of some concepts surrounding asynchronous...