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

Rust: let vs const
rust2020-09-24
Nicky MeulemanNicky Meuleman

Rust: let vs const

To declare a variable in Rust, use the let keyword. let num = 5; By default, variables are immu...

Rust: Crate Trends
rust2020-09-24
Keita NonakaKeita Nonaka

Rust: Crate Trends

Intro Rust is a great programming language these days. It is very secure and powerful, and...

Ditch VSCode for neovim
vim2020-09-19
Cason AdamsCason Adams

Ditch VSCode for neovim

I found myself in the past always reaching for VSCode when I start working on a new project, or a cod...

Face Detection in Node.js  with Rust and WebAssembly
rust2020-09-23
alabulei1alabulei1

Face Detection in Node.js with Rust and WebAssembly

We introduced how to call Rust functions from Node.js in the last article. This article will introduc...

Building optimized binaries with Rust
archlinux2020-09-23
Axel NavarroAxel Navarro

Building optimized binaries with Rust

We can enable architecture-specific optimizations when we compile Rust apps directly in the target...

The Bevy Game Engine
rust2020-09-22
Ethan TangEthan Tang

The Bevy Game Engine

NOTE: Since this has been written, Bevy has received many awesome, but sadly, breaking updates. The...

Trunk 0.5.0 | Proxy System
rust2020-09-23
Anthony DoddAnthony Dodd

Trunk 0.5.0 | Proxy System

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

Reflections after 2 months of live coding
streaming2020-09-22
T.J. TelanT.J. Telan

Reflections after 2 months of live coding

I started streaming on Twitch this summer. I have been streaming Rust development once a week. The o...

🎉 🚀 🍺 The new release v0.4.1 of stegano-rs is out
rust2020-09-22
Sven KanoldtSven Kanoldt

🎉 🚀 🍺 The new release v0.4.1 of stegano-rs is out

The big new feature is now support for wav audio and png image files!! YES, now you can hide secrets in wav files too!!

How I stopped worrying and started coding in Rust 🦀️
rust2020-09-18
YJDoc2YJDoc2

How I stopped worrying and started coding in Rust 🦀️

Finding Rust Rust is an awesome language, and one of the few that I was excited to learn...

Announcing YBC | Yew Bulma Components
rust2020-09-18
Anthony DoddAnthony Dodd

Announcing YBC | Yew Bulma Components

YBC is a Yew component library based on the Bulma CSS framework. Github repo API Docs Bulma CSS fra...

Optional arguments in Rust
rust2020-09-18
Kirill VasiltsovKirill Vasiltsov

Optional arguments in Rust

Three good ways to do it.

That's so Rusty: Metaprogramming
rust2020-09-17
ImaculateImaculate

That's so Rusty: Metaprogramming

I'm writing this post while recovering from writer's cramp from all the keystrokes I've been...

Adventures in Async
rust2020-09-17
Paul BiggarPaul Biggar

Adventures in Async

Adventures in Async I was very recently the holder of three opinions: Rust is magic fair...

Rustler 101: Ferris Say
elixir2020-09-17
Thanabodee CharoenpiriyakijThanabodee Charoenpiriyakij

Rustler 101: Ferris Say

สร้าง Elixir Project ด้วย mix $ mix new ferris_ex --module FerrisEx ใส่ rustler เข้าไปใน mix de...

Extra-fuzzy History Searching with Mnem
rust2020-09-17
Dian FayDian Fay

Extra-fuzzy History Searching with Mnem

I use a lot of Rust command-line tools: ripgrep, fd, dust, and more. So when I had my own idea for a...