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

Wrote a cli tool in Rust
rust2020-05-23
sasurau4sasurau4

Wrote a cli tool in Rust

I wrote a simple cli tool in rust, introduce it's usage, explain the motivation and describe the hard point of implementation

WebAssembly, not only for browsers
webassembly2020-05-21
Mischa SpiegelmockMischa Spiegelmock

WebAssembly, not only for browsers

Two great talks about WebAssembly, Rust, and WASI. Really recommend checking out. Bringing WebAssem...

String vs &str in Rust
rust2020-05-03
Sam RoweSam Rowe

String vs &str in Rust

Both contain utf-8 encoded text, but: String owns the data stored within it. When the String is de...

Benefits of Rust
rust2017-05-23
jD91mZM2jD91mZM2

Benefits of Rust

Here's how I got into Rust, and what's so great about it.

Else Before If In Rust
cpp2020-04-27
Yufan LouYufan Lou

Else Before If In Rust

Jonathan Boccara has got another new idea in his Else Before If. I am honestly amazed at all the surp...

Algoritmics with Rust
mathematics2017-04-25
mnivoliezmnivoliez

Algoritmics with Rust

Originaly posted on my blog. Hello, today we are going to talk about Algoritmics! "Algoritmics? Is...

Hulkamania! Or; How I made our office play personalized entrance theme music
comedy2017-04-02
Andrew BuntineAndrew Buntine

Hulkamania! Or; How I made our office play personalized entrance theme music

How I hacked the office WiFi to play entrance theme music for my colleagues (and myself!)

How rust solves dependency hell
rust2020-03-08
Vinayak RaghuvamshiVinayak Raghuvamshi

How rust solves dependency hell

Here's an interesting article about how Rust solves the dependency hell that C++ developers usually e...

Running Actix integration tests with Github actions (Rust)
rust2020-03-07
Julio Daniel ReyesJulio Daniel Reyes

Running Actix integration tests with Github actions (Rust)

A post by Julio Daniel Reyes

A closer look at Ownership in Rust
rust2020-03-04
Pascal PrechtPascal Precht

A closer look at Ownership in Rust

So you want to learn Rust and keep hearing about the concept of Ownership and Borrowing, but can’t fu...

Understanding String and &str in Rust
rust2020-03-04
Pascal PrechtPascal Precht

Understanding String and &str in Rust

Most likely, soon after you’ve started your Rust journey, you ran into this scenario where you tried...

Running Linux Programs as Unikernels on macOS
unikernels2020-02-10
Ian EybergIan Eyberg

Running Linux Programs as Unikernels on macOS

OPS can run any linux program on osx but there are a few caveats to understand how.

Creating a simple TODO service with Actix (Video) - Part 1
rust2020-02-03
Julio Daniel ReyesJulio Daniel Reyes

Creating a simple TODO service with Actix (Video) - Part 1

Trying out the FASTEST web framework in 2020 (Video)

What Elm and Rust Teach us About the Future
elm2017-02-08
Martin ModrákMartin Modrák

What Elm and Rust Teach us About the Future

A new language for the web and a new systems language have a lot in common. Coincidence? I think not!

私的即席プラクティスパターン (※古い内容です)
rust2020-01-23
SUZUKI TetsuyaSUZUKI Tetsuya

私的即席プラクティスパターン (※古い内容です)

※この記事は 2015年12月25日 に Qiita に投稿したものです。 ※ Rust 1.4.0 時の内容でありかなり古く、 Rust 的に褒められた作法ではありません。消そうか残そうか迷いました...

Profiling Rust code on Windows using CodeXL
rust2017-01-31
Martin ModrákMartin Modrák

Profiling Rust code on Windows using CodeXL

A tutorial for those Rustaceans on Windows that feel left behind