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

Embedded Rust & Embassy: GPIO Button Controlled Blinking
rust2022-11-21
Omar HiariOmar Hiari

Embedded Rust & Embassy: GPIO Button Controlled Blinking

This blog post is the first one of a multi-part series of posts where I will explore various...

Parsing Puzzle Text with Nom
rust2022-11-22
Eric BurdenEric Burden

Parsing Puzzle Text with Nom

The season is nearly upon us! And by the season, I of course am referring to the Advent of Code (what...

Releasing Rust Binaries with GitHub Actions - Part 2
rust2022-11-21
Justin PatriquinJustin Patriquin

Releasing Rust Binaries with GitHub Actions - Part 2

In this part I'm going to go over how I ended up releasing binaries for MacOS and Windows MSVC. ...

GTK calculator on Rust
rust2022-11-21
Antonov MikeAntonov Mike

GTK calculator on Rust

(Almost done) Made my first application with user interface and built it on Linux. Have to improve...

Unimind has been featured on Product Hunt!
rust2022-12-27
UnimindUnimind

Unimind has been featured on Product Hunt!

Unimind, our minimalistic productivity and focus extension has been featured on Product hunt! Show...

Render Pipelines in wgpu and Rust
rust2022-11-19
RyosukeRyosuke

Render Pipelines in wgpu and Rust

I finished this great wgpu tutorial that gets you up and running with WebGPU and Rust using the wgpu...

Rust-03: Improving the simple program
rust2022-11-08
NiclasNiclas

Rust-03: Improving the simple program

In the last post we created a simple program that would accept an input like 5+5 and calculates the...

Git cheat sheet (Part 1)
go2022-11-17
 Adeola Ajiboso Adeola Ajiboso

Git cheat sheet (Part 1)

Have you ever been stucked while using git🤔? If your answer is yes, This article is for you. You dont...

Rust-02: The beginning
rust2022-11-07
NiclasNiclas

Rust-02: The beginning

At first, I didn't like Rust. Managing memory myself is something I don't want to do. After a first...

react install, 2022-06-09
rust2022-11-22
sunjsunj

react install, 2022-06-09

구글에 Nodejs 검색해서 LTS라고 써있는 버전을 설치합시다. 13버전이하 아니면 17버전은 쓰면 안됩니다. 설치 경로는 C드라이브 어쩌구 되어있는거 바꾸지말고 그대로...

Rust-01: Why am I learning Rust?
rust2022-11-06
NiclasNiclas

Rust-01: Why am I learning Rust?

This is a good question, a very good question. Why am I learning Rust? To begin with, I programmed...

Build a Job Queue with Rust Using Aide-De-Camp (Part 2)
aidedecamp2022-11-17
Falon DarvilleFalon Darville

Build a Job Queue with Rust Using Aide-De-Camp (Part 2)

This is the second installment in our series, which runs you through creating durable job queues...

Of bad feedback and one-upper coders
rust2022-11-14
Elizabeth SønnichsenElizabeth Sønnichsen

Of bad feedback and one-upper coders

Yes, your code is likely better and you have a more stable solution, but did you consider...

4-Step Primer on Navigating Embedded Rust HAL Documentation
rust2022-11-14
Omar HiariOmar Hiari

4-Step Primer on Navigating Embedded Rust HAL Documentation

The Problem 😱 Starting out with embedded Rust, I found that reading embedded HAL...

Five simple steps to use any Arduino C++ library in a Rust project 🦀
rust2022-11-13
Konstantin GrechishchevKonstantin Grechishchev

Five simple steps to use any Arduino C++ library in a Rust project 🦀

Arduino helps circuit developers to build electronic projects and is, perhaps, the most used...

Generic MongoDB function in Rust
rust2022-11-13
Jorge CastroJorge Castro

Generic MongoDB function in Rust

Hello guys!. As an Android Developer 🤖❤️, I find myself learning Rust and it seems more and more...