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

Building static Rust binaries for Linux
rust2021-10-17
Harsh ShandilyaHarsh Shandilya

Building static Rust binaries for Linux

Rust has supported producing statically linked binaries since RFC #1721 which proposed the...

Rust Ephemeral Encrypted Containers/FS (maybe)
programming2021-10-17
librehashlibrehash

Rust Ephemeral Encrypted Containers/FS (maybe)

Rust Ephemeral Encrypted Containers/FS (maybe) Running through the 'zboxfs' code and these...

Solana: How to send custom instructions via instruction data
solana2021-10-16
C.OGC.OG

Solana: How to send custom instructions via instruction data

In this article, we'll walk through the process of sending a custom instruction to a solana on-chain...

How to overload method in Rust (amount of args differ).
rust2021-10-16
Fomalhaut WeisszwergFomalhaut Weisszwerg

How to overload method in Rust (amount of args differ).

If you want to overload methods like `fn Sample::new(arg0, arg1)` and `fn Sample::new(arg)`, this post might be your help.

A simple 2D pinball game made with Rust, Bevy and Rapier
rust2021-10-11
Gunstein VatnarGunstein Vatnar

A simple 2D pinball game made with Rust, Bevy and Rapier

Introduction I hope this simple pinball game can be an introduction for beginners to both...

GitUI - v0.18 supports rebase
github2021-10-11
Stephan DillyStephan Dilly

GitUI - v0.18 supports rebase

GitUI is a terminal UI for git written in Rust. We aim to simplify common git tasks in a fast,...

Validate fields and types in serde with TryFrom
rust2021-10-10
EqualMaEqualMa

Validate fields and types in serde with TryFrom

serde might be the most popular serializing / deserializing framework in rust but it doesn't support...

Lambda function HTTP authorization with Auth0 and AssemblyLift (WebAssembly + Lambda + API Gateway + Rust)
serverless2021-10-09
DanDan

Lambda function HTTP authorization with Auth0 and AssemblyLift (WebAssembly + Lambda + API Gateway + Rust)

Oh, hello! Sorry, I didn't see you there. Since you're here, let's talk about Lambda function...

Game of Life in Rust
rust2021-10-09
Dinesh Kumar GnanasekaranDinesh Kumar Gnanasekaran

Game of Life in Rust

Introduction Rust is an uprising programming language that is loved by the community. The...

URL Shortener with Rust, Svelte, & AWS (6/): Deploying to AWS
rust2021-10-08
Miles WatsonMiles Watson

URL Shortener with Rust, Svelte, & AWS (6/): Deploying to AWS

In the last post, we created a static front-end application with Svelte + Bulma, and then integrated...

Running Rust on AWS Lambda on ARM64
programming2021-10-06
Christopher KruseChristopher Kruse

Running Rust on AWS Lambda on ARM64

TL;DR: Rust on ARM64 Lambda: check out my example repo I've been a hobbyist Rust developer for a...

Container Runtime in Rust - Part II
linux2021-10-06
penumbra23penumbra23

Container Runtime in Rust - Part II

Part I of the series described the filesystem layout and how the runtime jails the container process...

How to install Solana dev tools on an M1 Mac
blockchain2021-10-01
Nicholas GarfieldNicholas Garfield

How to install Solana dev tools on an M1 Mac

If you're just getting started with Solana development on a new M1 Mac, you might be pulling your...

I made a tool in Rust to play mechanical keyboard sounds on every key press
rust2021-10-02
Kunal BagariaKunal Bagaria

I made a tool in Rust to play mechanical keyboard sounds on every key press

Rustyvibes A Rust CLI that makes mechanical keyboard sound effects on every key press. It...

Rust - Borrowing ?
rust2021-10-02
Higor DiegoHigor Diego

Rust - Borrowing ?

O borrowing permitir ter múltiplas referências a um recurso ao mesmo tempo, aderindo um conteúdo...

Have you tried functional programming?
watercooler2021-09-25
MadzaMadza

Have you tried functional programming?

Functional programming is a programming paradigm where programs are constructed by applying and...