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

An Open Source Rust SNMP Simulator
rust2023-01-10
Frank HorvathFrank Horvath

An Open Source Rust SNMP Simulator

In much of the work we carry out for communication service providers (CSPs), either as part of...

react day 1
rust2023-01-10
sandeepsamanthsandeepsamanth

react day 1

function Greeting() { return <h2>My First Component</h2>; } // arrow function also...

#Rust 🦀- Working with threads 🧵 (concurrency)
englishpost2023-01-09
El BrunoEl Bruno

#Rust 🦀- Working with threads 🧵 (concurrency)

Hi ! Working with threads is usually an interesting (challenging) task, when we program in low level...

rustup が "error: linker `cc` not found" で失敗 - Alpine Linux 3.17 (Rust 1.66)
rust2023-01-09
nabbisennabbisen

rustup が "error: linker `cc` not found" で失敗 - Alpine Linux 3.17 (Rust 1.66)

はじめに Alpine Linux では Rustup が パッケージ として提供されています。Rust もあります。 Docker で Alpine Linux 上に Rust...

Have you learned Javascript yet?
javascript2023-01-09
Developer Nation SurveyDeveloper Nation Survey

Have you learned Javascript yet?

Every 6 months we track the growth of programming language communities and here is the latest update.

2421. Leetcode Solution in CPP
rust2023-01-15
Miss Pooja Anilkumar PatelMiss Pooja Anilkumar Patel

2421. Leetcode Solution in CPP

struct DSU { vector<int> size; vector<int> par; DSU (int n) { ...

Build and deploy a Rust backend with Shuttle
rust2023-01-08
Roberto HuertasRoberto Huertas

Build and deploy a Rust backend with Shuttle

Learn how to build and deploy a Rust backend with Shuttle. Value proposition What if I...

Avoiding Deadlock from Rayon Thread Pool Exhaustion
rust2023-01-09
Daniel ImfeldDaniel Imfeld

Avoiding Deadlock from Rayon Thread Pool Exhaustion

Rayon has a well-deserved reputation as one of the most useful Rust libraries. Its most famous...

Advent of Code 2022 - Day 25
rust2022-12-29
Eric BurdenEric Burden

Advent of Code 2022 - Day 25

It’s that time of year again! Just like last year, I’ll be posting my solutions to the Advent of Code...

After 5 years of development, I am releasing The Citadel Protocol
rust2023-01-08
Thomas BraunThomas Braun

After 5 years of development, I am releasing The Citadel Protocol

Given the recent news of China (potentially) breaking RSA encryption and thus posing a direct threat...

Rust on Arch Linux: 始め方
rust2023-01-07
nabbisennabbisen

Rust on Arch Linux: 始め方

はじめに Rust (あるいは rustlang) はモダンな汎用プログラミング言語の一つです。高速で、安全で、開発生産性を備えています。 Rust...

The Rust Programming Language by Steve Klabnik and Carol Nichols.
rust2023-01-10
KɪʟʟᴜᴀKɪʟʟᴜᴀ

The Rust Programming Language by Steve Klabnik and Carol Nichols.

“In his 1972 essay The Humble Programmer, Edsger W. Dijkstra said that “Program testing can be a...

I Tried Rust for a Month and the Results Will Astound You
rust2023-01-08
ArthurArthur

I Tried Rust for a Month and the Results Will Astound You

If you're a programmer, you've probably heard a lot of buzz about Rust lately. This powerful...

How to package a Rust app using Nix
nix2023-01-06
Gabriel FontesGabriel Fontes

How to package a Rust app using Nix

Here's a quick tutorial on how to nixify your cargo-based rust project

Why not Rust for Omnigres?
rust2023-01-06
Yurii RashkovskiiYurii Rashkovskii

Why not Rust for Omnigres?

Or why using C is alright in some circumstances.

A Good Book Can Change Your Life.
rust2023-01-10
KɪʟʟᴜᴀKɪʟʟᴜᴀ

A Good Book Can Change Your Life.

A good book can have a profound impact on your life, and this is especially true when it comes to...