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

Hunting down a non-determinism-bug in our Rust Wasm build
rust2020-07-10
Benjamin KampmannBenjamin Kampmann

Hunting down a non-determinism-bug in our Rust Wasm build

Note: Together with a few colleagues, I will be hosting an AMA on the Rust subreddit Wednesday, July...

String interners in Rust
rust2020-07-10
Crystal DurhamCrystal Durham

String interners in Rust

This is basically a direct followup to Amos/fasterthanlime's blog post Small strings in Rust. If you...

How to write a Stack in Rust
rust2020-07-07
Kirill VasiltsovKirill Vasiltsov

How to write a Stack in Rust

The simplest way to build a stack in Rust

Using Rust and WebAssembly to Process Pixels from a Video Feed
rust2020-06-30
Alex FallenstedtAlex Fallenstedt

Using Rust and WebAssembly to Process Pixels from a Video Feed

At Streem we are on a mission to make the world's expertise more accessible. We create guidance tools to steer the discussion and ensure accurate understanding the first time. Creating these guidance tools involves a lot of computation, which was an ideal problem for Rust and WebAssembly

From C# to Rust: Introduction
csharp2020-07-06
Seb NilssonSeb Nilsson

From C# to Rust: Introduction

Rust has been the most loved programming language for the last 5 years. For a C#-developer, it could be a powerful addition to the tool-belt.

started learning rust
rust2020-07-07
Swapnil Mhaske👨‍💻🎮☕🌄Swapnil Mhaske👨‍💻🎮☕🌄

started learning rust

So, I decided to learn a new programming language. After doing some studies around I got attracted to...

(Video) Authentication Service in Actix - Part 1: Configuration
rust2020-07-06
Julio Daniel ReyesJulio Daniel Reyes

(Video) Authentication Service in Actix - Part 1: Configuration

In this video series, I'm going to build an authentication service in Actix. There are a couple...

GitUI v0.8
rust2020-07-06
Stephan DillyStephan Dilly

GitUI v0.8

GitUI - the fastest terminal tool for git written in rust The v0.8 release improves speed ⚡️ in gian...

Implementing Polymorphism in Rust
rust2020-07-02
Ahmed Noor E AlamAhmed Noor E Alam

Implementing Polymorphism in Rust

In this post we will be implementing Polymorphism in Rust. But what is Polymorphism? In simple terms...

Performance Comparison, Rust vs Crystal with Redis
performance2020-06-26
Jamie GaskinsJamie Gaskins

Performance Comparison, Rust vs Crystal with Redis

Comparing performance of Rust vs Crystal talking to a Redis database

Cargo [features] explained with examples
rust2020-06-30
MaxMax

Cargo [features] explained with examples

If you feel confused about all the intricacies of Cargo.toml [features] section you are not...

WebAssembly with Rust and React (Using create-react-app)
webassembly2020-06-30
Lokesh PrabakaranLokesh Prabakaran

WebAssembly with Rust and React (Using create-react-app)

WebAssembly looks quite promising in bringing high performance, near-native speed to frontend applica...

Zola Tutorial: How to use Zola the Rust based static site generator for your next small project, and deploy it on Netlify
beginners2020-06-29
Davide Del PapaDavide Del Papa

Zola Tutorial: How to use Zola the Rust based static site generator for your next small project, and deploy it on Netlify

(Photo by June Wong on Unsplash) Demo: https://hello-zola.netlify.app/ Repo: https://github.com/dav...

Let's rewrite Typescript in Rust!
typescript2020-06-24
Erick Sosa GarciaErick Sosa Garcia

Let's rewrite Typescript in Rust!

If I'm sure of one thing, it is that typescript completely changed the way developers viewed javascri...

Rust + Actix + CosmosDB (MongoDB) tutorial api.
rust2020-06-27
Jakub BarszczewskiJakub Barszczewski

Rust + Actix + CosmosDB (MongoDB) tutorial api.

Simple web api done in Rust that stores and retrieve data from Azure Cosmos DB (or any MongoDB compatible database)

Protobuf code generation in Rust
rust2020-06-27
Michał SiedlaczekMichał Siedlaczek

Protobuf code generation in Rust

Today, I learned how to correctly use Cargo build scripts. Or, more precisely, I learned how to do on...