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

Rewriting the Apache APISIX response-rewrite plugin in Rust
rust2022-10-05
Nicolas FränkelNicolas Fränkel

Rewriting the Apache APISIX response-rewrite plugin in Rust

Last week, I described the basics on how to develop and deploy a Rust plugin for Apache APISIX. The...

JSON Config Parser
rust2022-10-06
CDPhuCDPhu

JSON Config Parser

This week I decided to work on Eakam's rost_gen repository again because of the difficulty it gave me...

Why I'm Learning Rust
rust2022-10-05
Brett CodesBrett Codes

Why I'm Learning Rust

A look into the thinking that goes behind learning any new technology.

The Question Mark `?` Operator in Rust
rust2022-10-05
Billy ChanBilly Chan

The Question Mark `?` Operator in Rust

The question mark ? operator is used for early exit an function with return type that's compatible...

Getting Started with Seaography
rust2022-10-05
SeaQLSeaQL

Getting Started with Seaography

Seaography is a GraphQL framework for building GraphQL resolvers using SeaORM. It ships with a CLI...

6 things you can do with the Cow 🐄 in Rust 🦀
rust2022-10-02
Konstantin GrechishchevKonstantin Grechishchev

6 things you can do with the Cow 🐄 in Rust 🦀

The Cow type is a mystery even for some intermediate-level Rust developers. Despite being defined as...

Turbocharge your application development using WebAssembly with SingleStoreDB
singlestoredb2022-10-04
Akmal ChaudhriAkmal Chaudhri

Turbocharge your application development using WebAssembly with SingleStoreDB

Abstract WebAssembly (Wasm) is a binary instruction format for a stack-based virtual...

Writing a toy DNS Server in Rust using Trust DNS
rust2022-10-02
Patrick ElsenPatrick Elsen

Writing a toy DNS Server in Rust using Trust DNS

Ever wondered how you can write a DNS server in Rust? No? Well, too bad, I'm telling you anyways. But...

Platform Agnostic Drivers in Rust: MAX7219 Naive Code Refactoring
rust2022-10-03
Omar HiariOmar Hiari

Platform Agnostic Drivers in Rust: MAX7219 Naive Code Refactoring

Introduction In this post, I continue the work I started in the previous post where I...

Introducing Seaography
rust2022-10-03
SeaQLSeaQL

Introducing Seaography

What a fruitful Summer of Code! Today, we are excited to introduce Seaography to the SeaQL community....

Electrify your NodeJS AWS Lambdas with Rust
aws2022-10-03
Ervin SzilagyiErvin Szilagyi

Electrify your NodeJS AWS Lambdas with Rust

Introduction NodeJS runtime for AWS Lambda is one of the most used and for good reasons....

Rust devlog: Part 2
programming2022-10-01
ThousandthStarThousandthStar

Rust devlog: Part 2

Hello readers! This is my progress for week 2 of coding my multiplayer game with Rust and Bevy. This...

Parallel Matrix Multiplication in Rust
rust2022-10-01
eblochaeblocha

Parallel Matrix Multiplication in Rust

Much of linear algebra revolves around matrix multiplications. Since this is an O(n^3) operation,...

Cryptopals-25: use `edit` as keystream
rust2022-09-30
skaunovskaunov

Cryptopals-25: use `edit` as keystream

Do you want a slightly simpler solution to #25 "Break "random access read/write" AES CTR"? Did you...

Apache APISIX loves Rust! (and me too)
rust2022-09-27
Nicolas FränkelNicolas Fränkel

Apache APISIX loves Rust! (and me too)

Apache APISIX is built upon the shoulders of two giants: NGINX, a widespread Open Source...

Exploring Yew, the rust-based frontend framework as a React Developer
rust2022-09-27
Demola MalomoDemola Malomo

Exploring Yew, the rust-based frontend framework as a React Developer

Learn how to build a web application using open API data from DummyJSON and Yew as a React developer.