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

Rust Web Development Tutorial: Macros
rust2020-02-23
Tore PettersenTore Pettersen

Rust Web Development Tutorial: Macros

Originaly posted on cloudmaker.dev In this tutorial, we are going to create a couple of macros to av...

Day35:Parse URL - 100DayOfRust
rust2020-02-23
BCBC

Day35:Parse URL - 100DayOfRust

We can use url library to parse a URL: Cargo.toml: [dependencies] url = "2.1.1" Example: use...

Lumberyard Asset Builder in Rust
lumberyard2020-02-21
jeikabujeikabu

Lumberyard Asset Builder in Rust

Lumberyard’s AssetBuilderSDK can be used to process a custom asset type for use at runtime. “Creating...

WASI - WebAssembly System Interface with Wasmtime
rust2020-02-16
Sendil KumarSendil Kumar

WASI - WebAssembly System Interface with Wasmtime

WebAssembly enables running native code in the JavaScript engine. The compiled and optimised binary e...

(Rust-lang) Creating a simple TODO service with Actix [Video] - Part 3
rust2020-02-17
Julio Daniel ReyesJulio Daniel Reyes

(Rust-lang) Creating a simple TODO service with Actix [Video] - Part 3

Watch previous parts Part 1 Part 2

Rust Web Development Tutorial: Pagination
rust2020-02-16
Tore PettersenTore Pettersen

Rust Web Development Tutorial: Pagination

Originaly posted on cloudmaker.dev In this tutorial, we are going to build pagination for our API re...

How To Improve React App Performance with SSR and Rust [Part II: Rust Web Server]
rust2020-02-15
Olex TkachukOlex Tkachuk

How To Improve React App Performance with SSR and Rust [Part II: Rust Web Server]

Continue creating boosted Server Side Rendering implementation. In the first part we prepared ReactJ...

Matrix Voice ESP32 in Rust
iot2020-02-13
jeikabujeikabu

Matrix Voice ESP32 in Rust

My ultimate goal for Matrix Voice w/ ESP32 is to be able to develop in Rust. Basic...

(Rust-lang) Creating a simple TODO service with Actix [Video] - Part 2
rust2020-02-09
Julio Daniel ReyesJulio Daniel Reyes

(Rust-lang) Creating a simple TODO service with Actix [Video] - Part 2

Watch Part 1

Polyglot inception with GraalVM. Why? Because it's fun 🏄
java2020-02-06
Deepu K SasidharanDeepu K Sasidharan

Polyglot inception with GraalVM. Why? Because it's fun 🏄

Let's test drive GraalVM with a program that uses many languages together. Why? Because it's fun!

Rust Web Development Tutorial: Sorting and Filtering
rust2020-02-09
Tore PettersenTore Pettersen

Rust Web Development Tutorial: Sorting and Filtering

Originaly posted on cloudmaker.dev In this tutorial, we are going to allow our API results to be fil...

Automatically Generate Rust Modules With Cargo Build Scripts
beginners2020-02-07
Ben LovyBen Lovy

Automatically Generate Rust Modules With Cargo Build Scripts

I just learned how to use Cargo build scripts. They're pretty cool. The Context If you d...

WebAssembly with Rust
rust2020-02-06
I am a ProgrammerI am a Programmer

WebAssembly with Rust

WebAssembly fulfills the long-awaited promise of web technologies: fast code, type-safe at compile ti...

Mutability in Rust, and how it differs from object-oriented languages
rust2020-02-04
W. Brian GourlieW. Brian Gourlie

Mutability in Rust, and how it differs from object-oriented languages

This post started out as a long-winded answer to a stackoverflow question. The question made me reali...

Connect to a single MongoDB instance from rust
driver2020-02-03
Kushal JoshiKushal Joshi

Connect to a single MongoDB instance from rust

The rust driver for Mongo is still in its infancy. It is well documented in terms of the signatures o...

Understanding Rust modules
rust2020-02-02
Dandy VicaDandy Vica

Understanding Rust modules

If you ever fought against Rust modules, you probably already googled for terms such as "rust...