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

Format Rust code with cargo format
rust2023-01-26
Jim BennettJim Bennett

Format Rust code with cargo format

This blog post was a fun one to write - cos I didn’t! I actually learned about cargo fmt on a recent...

Lint Rust code with cargo clippy
rust2023-01-26
Jim BennettJim Bennett

Lint Rust code with cargo clippy

This blog post was a fun one to write - cos I didn’t! I actually learned about cargo clippy on a...

Explain Design Systems like I'm Five
rust2023-01-25
Alexander FriedlAlexander Friedl

Explain Design Systems like I'm Five

A post by Alexander Friedl

One Crate a Day: has-flag
rust2023-01-24
Sean LarkinSean Larkin

One Crate a Day: has-flag

"One Crate a Day" is a journal through my introductory learnings of the Rust Programming language.

Switching Result and Option in Rust with Transpose
rust2023-01-05
Daniel ImfeldDaniel Imfeld

Switching Result and Option in Rust with Transpose

When writing Rust code, it’s common to have an Option value that you want to map through some...

#Rust 🦀 – Working with hashmaps is cool. And a little C# experience 😄
arrays2023-01-24
El BrunoEl Bruno

#Rust 🦀 – Working with hashmaps is cool. And a little C# experience 😄

Hi ! During today’s Rust lession in the “First Steps with Rust” (in Spanish), we reviewed the...

Rust: Expect vs Unwrap vs ?
rust2023-01-24
SivakumarSivakumar

Rust: Expect vs Unwrap vs ?

In the previous posts about Option and Result type in Rust language, we have seen the various ways to...

A tmux plugin to make creating/switching sessions easier
discuss2023-01-24
Ahmed KamalAhmed Kamal

A tmux plugin to make creating/switching sessions easier

Tmux session wizard One prefix key to rule them all (with fzf & zoxide): Creating...

React-Phaser
rust2023-01-24
Bogdan SikoraBogdan Sikora

React-Phaser

https://github.com/4rokis/react-phaser-example There are multiple reasons why you might want to...

Working with Enums in Rust
rust2023-01-24
SivakumarSivakumar

Working with Enums in Rust

In this blog post, we're going to see how to work with Enums in Rust Enums Enum is a type...

Exploring the World of Indie Game Development: My Journey from Pixel Art to JavaScript Frameworks and Beyond
cpp2023-01-23
Tea ReggiTea Reggi

Exploring the World of Indie Game Development: My Journey from Pixel Art to JavaScript Frameworks and Beyond

TLDR: As a web developer I look into what it takes to make a GBA style Pokémon game from the tools...

Integrating UnoCSS with Yew
rust2023-01-23
Anish PallatiAnish Pallati

Integrating UnoCSS with Yew

If you'd like to just use a template repository to get started faster, I've prepared one here. ...

Web Assembly With Rust
rust2023-01-22
Praveen ChaudharyPraveen Chaudhary

Web Assembly With Rust

It is a universal binary code that is designed for the web. Wasm uses a low virtual machine with...

Native iOS Touch Events w/ Rust
rust2023-01-22
Wade ZimmermanWade Zimmerman

Native iOS Touch Events w/ Rust

A continuation of my journey exploring cross platform game development using purely Rust and the Bevy...

The way integrate Rust into Nim
nim2023-01-22
medymedy

The way integrate Rust into Nim

Let's make use of Rust's assets in Nim!

REST API Implementation in Rust
rust2023-01-21
SivakumarSivakumar

REST API Implementation in Rust

In this blog post, let us see how to build a simple REST API in Rust. ...