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

Build, test, pack and publish WASM modules with wasm-pack
webdev2020-01-06
Sendil KumarSendil Kumar

Build, test, pack and publish WASM modules with wasm-pack

wasm-pack JavaScript is the most loved language. The introduction of Node propelled the su...

Tip 5: Replacing ls with exa
linux2020-01-07
David McKayDavid McKay

Tip 5: Replacing ls with exa

Rust ... slowly but surely, all applications are being rewritten in Rust. My next few tips will cove...

Profiling and Benchmarking
rust2020-01-07
Luca BarbatoLuca Barbato

Profiling and Benchmarking

For the 0.2.0 release I was focusing on making rav1e faster. Luca Bruno asked me to give more context...

Universally Stupid: Battling USB on a microcontroller with Rust
electronics2020-01-07
FilipFilip

Universally Stupid: Battling USB on a microcontroller with Rust

Of ancient runes, a cursed mess - STM32 OTG FS WTF is USB It's everywhere. It replaced...

Rust and WebAssembly for masses - Introduction
rust2020-01-01
Sendil KumarSendil Kumar

Rust and WebAssembly for masses - Introduction

Rust The Rust language is designed to guide you naturally towards reliable goal that is e...

tauri.studio
webdev2020-01-06
Daniel Thompson-YvetotDaniel Thompson-Yvetot

tauri.studio

We're happy to announce that we launched the website for tauri, which you can find here: h...

Day30:a redis-memcache server with tokio - 100DayOfRust
rust2020-01-05
BCBC

Day30:a redis-memcache server with tokio - 100DayOfRust

I will write a memcache server with tokio by using redis protocol. This memcache server only support...

Advent of Code 2019 - Day 5 (in Rust!)
adventofcode2020-01-05
bretthancoxbretthancox

Advent of Code 2019 - Day 5 (in Rust!)

Introduction The thought of revisiting my Clojure version of the Intcode "computer" horrif...

Configure neovim for rust development
vim2020-01-03
DavidDavid

Configure neovim for rust development

nvim's 0.5.0 release includes a native lsp-client: nvim-lsp. I have toyed with neovim for a while as...

Access JavaScript API with Rust
rust2020-01-04
Sendil KumarSendil Kumar

Access JavaScript API with Rust

JavaScript is everywhere. It enabled billions of people to develop and deliver projects. JavaScript...

Sharing Classes between Rust and JavaScript
rust2020-01-03
Sendil KumarSendil Kumar

Sharing Classes between Rust and JavaScript

Classes in JavaScript The ECMAScript 6 (ES6) introduced classes into the JavaScript. But c...

Dev predictions for 2020
javascript2020-01-01
Andrew  WooldridgeAndrew Wooldridge

Dev predictions for 2020

As this year draws to a close, I wanted to share some predictions for 2020 and beyond. This represent...

Learning Rust - Understanding pattern matching
rust2020-01-03
Bruno OliveiraBruno Oliveira

Learning Rust - Understanding pattern matching

Introduction Rust favors immutability by default, which can lead to somewhat unexpected behavior whe...

Rust and WebAssembly for the masses - wasm-bindgen
rust2020-01-02
Sendil KumarSendil Kumar

Rust and WebAssembly for the masses - wasm-bindgen

Binding your WebAssembly and JavaScript with wasm-bindgen WebAssembly can only send and r...

Deno, first approach
deno2019-12-30
Lilian Saget-LethiasLilian Saget-Lethias

Deno, first approach

Disclaimer Before starting, it is very important to remember that at the time of writing,...

What Does C++ Do That Rust Doesn't?
healthydebate2019-12-21
Ben LovyBen Lovy

What Does C++ Do That Rust Doesn't?

I want to preface this by saying these are my two primary languages. I have a healthy respect for bo...