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

We want smaller, faster, more secure native apps
rust2019-09-05
Daniel Thompson-YvetotDaniel Thompson-Yvetot

We want smaller, faster, more secure native apps

The Situation Room In 2019, the manufacture of native-apps from compile-to-javascript user...

little rust starter hint series: Polymorphism and Traits
rust2019-09-05
Sven KanoldtSven Kanoldt

little rust starter hint series: Polymorphism and Traits

is not an OOP language, but there are still ways to implement polymorphism in rust, that is Traits.

Struct callback.
help2019-09-04
Adam Crockett 🌀Adam Crockett 🌀

Struct callback.

I am writing a grammer defined as a bTreeMap, the key is the token and the value is a GrammerDefiniti...

Callbacks, Trait Objects & Associated Types, Oh My!
devjournal2019-09-03
Ben LovyBen Lovy

Callbacks, Trait Objects & Associated Types, Oh My!

Last week, I promised a dive into Rust procedural macros as I work to design a DSL for my Widget UI b...

Memory views: Handling strings
python2019-08-26
Lorenzo (Mec-iS)Lorenzo (Mec-iS)

Memory views: Handling strings

Wasmer memory handling for Python strings

In And Out Of Rabbit Holes
devjournal2019-08-27
Ben LovyBen Lovy

In And Out Of Rabbit Holes

More Fun With WebAssembly In the past week, I've fallen into the following rabbit holes wh...

little rust starter hint series: tests and TDD
rust2019-08-24
Sven KanoldtSven Kanoldt

little rust starter hint series: tests and TDD

rust has a very easy way to test your code. Here you will learn the very basics how to start to solve a problem test driven in rust

little rust starter hint series: modules and imports
rust2019-08-23
Sven KanoldtSven Kanoldt

little rust starter hint series: modules and imports

rust 2018 module and imports can be a little confusing at first, with this little overview the entry barrier should be lowered and clarity should shine

Ownership with Rust
rust2019-07-15
Matt ThorningMatt Thorning

Ownership with Rust

I've recently started learning the Rust programming language, I'm still very much a novice but though...

Learning Rust by creating a terminal clock - Part 2
rust2019-08-21
Bill MitchellBill Mitchell

Learning Rust by creating a terminal clock - Part 2

Learning Rust by creating a terminal clock.

UPDATE: 6 Job Boards running on the now multi-tenant "boardengine"
career2019-08-19
Stefan WuthrichStefan Wuthrich

UPDATE: 6 Job Boards running on the now multi-tenant "boardengine"

6 Job Boards with multi-tenant boardengine.io

Rust log: chapter two, it's finally clicked!
rust2019-08-19
Adam Crockett 🌀Adam Crockett 🌀

Rust log: chapter two, it's finally clicked!

Whilst still fighting the compiler I managed to write a parser that reverse parses a subset of JavaSc...

Blog post: First Kata: "Multiply"
rust2019-08-18
Jonas BrømsøJonas Brømsø

Blog post: First Kata: "Multiply"

A walk through a Codewars kata with notes and extras

Rustifying Chat: Create a Terminal UI Chat App in Rust
rust2019-08-15
Samba DialloSamba Diallo

Rustifying Chat: Create a Terminal UI Chat App in Rust

The coding world is rich with new languages and frameworks, and one growing in popularity is Rust. Yo...

Parsing The World with Rust and POM
rust2019-08-14
Muhammad TabazaMuhammad Tabaza

Parsing The World with Rust and POM

As programmers, we spend a lot of time dealing with strings of text. Very often, we receive text as i...

Rust -> wasm -> browser & nodejs
rust2019-08-14
JorritJorrit

Rust -> wasm -> browser & nodejs

When learning rust I found de rust-wasm "Hello World" example a little overwhelming (+ 350 npm packag...