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

My favorite feature in Rust
rust2020-10-21
Ivy PuckettIvy Puckett

My favorite feature in Rust

I use C# in production. It's a great language. It has implemented a lot of really powerful features l...

Sentiment Analyzer using SSVM
rust2020-09-19
Anuj KapoorAnuj Kapoor

Sentiment Analyzer using SSVM

Recently I came across SSVM and WebAssembly on the server-side. It is a new way of development with e...

Rust: tuple vs array
rust2020-10-21
Nicky MeulemanNicky Meuleman

Rust: tuple vs array

Tuples group values with a variety of types. Arrays group values of a single type. They both have a f...

A Web App in Rust - 11 User Profiles
rust2020-10-20
NivethanNivethan

A Web App in Rust - 11 User Profiles

*** This should be part 11, not sure why it got re-ordered to the first. Ah, it got re-ordered becaus...

RSLint - A extremely fast JavaScript linter
node2020-10-20
Axel NavarroAxel Navarro

RSLint - A extremely fast JavaScript linter

ESLint is a de facto solution for linting JavaScript code. Also, C is the first thing that comes to o...

stegbrute - Fast Steganography brute-force tool
rust2020-10-19
R4yanR4yan

stegbrute - Fast Steganography brute-force tool

stegbrute - stands for steganography and bruteforce is a fast and simple steganography brute-force to...

Why i created a package and project manager for C lang
rust2020-10-19
WafelackWafelack

Why i created a package and project manager for C lang

A few months ago, I was wondering why we hoard Makefiles and why it is so painful to use an external...

Golang or Rust, that is the question.
discuss2020-10-08
AtomzwiebackAtomzwieback

Golang or Rust, that is the question.

Hey, devs around the world, I set the goal of learning Golang about a year ago. But then the Stack...

Rust syntax: what the questionmark?
rust2020-10-17
Nicky MeulemanNicky Meuleman

Rust syntax: what the questionmark?

In Rust code, what does that questionmark mean?

Svelte + Rust WASM = ❤️
rust2020-10-17
Jordan GregoryJordan Gregory

Svelte + Rust WASM = ❤️

A new template for setting up a WASM app with Svelte

Making a Simple Calculator in Rust
rust2020-10-14
YJDoc2YJDoc2

Making a Simple Calculator in Rust

Recently I came across lalrpop, a lexer-parser-generator in Rust. I had previously used flex-bison pa...

That's so Rusty! Fearless concurrency
rust2020-10-12
ImaculateImaculate

That's so Rusty! Fearless concurrency

A concurrent program is one which multitasks (or appears to be), that is two or more tasks run in...

Running Rust in the Browser with Web Assembly
go2020-10-12
Lane WagnerLane Wagner

Running Rust in the Browser with Web Assembly

The post Running Rust in the Browser with Web Assembly first appeared on Qvault. I’ve recently...

🎉 🚀 🍺 New release of Terminal Recorder - t-rec
rust2020-10-12
Sven KanoldtSven Kanoldt

🎉 🚀 🍺 New release of Terminal Recorder - t-rec

Blazingly fast terminal recorder that generates animated gif images for the web written in rust

📽 2 videos about rust code coverage in VSCode
rust2020-10-11
Marco IeniMarco Ieni

📽 2 videos about rust code coverage in VSCode

Useless personal stuff It's several years now that I feel the need to share what I learn...

Rust String vs &str
rust2020-10-10
Steve PrydeSteve Pryde

Rust String vs &str

"Why does Rust have different types of Strings? Why not just one String type?" I have seen these que...