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

Generating static arrays during compile time in Rust
rust2020-09-01
rustyoctopusrustyoctopus

Generating static arrays during compile time in Rust

Generate static arrays during build time Update 2022-09-27 It's more than two...

That's so Rusty: Ownership
rust2020-09-01
ImaculateImaculate

That's so Rusty: Ownership

To some extent Rust is interesting because of unpopular design choices that achieve the same and...

Debugging Lambdas on AWS from your local computer
rust2020-09-01
MaxMax

Debugging Lambdas on AWS from your local computer

I often need to debug complex Lambda setups that are tightly integrated into other services and are h...

Rust 5 - Smart pointers, parallel programming, rayon
rust2020-09-01
Petr JanikPetr Janik

Rust 5 - Smart pointers, parallel programming, rayon

Stack vs. Heap Stack is cleaned at the end of function. Instructions for cleaning heap are...

10 Awesome Rust Crates and Resources to Learn
rust2020-08-30
Tom Holloway 🏕Tom Holloway 🏕

10 Awesome Rust Crates and Resources to Learn

These crates are a great list of things to explore the rust community and learn from

Should we trust Rust with the future of systems programming?
rust2020-08-31
Eduardo FloresEduardo Flores

Should we trust Rust with the future of systems programming?

That's a pretty daring question considering Rust has been around for a fairly short amount of time an...

Learning Rust 2: A Tiny Database is Born
rust2020-08-30
Jae Anne Bach HardieJae Anne Bach Hardie

Learning Rust 2: A Tiny Database is Born

Hello again! Tonight we're drinking a Chardonnay from Murcia, Spain, so shoutout to my home country h...

Migrating from quick-error to SNAFU: a story on revamped error handling in Rust
rust2020-08-28
Eduardo PinhoEduardo Pinho

Migrating from quick-error to SNAFU: a story on revamped error handling in Rust

This post describes my more-than-a-month long story of refactoring existing error definitions and...

A new npm is coming
node2020-08-19
Axel NavarroAxel Navarro

A new npm is coming

No, I'm not talking about npm v7! 🙀 A new package manager is under development and it's not written...

Lunatic: Actor based WebAssembly runtime for the backend
rust2020-08-27
Bernard KolobaraBernard Kolobara

Lunatic: Actor based WebAssembly runtime for the backend

I would like to share with you a project I have been working on for the last few months. Lunatic is a...

YEW Tutorial: It rains cats and dogs... and crabs! Rusty Meto-Geography [P. II]
rust2020-08-27
Davide Del PapaDavide Del Papa

YEW Tutorial: It rains cats and dogs... and crabs! Rusty Meto-Geography [P. II]

(Photo by alexey demidov on Unsplash) Second part of the geographic-meteo project begun last tutoria...

Learning Rust 1: Install things and read a file
rust2020-08-26
Jae Anne Bach HardieJae Anne Bach Hardie

Learning Rust 1: Install things and read a file

I've tried to learn Rust multiple times. Unsuccessfully. I want to be upfront about that because it'...

Rust 4 - Modules, crates, testing, documentation
rust2020-08-26
Petr JanikPetr Janik

Rust 4 - Modules, crates, testing, documentation

Rust 4 - Modules, crates, testing, documentation Modules We need to explicitly...

Announcing Trunk — Build, bundle & ship your Rust WASM application to the web.
rust2020-08-26
Anthony DoddAnthony Dodd

Announcing Trunk — Build, bundle & ship your Rust WASM application to the web.

Build, bundle & ship your Rust WASM application to the web.

A Story of Rusty Containers, Queues, and the Role of Assumed Identity
rust2020-08-26
Peter NehrerPeter Nehrer

A Story of Rusty Containers, Queues, and the Role of Assumed Identity

How to access Amazon Web Services from Rust-based Kubernetes applications using Rusoto and I...

A JavaScript Developer's Cheatsheet for Rust
rust2020-08-23
Austin TindleAustin Tindle

A JavaScript Developer's Cheatsheet for Rust

Learning a new programming language is a great opportunity to learn new universal concepts and patter...